mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[ADD] document_page from odoo/7.0
This commit is contained in:
committed by
Justine Doutreloux
parent
8c49528c56
commit
0f0dc88d03
25
document_page/__init__.py
Normal file
25
document_page/__init__.py
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
from . import (
|
||||||
|
document_page,
|
||||||
|
wizard
|
||||||
|
)
|
||||||
47
document_page/__openerp__.py
Normal file
47
document_page/__openerp__.py
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': 'Document Page',
|
||||||
|
'version': '1.0.1',
|
||||||
|
'category': 'Knowledge Management',
|
||||||
|
'description': """
|
||||||
|
Pages
|
||||||
|
=====
|
||||||
|
Web pages
|
||||||
|
""",
|
||||||
|
'author': ['OpenERP SA'],
|
||||||
|
'website': 'http://www.openerp.com/',
|
||||||
|
'depends': ['knowledge'],
|
||||||
|
'data': [
|
||||||
|
'wizard/document_page_create_menu_view.xml',
|
||||||
|
'wizard/document_page_show_diff_view.xml',
|
||||||
|
'document_page_view.xml',
|
||||||
|
'security/document_page_security.xml',
|
||||||
|
'security/ir.model.access.csv',
|
||||||
|
],
|
||||||
|
'demo': ['document_page_demo.xml'],
|
||||||
|
'test': ['test/document_page_test00.yml'],
|
||||||
|
'installable': True,
|
||||||
|
'auto_install': False,
|
||||||
|
'images': [],
|
||||||
|
'css': ['static/src/css/document_page.css'],
|
||||||
|
}
|
||||||
39
document_page/data/wiki_main.xml
Normal file
39
document_page/data/wiki_main.xml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data noupdate="1">
|
||||||
|
<record id="wiki_wiki_main" model="wiki.wiki">
|
||||||
|
<field name="name">The OpenERP wiki</field>
|
||||||
|
<field name="tags">help, quick start, wiki, formatting</field>
|
||||||
|
<field name="minor_edit">0</field>
|
||||||
|
<field name="section">1</field>
|
||||||
|
<field name="toc">0</field>
|
||||||
|
<field name="summary">Initial Page</field>
|
||||||
|
<field name="text_area">=The OpenERP wiki=
|
||||||
|
The OpenERP wiki allows you to manage your enterprise's contents using wiki
|
||||||
|
restructured texts. This module provides a collaborative way to manage internal
|
||||||
|
FAQs, quality manuals, technical references, etc.
|
||||||
|
|
||||||
|
==Keypoints==
|
||||||
|
* Same formating style than MediaWiki,
|
||||||
|
* Any number of wiki group for different purposes,
|
||||||
|
* Detailed history on all pages,
|
||||||
|
* Integrated with the document management system.
|
||||||
|
|
||||||
|
==Why you should use the OpenERP integrated wiki than a separate wiki system ?==
|
||||||
|
* Allows links to any document of the system,
|
||||||
|
* Uses the access controls of OpenERP for uniq access rights management,
|
||||||
|
* Use it to describe projects, tasks, products,
|
||||||
|
* Integrated with customer portal to provide restricted external accesses,
|
||||||
|
* Linked to users processes for quality manuals.
|
||||||
|
|
||||||
|
==To get more information==
|
||||||
|
* [[Basic Wiki Editing]]
|
||||||
|
* [[Wiki Documentation]]
|
||||||
|
* [http://openerp.com The OpenERP website]
|
||||||
|
|
||||||
|
|
||||||
|
</field>
|
||||||
|
<field name="group_id" ref="wiki_groups_wikiformatting0"/>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
116
document_page/data/wiki_quickstart.xml
Normal file
116
document_page/data/wiki_quickstart.xml
Normal file
@@ -0,0 +1,116 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<openerp>
|
||||||
|
<data noupdate="1">
|
||||||
|
<record id="wiki_groups_wikiformatting0" model="wiki.groups">
|
||||||
|
<field name="name">Help - Using The Wiki</field>
|
||||||
|
<field eval="1" name="section"/>
|
||||||
|
</record>
|
||||||
|
<record id="wiki_wiki_quickstart0" model="wiki.wiki">
|
||||||
|
<field name="name">Basic Wiki Editing</field>
|
||||||
|
<field name="tags">help, quick start, wiki, formatting</field>
|
||||||
|
<field name="minor_edit">0</field>
|
||||||
|
<field name="toc">1</field>
|
||||||
|
<field name="section">1.1</field>
|
||||||
|
<field name="summary">Initial Page</field>
|
||||||
|
<field name="text_area">==Basic Wiki Editing==
|
||||||
|
You can ''italicize text'' by putting 2
|
||||||
|
apostrophes on each side.
|
||||||
|
3 apostrophes will embolden '''the text'''.
|
||||||
|
5 apostrophes will embolden and italicize
|
||||||
|
'''''the text'''''.
|
||||||
|
(4 apostrophes don't do anything
|
||||||
|
special -- there's just ''''one left
|
||||||
|
over''''.)
|
||||||
|
|
||||||
|
You can ''italicize text'' by putting 2
|
||||||
|
apostrophes on each side.
|
||||||
|
|
||||||
|
3 apostrophes will embolden '''the text'''.
|
||||||
|
|
||||||
|
5 apostrophes will embolden and italicize
|
||||||
|
'''''the text'''''.
|
||||||
|
|
||||||
|
(4 apostrophes don't do anything special -- there's just ''''one left over''''.)
|
||||||
|
|
||||||
|
==Links==
|
||||||
|
===Internal===
|
||||||
|
You give the link as same as the wiki Page Title
|
||||||
|
|
||||||
|
Go back to Main Page : [[The OpenERP wiki]]
|
||||||
|
===External===
|
||||||
|
You can give link to the other Web page over the Internet easily [http://google.com Visit Google]
|
||||||
|
==Attachments==
|
||||||
|
===Images===
|
||||||
|
You can get the External links easily
|
||||||
|
|
||||||
|
img:http://images.google.co.in/intl/en_ALL/images/images_hp.gif
|
||||||
|
|
||||||
|
==Play with OpenERP Records==
|
||||||
|
* edit:res.partner|False|Create New Partner
|
||||||
|
* edit:res.partner|China Export|Edit China Export
|
||||||
|
* edit:res.country|India|Edit Country - India
|
||||||
|
|
||||||
|
==Working with Attachments==
|
||||||
|
* Download File : attach:document.doc
|
||||||
|
|
||||||
|
==Unnumbered List==
|
||||||
|
* ''Unordered lists'' are easy to do:
|
||||||
|
** Start every line with a star.
|
||||||
|
*** More stars indicate a deeper level.
|
||||||
|
*: Previous item continues.
|
||||||
|
** A new line
|
||||||
|
* in a list
|
||||||
|
marks the end of the list.
|
||||||
|
*Of course you can start again.
|
||||||
|
|
||||||
|
==Numbered List==
|
||||||
|
# ''Numbered lists'' are:
|
||||||
|
## Very organized
|
||||||
|
## Easy to follow
|
||||||
|
#: Previous item continues
|
||||||
|
A new line marks the end of the list.
|
||||||
|
# New numbering starts with 1
|
||||||
|
|
||||||
|
==Text Indents==
|
||||||
|
: A colon (:) indents a line or paragraph.
|
||||||
|
A newline starts a new paragraph.
|
||||||
|
: We use 1 colon to indent once.
|
||||||
|
:: We use 2 colons to indent twice.
|
||||||
|
::: 3 colons to indent 3 times, and so on.
|
||||||
|
|
||||||
|
==Table==
|
||||||
|
<nowiki>
|
||||||
|
{| border="1" cellspacing="0" cellpadding="5" align="left"
|
||||||
|
! Web site
|
||||||
|
! Link
|
||||||
|
! Contact Email
|
||||||
|
|-
|
||||||
|
| '''OpenERP''' - ''Belgium''
|
||||||
|
| [http://openerp.com]
|
||||||
|
| [mailto:sales AT tiny.be]
|
||||||
|
|}
|
||||||
|
</nowiki>
|
||||||
|
|
||||||
|
{| border="1" cellspacing="0" cellpadding="5" align="left"
|
||||||
|
! Web site
|
||||||
|
! Link
|
||||||
|
! Contact Email
|
||||||
|
|-
|
||||||
|
| '''OpenERP''' - ''Belgium''
|
||||||
|
| [http://openerp.com]
|
||||||
|
| [mailto:sales AT tiny.be]
|
||||||
|
|}
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
==Headings==
|
||||||
|
=1st Level Heading=
|
||||||
|
==2nd Level Heading==
|
||||||
|
===3rd Level Heading===
|
||||||
|
|
||||||
|
</field>
|
||||||
|
<field name="group_id" ref="wiki_groups_wikiformatting0"/>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
143
document_page/document_page.py
Normal file
143
document_page/document_page.py
Normal file
@@ -0,0 +1,143 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
from openerp.osv import fields, osv
|
||||||
|
from openerp.tools.translate import _
|
||||||
|
import difflib
|
||||||
|
|
||||||
|
|
||||||
|
class document_page(osv.osv):
|
||||||
|
_name = "document.page"
|
||||||
|
_description = "Document Page"
|
||||||
|
_order = 'name'
|
||||||
|
|
||||||
|
def _get_page_index(self, cr, uid, page, link=True):
|
||||||
|
index = []
|
||||||
|
for subpage in page.child_ids:
|
||||||
|
index += ["<li>" + self._get_page_index(cr, uid, subpage) +
|
||||||
|
"</li>"]
|
||||||
|
r = ''
|
||||||
|
if link:
|
||||||
|
r = '<a href="#id=%s">%s</a>' % (page.id, page.name)
|
||||||
|
if index:
|
||||||
|
r += "<ul>" + "".join(index) + "</ul>"
|
||||||
|
return r
|
||||||
|
|
||||||
|
def _get_display_content(self, cr, uid, ids, name, args, context=None):
|
||||||
|
res = {}
|
||||||
|
for page in self.browse(cr, uid, ids, context=context):
|
||||||
|
if page.type == "category":
|
||||||
|
content = self._get_page_index(cr, uid, page, link=False)
|
||||||
|
else:
|
||||||
|
content = page.content
|
||||||
|
res[page.id] = content
|
||||||
|
return res
|
||||||
|
|
||||||
|
_columns = {
|
||||||
|
'name': fields.char('Title', required=True),
|
||||||
|
'type': fields.selection([('content', 'Content'),
|
||||||
|
('category', 'Category')],
|
||||||
|
'Type', help="Page type"),
|
||||||
|
'parent_id': fields.many2one('document.page', 'Category',
|
||||||
|
domain=[('type', '=', 'category')]),
|
||||||
|
'child_ids': fields.one2many('document.page', 'parent_id', 'Children'),
|
||||||
|
'content': fields.text("Content"),
|
||||||
|
'display_content': fields.function(_get_display_content,
|
||||||
|
string='Displayed Content',
|
||||||
|
type='text'),
|
||||||
|
'history_ids': fields.one2many('document.page.history', 'page_id',
|
||||||
|
'History'),
|
||||||
|
'menu_id': fields.many2one('ir.ui.menu', "Menu", readonly=True),
|
||||||
|
|
||||||
|
'create_date': fields.datetime("Created on", select=True,
|
||||||
|
readonly=True),
|
||||||
|
'create_uid': fields.many2one('res.users', 'Author', select=True,
|
||||||
|
readonly=True),
|
||||||
|
'write_date': fields.datetime("Modification Date", select=True,
|
||||||
|
readonly=True),
|
||||||
|
'write_uid': fields.many2one('res.users', "Last Contributor",
|
||||||
|
select=True, readonly=True),
|
||||||
|
}
|
||||||
|
_defaults = {
|
||||||
|
'type': 'content',
|
||||||
|
}
|
||||||
|
|
||||||
|
def onchange_parent_id(self, cr, uid, ids, parent_id, content,
|
||||||
|
context=None):
|
||||||
|
res = {}
|
||||||
|
if parent_id and not content:
|
||||||
|
parent = self.browse(cr, uid, parent_id, context=context)
|
||||||
|
if parent.type == "category":
|
||||||
|
res['value'] = {
|
||||||
|
'content': parent.content,
|
||||||
|
}
|
||||||
|
return res
|
||||||
|
|
||||||
|
def create_history(self, cr, uid, ids, vals, context=None):
|
||||||
|
for i in ids:
|
||||||
|
history = self.pool.get('document.page.history')
|
||||||
|
if vals.get('content'):
|
||||||
|
res = {
|
||||||
|
'content': vals.get('content', ''),
|
||||||
|
'page_id': i,
|
||||||
|
}
|
||||||
|
history.create(cr, uid, res)
|
||||||
|
|
||||||
|
def create(self, cr, uid, vals, context=None):
|
||||||
|
page_id = super(document_page, self).create(cr, uid, vals, context)
|
||||||
|
self.create_history(cr, uid, [page_id], vals, context)
|
||||||
|
return page_id
|
||||||
|
|
||||||
|
def write(self, cr, uid, ids, vals, context=None):
|
||||||
|
result = super(document_page, self).write(cr, uid, ids, vals, context)
|
||||||
|
self.create_history(cr, uid, ids, vals, context)
|
||||||
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
class document_page_history(osv.osv):
|
||||||
|
_name = "document.page.history"
|
||||||
|
_description = "Document Page History"
|
||||||
|
_order = 'id DESC'
|
||||||
|
_rec_name = "create_date"
|
||||||
|
|
||||||
|
_columns = {
|
||||||
|
'page_id': fields.many2one('document.page', 'Page'),
|
||||||
|
'summary': fields.char('Summary', size=256, select=True),
|
||||||
|
'content': fields.text("Content"),
|
||||||
|
'create_date': fields.datetime("Date"),
|
||||||
|
'create_uid': fields.many2one('res.users', "Modified By"),
|
||||||
|
}
|
||||||
|
|
||||||
|
def getDiff(self, cr, uid, v1, v2, context=None):
|
||||||
|
history_pool = self.pool.get('document.page.history')
|
||||||
|
text1 = history_pool.read(cr, uid, [v1], ['content'])[0]['content']
|
||||||
|
text2 = history_pool.read(cr, uid, [v2], ['content'])[0]['content']
|
||||||
|
line1 = line2 = ''
|
||||||
|
if text1:
|
||||||
|
line1 = text1.splitlines(1)
|
||||||
|
if text2:
|
||||||
|
line2 = text2.splitlines(1)
|
||||||
|
if (not line1 and not line2) or (line1 == line2):
|
||||||
|
raise osv.except_osv(_('Warning!'),
|
||||||
|
_('There are no changes in revisions.'))
|
||||||
|
diff = difflib.HtmlDiff()
|
||||||
|
return diff.make_table(line1, line2, "Revision-%s" % (v1),
|
||||||
|
"Revision-%s" % (v2), context=True)
|
||||||
41
document_page/document_page_data.xml
Normal file
41
document_page/document_page_data.xml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data noupdate="1">
|
||||||
|
<record id="wiki_wiki_main" model="document.page">
|
||||||
|
<field name="name">The OpenERP wiki</field>
|
||||||
|
<field name="tags">help, quick start, wiki, formatting</field>
|
||||||
|
<field name="minor_edit">0</field>
|
||||||
|
<field name="index">1</field>
|
||||||
|
<field name="summary">Initial Page</field>
|
||||||
|
<field name="content">==The OpenERP wiki==
|
||||||
|
|
||||||
|
[[File:http://www.openerp.com/sites/all/themes/openerp/logo.png OpenERP]]
|
||||||
|
|
||||||
|
The OpenERP wiki allows you to manage your enterprise's contents using wiki
|
||||||
|
restructured texts. This module provides a collaborative way to manage internal
|
||||||
|
FAQs, quality manuals, technical references, etc.
|
||||||
|
|
||||||
|
==Keypoints==
|
||||||
|
* Same formating style than MediaWiki,
|
||||||
|
* Any number of wiki group for different purposes,
|
||||||
|
* Detailed history on all pages,
|
||||||
|
* Integrated with the document management system.
|
||||||
|
|
||||||
|
==Why you should use the OpenERP integrated wiki than a separate wiki system ?==
|
||||||
|
* Allows links to any document of the system,
|
||||||
|
* Uses the access controls of OpenERP for uniq access rights management,
|
||||||
|
* Use it to describe projects, tasks, products,
|
||||||
|
* Integrated with customer portal to provide restricted external accesses,
|
||||||
|
* Linked to users processes for quality manuals.
|
||||||
|
|
||||||
|
==To get more information==
|
||||||
|
* [[Basic Wiki Editing]]
|
||||||
|
* [[Wiki Documentation]]
|
||||||
|
* [http://openerp.com The OpenERP website]
|
||||||
|
|
||||||
|
|
||||||
|
</field>
|
||||||
|
<field name="parent_id" ref="wiki_groups_wikiformatting0"/>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
130
document_page/document_page_demo.xml
Normal file
130
document_page/document_page_demo.xml
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data noupdate="1">
|
||||||
|
<record id="base.user_demo" model="res.users">
|
||||||
|
<field eval="[(4, ref('base.group_sale_salesman')),(4, ref('base.group_document_user'))]" name="groups_id"/>
|
||||||
|
</record>
|
||||||
|
<record id="demo_category1" model="document.page">
|
||||||
|
<field name="name">OpenERP Features</field>
|
||||||
|
<field name="type">category</field>
|
||||||
|
<field name="content">
|
||||||
|
Summary of the feature
|
||||||
|
|
||||||
|
Long explanation
|
||||||
|
|
||||||
|
Conclusion
|
||||||
|
|
||||||
|
Additional ressources
|
||||||
|
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="demo_page1" model="document.page">
|
||||||
|
<field name="name">OpenERP 6.1. Functional Demo</field>
|
||||||
|
<field name="parent_id" ref="demo_category1"/>
|
||||||
|
<field name="content">
|
||||||
|
<![CDATA[
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
The news is out, OpenERP's latest version 6.1. is here. It's more<br>
|
||||||
|
user-friendly, even more business oriented and efficient to manage your company<br>
|
||||||
|
<br>
|
||||||
|
How to discover the latest version 6.1.?<br>
|
||||||
|
<br>
|
||||||
|
Demo : <a target="http://demo.openerp.com" href="http://demo.openerp.com" style="background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;padding-right: 13px;"></a><br>
|
||||||
|
Online: <a target="http://openerp.com/online" href="http://openerp.com/online" style="background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;padding-right: 13px;"></a><br>
|
||||||
|
Download: <a target="http://openerp.com/downloads" href="http://openerp.com/downloads" style="background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;padding-right: 13px;"></a><br>
|
||||||
|
<br>
|
||||||
|
We have also put together a functional demo that presents 6.1. Watch this video<br>
|
||||||
|
to learn directly from us what OpenERP 6.1. can do for you. Share it in your<br>
|
||||||
|
company, with your clients and implement it now for your business.<br>
|
||||||
|
<br>
|
||||||
|
<h3>Watch on Youtube!</h3><br>
|
||||||
|
<br>
|
||||||
|
<iframe width="480" height="390" src="http://www.youtube.com/embed/7jES2jxKMso " frameborder="0" allowfullscreen=""></iframe><br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
]]>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="demo_page2" model="document.page">
|
||||||
|
<field name="name">Personalise Dashboards</field>
|
||||||
|
<field name="parent_id" ref="demo_category1"/>
|
||||||
|
<field name="content">
|
||||||
|
<![CDATA[
|
||||||
|
<br>
|
||||||
|
You like OpenERP, but feel like you want to personalise it more? Now, OpenERP<br>
|
||||||
|
goes a step further and lets you customize your dashboard. Thanks to a new<br>
|
||||||
|
feature that allows you to customize your dashboard by adding new boards of any<br>
|
||||||
|
search view.<br>
|
||||||
|
<br>
|
||||||
|
<h3>How is it done?</h3><br>
|
||||||
|
<br>
|
||||||
|
Step 1: access one search view <br>
|
||||||
|
<br>
|
||||||
|
Step 2: apply the filter you want to see at each connection to the application<br>
|
||||||
|
(eg. on sales, manufacturing, etc)<br>
|
||||||
|
<br>
|
||||||
|
Step 3: add it into the dashboard in the same space where you can save the filter<br>
|
||||||
|
<br>
|
||||||
|
Step 4: choose the application you want it visible on and the name of the array<br>
|
||||||
|
<br>
|
||||||
|
Look at this simple example below from Purchase, where I want to put on the<br>
|
||||||
|
application's dashboard "Purchases to Approve". After I access the search view<br>
|
||||||
|
and apply the filter for "Purchases to Approve", I can add it immediately to my<br>
|
||||||
|
Purchase dashboard.<br>
|
||||||
|
<br>
|
||||||
|
<img src="http://www.openerp.com/sites/default/files/fileattach/dashboard2_1(1).png" alt=""><br>
|
||||||
|
<br>
|
||||||
|
In less than a minute, the search view is visible on the dashboard<br>
|
||||||
|
<br>
|
||||||
|
<img src="http://www.openerp.com/sites/default/files/fileattach/dashboard2_2.png" alt=""><br>
|
||||||
|
<br>
|
||||||
|
Of course, you are free to delete what you don't need or like, but just in case<br>
|
||||||
|
you change your mind there is a reset button to return to the default view.<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
]]>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="demo_page3" model="document.page">
|
||||||
|
<field name="name">Touchscreen Point of Sale</field>
|
||||||
|
<field name="parent_id" ref="demo_category1"/>
|
||||||
|
<field name="content">
|
||||||
|
<![CDATA[
|
||||||
|
<br>
|
||||||
|
The brand new OpenERP touchscreen point of sale available with 6.1 allows you<br>
|
||||||
|
to manage your shop sales very easily. It's fully web based so that you don't<br>
|
||||||
|
have to install or deploy any software and all the sales shops can be easily<br>
|
||||||
|
consolidated. It works in connected and disconnected modes so that you can<br>
|
||||||
|
continue to sell if you lose your internet connection.<br>
|
||||||
|
<br>
|
||||||
|
<img src="http://www.openerp.com/sites/default/files/fileattach/POS(2).png" alt=""><br>
|
||||||
|
<br>
|
||||||
|
<h3>Here's a summary of its main features and benefits:</h3><br>
|
||||||
|
<br>
|
||||||
|
100% WEB based<br>
|
||||||
|
<br>
|
||||||
|
<ul><li>available for any touchscreen device (ipod, ipad, any tablet)mobile (with portable devices)</li><li>no installation required</li><li>no synchronization needed, completely integrated</li><li>continue working even when your connection is down if you close your browser, data won't be lost</li><li>fully web based with a clean interface smart interface</li></ul><br>
|
||||||
|
<br>
|
||||||
|
You have different options to select your products. You can do it through the<br>
|
||||||
|
barcode reader, just browse through the categories you have put in place (ie.<br>
|
||||||
|
drinks, snacks, meals, etc.), or text search in case neither of the other<br>
|
||||||
|
options work for you. If you need to use the POS for your restaurant, for<br>
|
||||||
|
example, your employees can record at the same time multiple tickets without<br>
|
||||||
|
having to wait to do one transaction at a time. Along, to facilitate payment,<br>
|
||||||
|
the application allows multiple payment methods.<br>
|
||||||
|
<br>
|
||||||
|
The POS application is so simple and accessible to use that your shop or<br>
|
||||||
|
restaurant will never need any other tool to manage orders. Due to its smart<br>
|
||||||
|
and user-friendly interface you don't need any training to learn how to use it.<br>
|
||||||
|
Think of it as an out-of-the-box solution to boost your business' productivity.<br>
|
||||||
|
<br>
|
||||||
|
]]>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
162
document_page/document_page_view.xml
Normal file
162
document_page/document_page_view.xml
Normal file
@@ -0,0 +1,162 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
<menuitem name="Knowledge" id="knowledge.menu_document"/>
|
||||||
|
<menuitem name="Pages" id="menu_wiki" parent="knowledge.menu_document" sequence="20" />
|
||||||
|
|
||||||
|
<!-- wiki tree view -->
|
||||||
|
<record id="view_wiki_tree_children" model="ir.ui.view">
|
||||||
|
<field name="name">document.page.tree</field>
|
||||||
|
<field name="model">document.page</field>
|
||||||
|
<field name="field_parent">child_ids</field>
|
||||||
|
<field name="priority">100</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<tree string="Document Page">
|
||||||
|
<field name="name"/>
|
||||||
|
<field name="write_uid"/>
|
||||||
|
<field name="write_date"/>
|
||||||
|
</tree>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- wiki list view -->
|
||||||
|
<record id="view_wiki_tree" model="ir.ui.view">
|
||||||
|
<field name="name">document.page.list</field>
|
||||||
|
<field name="model">document.page</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<tree string="Document Page">
|
||||||
|
<field name="name"/>
|
||||||
|
<field name="parent_id"/>
|
||||||
|
<field name="create_uid" invisible="1"/>
|
||||||
|
<field name="write_uid"/>
|
||||||
|
<field name="write_date"/>
|
||||||
|
</tree>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- wiki Form view -->
|
||||||
|
<record id="view_wiki_form" model="ir.ui.view">
|
||||||
|
<field name="name">document.page.form</field>
|
||||||
|
<field name="model">document.page</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Document Page" version="7.0">
|
||||||
|
<field name="type" invisible="1"/>
|
||||||
|
<h1><field name="name" placeholder="Name"/></h1>
|
||||||
|
<group class="oe_edit_only">
|
||||||
|
<group>
|
||||||
|
<field name="parent_id" on_change="onchange_parent_id(parent_id,content)" string="Category" context="{'default_type':'category'}"/>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
<field name="write_uid" groups="base.group_no_one"/>
|
||||||
|
<field name="write_date" groups="base.group_no_one"/>
|
||||||
|
<field name="menu_id" groups="base.group_no_one"/>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
<div class="oe_edit_only" attrs="{'invisible':[('type','=','content')]}">
|
||||||
|
<label for="content" string="Template"/>
|
||||||
|
that will be used as a content template for all new page of this category.
|
||||||
|
</div>
|
||||||
|
<field name="content" placeholder="e.g. Once upon a time..." class="oe_edit_only" widget="html"/>
|
||||||
|
<div class="oe_document_page">
|
||||||
|
<field name="display_content" widget="html" class="oe_view_only" options='{"safe": True}'/>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- page Search view -->
|
||||||
|
<record id="view_wiki_filter" model="ir.ui.view">
|
||||||
|
<field name="name">document.page.search</field>
|
||||||
|
<field name="model">document.page</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<search string="Document Page">
|
||||||
|
<field name="name" string="Content" filter_domain="['|', ('name','ilike',self), ('content','ilike',self)]"/>
|
||||||
|
<field name="write_uid"/>
|
||||||
|
<field name="parent_id"/>
|
||||||
|
<group expand="0" string="Group By...">
|
||||||
|
<filter string="Document Type" domain="[]" context="{'group_by':'parent_id'}"/>
|
||||||
|
<filter string="Author" domain="[]" context="{'group_by':'create_uid'}"/>
|
||||||
|
<filter string="Last Contributor" domain="[]" context="{'group_by':'write_uid'}"/>
|
||||||
|
</group>
|
||||||
|
</search>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- page action -->
|
||||||
|
<record id="action_page" model="ir.actions.act_window">
|
||||||
|
<field name="name">Pages</field>
|
||||||
|
<field name="res_model">document.page</field>
|
||||||
|
<field name="domain">[('type','=','content')]</field>
|
||||||
|
<field name="context">{'default_type': 'content'}</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">tree,form</field>
|
||||||
|
<field name="view_id" ref="view_wiki_tree"/>
|
||||||
|
<field name="search_view_id" ref="view_wiki_filter"/>
|
||||||
|
<field name="help" type="html">
|
||||||
|
<p class="oe_view_nocontent_create">
|
||||||
|
Click to create a new web page.
|
||||||
|
</p>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<menuitem id="menu_page" parent="menu_wiki" name="Pages" action="action_page" sequence="10"/>
|
||||||
|
<record id="action_category" model="ir.actions.act_window">
|
||||||
|
<field name="name">Category</field>
|
||||||
|
<field name="res_model">document.page</field>
|
||||||
|
<field name="domain">[('type','=','category')]</field>
|
||||||
|
<field name="context">{'default_type': 'category'}</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">tree,form</field>
|
||||||
|
<field name="view_id" ref="view_wiki_tree"/>
|
||||||
|
<field name="search_view_id" ref="view_wiki_filter"/>
|
||||||
|
</record>
|
||||||
|
<menuitem id="menu_category" parent="menu_wiki" name="Categories" action="action_category" sequence="20"/>
|
||||||
|
|
||||||
|
<!-- History Tree view -->
|
||||||
|
<record model="ir.ui.view" id="view_wiki_history_tree">
|
||||||
|
<field name="name">document.page.history.tree</field>
|
||||||
|
<field name="model">document.page.history</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<tree string="Document History">
|
||||||
|
<field name="create_date"/>
|
||||||
|
<field name="create_uid"/>
|
||||||
|
<field name="page_id"/>
|
||||||
|
</tree>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- History Form view -->
|
||||||
|
<record model="ir.ui.view" id="wiki_history_form">
|
||||||
|
<field name="name">document.page.history.form</field>
|
||||||
|
<field name="model">document.page.history</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Document Page History" version="7.0">
|
||||||
|
<label for="page_id" class="oe_edit_only"/>
|
||||||
|
<h1><field name="page_id" select="1" /></h1>
|
||||||
|
<label for="create_date" class="oe_edit_only"/>
|
||||||
|
<field name="create_date" readonly="1"/>
|
||||||
|
<label for="content" class="oe_edit_only"/>
|
||||||
|
<field name="content" colspan="4"/>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- History Action -->
|
||||||
|
<record model="ir.actions.act_window" id="action_history">
|
||||||
|
<field name="name">Page history</field>
|
||||||
|
<field name="res_model">document.page.history</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">tree,form</field>
|
||||||
|
</record>
|
||||||
|
<menuitem id="menu_page_history" parent="menu_wiki" name="Pages history" action="action_history" sequence="30" groups="base.group_no_one"/>
|
||||||
|
<act_window
|
||||||
|
id="action_related_page_history"
|
||||||
|
context="{'search_default_page_id': [active_id], 'default_page_id': active_id}"
|
||||||
|
domain="[('page_id','=',active_id)]"
|
||||||
|
name="Page History"
|
||||||
|
res_model="document.page.history"
|
||||||
|
src_model="document.page"/>
|
||||||
|
<act_window
|
||||||
|
id="action_related_page_create_menu"
|
||||||
|
name="Create Menu"
|
||||||
|
res_model="document.page.create.menu"
|
||||||
|
target="new"
|
||||||
|
view_type="form"
|
||||||
|
view_mode="form"
|
||||||
|
src_model="document.page"/>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
269
document_page/i18n/ar.po
Normal file
269
document_page/i18n/ar.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Arabic translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-27 21:39+0000\n"
|
||||||
|
"Last-Translator: gehad shaat <gehad.shaath@gmail.com>\n"
|
||||||
|
"Language-Team: Arabic <ar@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "الفئة"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "المشارك الاخير"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "الكاتب"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "القائمة"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "تاريخ الصفحة"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "المحتوى"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "تجميع حسب..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "الاسم"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "النوع"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "تم التعديل عليها بواسطة"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "أو"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "نوع الصفحة"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "معلومات القائمة"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/bg.po
Normal file
269
document_page/i18n/bg.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Bulgarian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Bulgarian <bg@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Автор"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Съдържание"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Групиране по..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Заглавие"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Информация за меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Дата"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Страници"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Надменю"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Дата на редакция"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Създадено на"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Резюме"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Име на меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Създай меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Отказ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Различия"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/bs.po
Normal file
269
document_page/i18n/bs.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Bosnian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Bosnian <bs@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/ca.po
Normal file
269
document_page/i18n/ca.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Catalan translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Catalan <ca@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Últim col·laborador"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Històric pàgina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contingut"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupa per..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Títol"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Assistent 'Crea menú'"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informació del menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferència"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Pàgines"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú pare"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data modificació"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creat el"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nom menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crea menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancel·la"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Dif."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/cs.po
Normal file
269
document_page/i18n/cs.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Czech translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Czech <cs@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Poslední přispěvatel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Nabídka"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historie stránky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Obsah"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Seskupit podle..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Název"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Průvodce vytvořením nabídky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informace nabídky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Rozdíly"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Stránky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Rodičovská nabídka"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Datum změny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Vytvořeno"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Shrnutí"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Jméno nabídky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Vytvořit nabídku"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Zrušit"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Rozdíl"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/da.po
Normal file
269
document_page/i18n/da.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Danish translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Danish <da@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
272
document_page/i18n/de.po
Normal file
272
document_page/i18n/de.po
Normal file
@@ -0,0 +1,272 @@
|
|||||||
|
# German translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-02-02 18:48+0000\n"
|
||||||
|
"Last-Translator: Ralf Hilgenstock <rh@dialoge.info>\n"
|
||||||
|
"Language-Team: German <de@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2014-02-03 05:55+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16916)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Letzer Beitragender"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Dokumentenseite"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Seitenänderungsverlauf"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Inhalt"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Gruppiert je..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Vorlage"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr "diese wird für alle neuen Dokumente dieser Kategorie verwendet"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Assistent für Menüerzeugung"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Typ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Geändert von"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "oder"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Seitentyp"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Dokumenten Seite Historie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Seitenhistorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Es gibt keine Veränderungen in den Revisionen"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Differenz"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Seiten"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategorien"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Bezeichnung"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Obermenü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Änderung am"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Erzeugt am"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Sie müssen zumindest eine und maximal zwei Revisionen auswählen!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Seitenhistorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Zusammenfassung"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "z.B. Es war einmal..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Dokumentenhistorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Menübezeichnung"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Seite"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Menü erstellen"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Angezeigter Inhalt"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Warnung!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Abbrechen"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Differenz"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Dokumententyp"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Kindelemente"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Webseiten erstellen"
|
||||||
273
document_page/i18n/document_page.pot
Normal file
273
document_page/i18n/document_page.pot
Normal file
@@ -0,0 +1,273 @@
|
|||||||
|
# Translation of OpenERP Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * document_page
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: OpenERP Server 7.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2014-08-14 00:10+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-08-14 00:10+0000\n"
|
||||||
|
"Last-Translator: <>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "There is no section in this Page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid "<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#: code:addons/document_page/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
269
document_page/i18n/el.po
Normal file
269
document_page/i18n/el.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Greek translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Greek <el@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Δημιουργός"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Μενού"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Περιεχόμενα"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Τίτλος"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Πληροφορίες Μενού"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Ημερομηνία"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Σελίδες"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Μενού Προέλευσης"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Ημερομηνία Τροποποίησης"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Δημιουργήθηκε στις"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Περίληψη"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Όνομα Μενού"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Δημιουργία Μενού"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Ακύρωση"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Διαφ."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
279
document_page/i18n/es.po
Normal file
279
document_page/i18n/es.po
Normal file
@@ -0,0 +1,279 @@
|
|||||||
|
# Spanish translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-06-18 07:39+0000\n"
|
||||||
|
"Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
|
||||||
|
"Language-Team: Spanish <es@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Categoría"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Último colaborador"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Página de documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historial página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenido"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupar por..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Plantilla"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"esto será usado como una plantilla de contenido para todas las páginas de "
|
||||||
|
"esta categoría."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Asistente crear menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tipo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Modificado por"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "o"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tipo de página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Información del menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Historia de página de documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Historial de páginas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "No hay cambios en las revisiones."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferencia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Categorías"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nombre"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú padre"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Fecha de modificación"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"¡Necesita seleccionar mínimo una y máximo dos revisiones de historial!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Historial de página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumen"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "Por ejemplo, Érase una vez..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Historial del Documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nombre menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historial"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
"Pulse para crear una nueva página web.\n"
|
||||||
|
"</p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crear menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Contenido mostrado"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "¡Advertencia!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Dif."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Tipo de documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Hijos"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Crear páginas Web"
|
||||||
494
document_page/i18n/es_AR.po
Normal file
494
document_page/i18n/es_AR.po
Normal file
@@ -0,0 +1,494 @@
|
|||||||
|
# Translation of OpenERP Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * wiki
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: OpenERP Server 5.0.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
||||||
|
"POT-Creation-Date: 2012-02-08 01:37+0100\n"
|
||||||
|
"PO-Revision-Date: 2009-09-23 14:54+0000\n"
|
||||||
|
"Last-Translator: Silvana Herrera <sherrera@thymbra.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 14763)\n"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,template:0
|
||||||
|
msgid "Wiki Template"
|
||||||
|
msgstr "Plantilla Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki
|
||||||
|
msgid "Wiki Pages"
|
||||||
|
msgstr "Páginas Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,method:0
|
||||||
|
msgid "Display Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Page"
|
||||||
|
msgstr "Abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,section:0
|
||||||
|
msgid "Section"
|
||||||
|
msgstr "Sección"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,toc:0
|
||||||
|
msgid "Indicates that this pages have a table of contents or not"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0
|
||||||
|
msgid "Wiki History"
|
||||||
|
msgstr "Historial Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,minor_edit:0
|
||||||
|
msgid "Minor edit"
|
||||||
|
msgstr "Edición menor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,text_area:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,child_ids:0
|
||||||
|
msgid "Child Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,parent_id:0
|
||||||
|
msgid "Parent Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "There is no section in this Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0
|
||||||
|
msgid "Wiki Group"
|
||||||
|
msgstr "Grupo Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,history_id:0
|
||||||
|
msgid "History Lines"
|
||||||
|
msgstr "Líneas del historial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Page Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning !"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:237
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,section:0
|
||||||
|
msgid "Use page section code like 1.2.1"
|
||||||
|
msgstr "Utilice código de sección de la página, por ejemplo 1.2.1"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nombre del menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,notes:0
|
||||||
|
msgid "Description"
|
||||||
|
msgstr "Descripción"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,review:0
|
||||||
|
msgid "Needs Review"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,review:0
|
||||||
|
msgid ""
|
||||||
|
"Indicates that this page should be reviewed, raising the attention of other "
|
||||||
|
"contributors"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.make.index:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Información del menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Page Template"
|
||||||
|
msgstr "Plantilla de página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,tags:0
|
||||||
|
msgid "Keywords"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,help:wiki.action_wiki
|
||||||
|
msgid ""
|
||||||
|
"With Wiki Pages you can share ideas and questions with your coworkers. You "
|
||||||
|
"can create a new document that can be linked to one or several applications "
|
||||||
|
"(CRM, Sales, etc.). You can use keywords to ease access to your wiki pages. "
|
||||||
|
"There is a basic wiki editing for text format."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr "Aviso"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,home:0
|
||||||
|
msgid "Required to select home page if display method is Home Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Want to create a Index on Selected Pages ? "
|
||||||
|
msgstr "¿Desea crear un índice sobre las páginas seleccionadas? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,page_ids:0
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Group Description"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Want to open a wiki page? "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,section:0
|
||||||
|
msgid "Make Section ?"
|
||||||
|
msgstr "¿Crear sección?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,text_area:0
|
||||||
|
msgid "Text area"
|
||||||
|
msgstr "Área de texto"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Meta Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Notes"
|
||||||
|
msgstr "Notas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "List"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumen"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,create_date:0
|
||||||
|
msgid "Created Date"
|
||||||
|
msgstr "Fecha de creación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_history
|
||||||
|
msgid "All Page Histories"
|
||||||
|
msgstr "Todos los historiales de páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki
|
||||||
|
msgid "wiki.wiki"
|
||||||
|
msgstr "wiki.wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,method:0
|
||||||
|
msgid "Define the default behaviour of the menu created on this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Close"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff
|
||||||
|
msgid "wizard.wiki.history.show_diff"
|
||||||
|
msgstr "asistente.wiki.historial.mostrar_dif"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,wiki_id:0
|
||||||
|
msgid "Wiki Id"
|
||||||
|
msgstr "ID Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,home:0 selection:wiki.groups,method:0
|
||||||
|
msgid "Home Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,parent_id:0
|
||||||
|
msgid "Allows you to link with the other page with in the current topic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Modification Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,group_id:0
|
||||||
|
msgid "Topic, also called Wiki Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Fecha de modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuración"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0
|
||||||
|
msgid "Create Index"
|
||||||
|
msgstr "Crear índice"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum 1 or maximum 2 history revision!"
|
||||||
|
msgstr ""
|
||||||
|
"¡Debe seleccionar como mínimo 1 o como máximo 2 revisiones históricas!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,minor_edit:0
|
||||||
|
msgid "This is a major edit ?"
|
||||||
|
msgstr "¿Es ésta una edición mayor?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_groups
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0
|
||||||
|
msgid "Wiki Groups"
|
||||||
|
msgstr "Grupos Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Topic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,write_uid:0
|
||||||
|
msgid "Modify By"
|
||||||
|
msgstr "Modificado por"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981
|
||||||
|
#: field:wiki.wiki,toc:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Tabla de contenidos"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0 view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Wiki Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_page_open
|
||||||
|
msgid "wiz open page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wizard.wiki.history.show_diff,file_path:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Dif."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Need Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_review
|
||||||
|
msgid "Pages Waiting Review"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_group_open
|
||||||
|
msgid "Search Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Child Groups"
|
||||||
|
#~ msgstr "Grupos hijos"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Groups Links"
|
||||||
|
#~ msgstr "Enlaces grupos wiki"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The Object name must start with x_ and not contain any special character !"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter "
|
||||||
|
#~ "especial!"
|
||||||
|
|
||||||
|
#~ msgid "Document Management - Wiki"
|
||||||
|
#~ msgstr "Gestión de documentos - Wiki"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Configuration"
|
||||||
|
#~ msgstr "Configuración Wiki"
|
||||||
|
|
||||||
|
#~ msgid "Create a Menu"
|
||||||
|
#~ msgstr "Crear un menú"
|
||||||
|
|
||||||
|
#~ msgid "History Differance"
|
||||||
|
#~ msgstr "Diferencia de historial"
|
||||||
|
|
||||||
|
#~ msgid "Group Home Page"
|
||||||
|
#~ msgstr "Página de inicio del grupo"
|
||||||
|
|
||||||
|
#~ msgid "Differences"
|
||||||
|
#~ msgstr "Diferencias"
|
||||||
|
|
||||||
|
#~ msgid "Last Author"
|
||||||
|
#~ msgstr "Último autor"
|
||||||
|
|
||||||
|
#~ msgid "Document Management"
|
||||||
|
#~ msgstr "Gestión de documentos"
|
||||||
|
|
||||||
|
#~ msgid "Invalid XML for View Architecture!"
|
||||||
|
#~ msgstr "XML inválido para la definición de la vista !"
|
||||||
|
|
||||||
|
#~ msgid "Parent Group"
|
||||||
|
#~ msgstr "Grupo padre"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Differance"
|
||||||
|
#~ msgstr "Diferencia Wiki"
|
||||||
|
|
||||||
|
#, python-format
|
||||||
|
#~ msgid "No action found"
|
||||||
|
#~ msgstr "No se ha encontrado la acción"
|
||||||
|
|
||||||
|
#~ msgid "Modifications"
|
||||||
|
#~ msgstr "Modificaciones"
|
||||||
|
|
||||||
|
#~ msgid "History"
|
||||||
|
#~ msgstr "Historial"
|
||||||
|
|
||||||
|
#~ msgid "Tags"
|
||||||
|
#~ msgstr "Etiquetas"
|
||||||
520
document_page/i18n/es_CR.po
Normal file
520
document_page/i18n/es_CR.po
Normal file
@@ -0,0 +1,520 @@
|
|||||||
|
# Translation of OpenERP Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * wiki
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: OpenERP Server 6.0dev\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2012-02-08 01:37+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-02-20 01:10+0000\n"
|
||||||
|
"Last-Translator: Freddy Gonzalez <freddy.gonzalez@clearcorp.co.cr>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2012-02-21 05:55+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 14838)\n"
|
||||||
|
"Language: \n"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,template:0
|
||||||
|
msgid "Wiki Template"
|
||||||
|
msgstr "Plantilla Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki
|
||||||
|
msgid "Wiki Pages"
|
||||||
|
msgstr "Páginas Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,method:0
|
||||||
|
msgid "Display Method"
|
||||||
|
msgstr "Método de visualización"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Page"
|
||||||
|
msgstr "Abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,section:0
|
||||||
|
msgid "Section"
|
||||||
|
msgstr "Sección"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,toc:0
|
||||||
|
msgid "Indicates that this pages have a table of contents or not"
|
||||||
|
msgstr "Indica si estas páginas tienen una tabla de contenidos o no."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0
|
||||||
|
msgid "Wiki History"
|
||||||
|
msgstr "Historial Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,minor_edit:0
|
||||||
|
msgid "Minor edit"
|
||||||
|
msgstr "Edición menor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,text_area:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,child_ids:0
|
||||||
|
msgid "Child Pages"
|
||||||
|
msgstr "Páginas hijas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,parent_id:0
|
||||||
|
msgid "Parent Page"
|
||||||
|
msgstr "Página padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Último colaborador"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "There is no section in this Page"
|
||||||
|
msgstr "No hay sección en esta página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0
|
||||||
|
msgid "Wiki Group"
|
||||||
|
msgstr "Grupo Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Asistente crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,history_id:0
|
||||||
|
msgid "History Lines"
|
||||||
|
msgstr "Líneas historial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Page Content"
|
||||||
|
msgstr "Contenido página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning !"
|
||||||
|
msgstr "¡Aviso!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:237
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions"
|
||||||
|
msgstr "No hay cambios en revisiones"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,section:0
|
||||||
|
msgid "Use page section code like 1.2.1"
|
||||||
|
msgstr "Utilice código de sección de la página, por ejemplo 1.2.1"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nombre menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,notes:0
|
||||||
|
msgid "Description"
|
||||||
|
msgstr "Descripción"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,review:0
|
||||||
|
msgid "Needs Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,review:0
|
||||||
|
msgid ""
|
||||||
|
"Indicates that this page should be reviewed, raising the attention of other "
|
||||||
|
"contributors"
|
||||||
|
msgstr ""
|
||||||
|
"Indica que esta página debería ser revisada, captando la atención de otros "
|
||||||
|
"colaboradores."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.make.index:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Información del menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historial página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Tree"
|
||||||
|
msgstr "Árbol"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Page Template"
|
||||||
|
msgstr "Plantilla de página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,tags:0
|
||||||
|
msgid "Keywords"
|
||||||
|
msgstr "Palabras clave"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,help:wiki.action_wiki
|
||||||
|
msgid ""
|
||||||
|
"With Wiki Pages you can share ideas and questions with your coworkers. You "
|
||||||
|
"can create a new document that can be linked to one or several applications "
|
||||||
|
"(CRM, Sales, etc.). You can use keywords to ease access to your wiki pages. "
|
||||||
|
"There is a basic wiki editing for text format."
|
||||||
|
msgstr ""
|
||||||
|
"Con páginas wiki puede compartir ideas y preguntas con sus compañeros de "
|
||||||
|
"trabajo. Puede crear un nuevo documento que puede ser relacionado con una o "
|
||||||
|
"varias aplicaciones (CRM, Ventas, etc.). Puede utilizar palabras clave para "
|
||||||
|
"facilitar el acceso a sus páginas wiki. Existe un editor básico para el "
|
||||||
|
"formato texto del wiki."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr "Advertencia"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,home:0
|
||||||
|
msgid "Required to select home page if display method is Home Page"
|
||||||
|
msgstr ""
|
||||||
|
"Es obligado seleccionar la página de inicio si el método de visualización es "
|
||||||
|
"Página inicial."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Want to create a Index on Selected Pages ? "
|
||||||
|
msgstr "¿Desea crear un índice sobre las páginas seleccionadas? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferencia"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,page_ids:0
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Group Description"
|
||||||
|
msgstr "Descripción grupo"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Want to open a wiki page? "
|
||||||
|
msgstr "¿Desea abrir una página wiki? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,section:0
|
||||||
|
msgid "Make Section ?"
|
||||||
|
msgstr "¿Crear sección?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,text_area:0
|
||||||
|
msgid "Text area"
|
||||||
|
msgstr "Área de texto"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Meta Information"
|
||||||
|
msgstr "Meta información"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Notes"
|
||||||
|
msgstr "Notas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "List"
|
||||||
|
msgstr "Lista"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumen"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,create_date:0
|
||||||
|
msgid "Created Date"
|
||||||
|
msgstr "Fecha de creación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_history
|
||||||
|
msgid "All Page Histories"
|
||||||
|
msgstr "Todos los historiales de páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki
|
||||||
|
msgid "wiki.wiki"
|
||||||
|
msgstr "wiki.wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,method:0
|
||||||
|
msgid "Define the default behaviour of the menu created on this group"
|
||||||
|
msgstr "Define el comportamiento por defecto del menú creado en este grupo."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Cerrar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff
|
||||||
|
msgid "wizard.wiki.history.show_diff"
|
||||||
|
msgstr "asistente.wiki.historial.mostrar_dif"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,wiki_id:0
|
||||||
|
msgid "Wiki Id"
|
||||||
|
msgstr "ID Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,home:0 selection:wiki.groups,method:0
|
||||||
|
msgid "Home Page"
|
||||||
|
msgstr "Página inicial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,parent_id:0
|
||||||
|
msgid "Allows you to link with the other page with in the current topic"
|
||||||
|
msgstr "Le permite enlazar con la otra página dentro del tema actual."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Modification Information"
|
||||||
|
msgstr "Información modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,group_id:0
|
||||||
|
msgid "Topic, also called Wiki Group"
|
||||||
|
msgstr "Tema, también denominado Grupo wiki."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Fecha de modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuración"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0
|
||||||
|
msgid "Create Index"
|
||||||
|
msgstr "Crear índice"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum 1 or maximum 2 history revision!"
|
||||||
|
msgstr ""
|
||||||
|
"¡Debe seleccionar como mínimo 1 o como máximo 2 revisiones históricas!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupar por..."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,minor_edit:0
|
||||||
|
msgid "This is a major edit ?"
|
||||||
|
msgstr "¿Es ésta una edición mayor?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_groups
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0
|
||||||
|
msgid "Wiki Groups"
|
||||||
|
msgstr "Grupos Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Topic"
|
||||||
|
msgstr "Tema"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,write_uid:0
|
||||||
|
msgid "Modify By"
|
||||||
|
msgstr "Modificado por"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981
|
||||||
|
#: field:wiki.wiki,toc:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Tabla de contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0 view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Wiki Page"
|
||||||
|
msgstr "Abrir página wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_page_open
|
||||||
|
msgid "wiz open page"
|
||||||
|
msgstr "asistente abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wizard.wiki.history.show_diff,file_path:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Dif."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Need Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_review
|
||||||
|
msgid "Pages Waiting Review"
|
||||||
|
msgstr "Páginas esperando revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_group_open
|
||||||
|
msgid "Search Page"
|
||||||
|
msgstr "Buscar página"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The Object name must start with x_ and not contain any special character !"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter "
|
||||||
|
#~ "especial!"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Groups Links"
|
||||||
|
#~ msgstr "Enlaces grupos wiki"
|
||||||
|
|
||||||
|
#~ msgid "Child Groups"
|
||||||
|
#~ msgstr "Grupos hijos"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Configuration"
|
||||||
|
#~ msgstr "Configuración Wiki"
|
||||||
|
|
||||||
|
#~ msgid "Document Management - Wiki"
|
||||||
|
#~ msgstr "Gestión de documentos - Wiki"
|
||||||
|
|
||||||
|
#~ msgid "Create a Menu"
|
||||||
|
#~ msgstr "Crear un menú"
|
||||||
|
|
||||||
|
#~ msgid "History Differance"
|
||||||
|
#~ msgstr "Diferencia historial"
|
||||||
|
|
||||||
|
#~ msgid "Group Home Page"
|
||||||
|
#~ msgstr "Página de inicio del grupo"
|
||||||
|
|
||||||
|
#~ msgid "Last Author"
|
||||||
|
#~ msgstr "Último autor"
|
||||||
|
|
||||||
|
#~ msgid "Differences"
|
||||||
|
#~ msgstr "Diferencias"
|
||||||
|
|
||||||
|
#~ msgid "Document Management"
|
||||||
|
#~ msgstr "Gestión de documentos"
|
||||||
|
|
||||||
|
#~ msgid "Invalid XML for View Architecture!"
|
||||||
|
#~ msgstr "¡XML inválido para la definición de la vista!"
|
||||||
|
|
||||||
|
#~ msgid "Parent Group"
|
||||||
|
#~ msgstr "Grupo padre"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Differance"
|
||||||
|
#~ msgstr "Diferencia Wiki"
|
||||||
|
|
||||||
|
#, python-format
|
||||||
|
#~ msgid "No action found"
|
||||||
|
#~ msgstr "No se ha encontrado la acción"
|
||||||
|
|
||||||
|
#~ msgid "Modifications"
|
||||||
|
#~ msgstr "Modificaciones"
|
||||||
|
|
||||||
|
#~ msgid "History"
|
||||||
|
#~ msgstr "Historial"
|
||||||
|
|
||||||
|
#~ msgid "Tags"
|
||||||
|
#~ msgstr "Etiquetas"
|
||||||
|
|
||||||
|
#~ msgid "Invalid model name in the action definition."
|
||||||
|
#~ msgstr "Nombre de modelo no válido en la definición de acción."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "The base module to manage documents(wiki)\n"
|
||||||
|
#~ "\n"
|
||||||
|
#~ "keep track for the wiki groups, pages, and history\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "El módulo base para gestionar documentos (wiki)\n"
|
||||||
|
#~ "\n"
|
||||||
|
#~ "gestione los grupos, páginas e historial del wiki\n"
|
||||||
|
#~ " "
|
||||||
535
document_page/i18n/es_MX.po
Normal file
535
document_page/i18n/es_MX.po
Normal file
@@ -0,0 +1,535 @@
|
|||||||
|
# Translation of OpenERP Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * wiki
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: OpenERP Server 6.0dev\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
||||||
|
"POT-Creation-Date: 2011-01-11 11:16+0000\n"
|
||||||
|
"PO-Revision-Date: 2011-01-13 02:46+0000\n"
|
||||||
|
"Last-Translator: Carlos @ smile.fr <Unknown>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-09-05 05:38+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 13830)\n"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,template:0
|
||||||
|
msgid "Wiki Template"
|
||||||
|
msgstr "Plantilla Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki
|
||||||
|
msgid "Wiki Pages"
|
||||||
|
msgstr "Páginas Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,method:0
|
||||||
|
msgid "Display Method"
|
||||||
|
msgstr "Método de visualización"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Page"
|
||||||
|
msgstr "Abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,section:0
|
||||||
|
msgid "Section"
|
||||||
|
msgstr "Sección"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,toc:0
|
||||||
|
msgid "Indicates that this pages have a table of contents or not"
|
||||||
|
msgstr "Indica si estas páginas tienen una tabla de contenidos o no."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_history
|
||||||
|
#: view:wiki.wiki.history:0
|
||||||
|
msgid "Wiki History"
|
||||||
|
msgstr "Historial Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,minor_edit:0
|
||||||
|
msgid "Minor edit"
|
||||||
|
msgstr "Edición menor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,text_area:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,child_ids:0
|
||||||
|
msgid "Child Pages"
|
||||||
|
msgstr "Páginas hijas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,parent_id:0
|
||||||
|
msgid "Parent Page"
|
||||||
|
msgstr "Página padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Último colaborador"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,group_id:0
|
||||||
|
msgid "Topic, also called Wiki Group"
|
||||||
|
msgstr "Tema, también denominado Grupo wiki."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,name:0
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,group_id:0
|
||||||
|
msgid "Wiki Group"
|
||||||
|
msgstr "Grupo Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Asistente crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,history_id:0
|
||||||
|
msgid "History Lines"
|
||||||
|
msgstr "Líneas historial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Page Content"
|
||||||
|
msgstr "Contenido página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:236
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning !"
|
||||||
|
msgstr "¡Aviso!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:236
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions"
|
||||||
|
msgstr "No hay cambios en revisiones"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.module.module,shortdesc:wiki.module_meta_information
|
||||||
|
msgid "Document Management - Wiki"
|
||||||
|
msgstr "Gestión de documentos - Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nombre menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,notes:0
|
||||||
|
msgid "Description"
|
||||||
|
msgstr "Descripción"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,review:0
|
||||||
|
msgid "Needs Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,review:0
|
||||||
|
msgid ""
|
||||||
|
"Indicates that this page should be reviewed, raising the attention of other "
|
||||||
|
"contributors"
|
||||||
|
msgstr ""
|
||||||
|
"Indica que esta página debería ser revisada, captando la atención de otros "
|
||||||
|
"colaboradores."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Información del menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historial página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Tree"
|
||||||
|
msgstr "Árbol"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Page Template"
|
||||||
|
msgstr "Plantilla de página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,tags:0
|
||||||
|
msgid "Keywords"
|
||||||
|
msgstr "Palabras clave"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,help:wiki.action_wiki
|
||||||
|
msgid ""
|
||||||
|
"With Wiki Pages you can share ideas and questions with your coworkers. You "
|
||||||
|
"can create a new document that can be linked to one or several applications "
|
||||||
|
"(CRM, Sales, etc.). You can use keywords to ease access to your wiki pages. "
|
||||||
|
"There is a basic wiki editing for text format."
|
||||||
|
msgstr ""
|
||||||
|
"Con páginas wiki puede compartir ideas y preguntas con sus compañeros de "
|
||||||
|
"trabajo. Puede crear un nuevo documento que puede ser relacionado con una o "
|
||||||
|
"varias aplicaciones (CRM, Ventas, etc.). Puede utilizar palabras clave para "
|
||||||
|
"facilitar el acceso a sus páginas wiki. Existe un editor básico para el "
|
||||||
|
"formato texto del wiki."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr "Advertencia"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Want to create a Index on Selected Pages ? "
|
||||||
|
msgstr "¿Desea crear un índice sobre las páginas seleccionadas? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferencia"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,page_ids:0
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Group Description"
|
||||||
|
msgstr "Descripción grupo"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,section:0
|
||||||
|
msgid "Use page section code like 1.2.1"
|
||||||
|
msgstr "Utilice código de sección de la página, por ejemplo 1.2.1"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Want to open a wiki page? "
|
||||||
|
msgstr "¿Desea abrir una página wiki? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,section:0
|
||||||
|
msgid "Make Section ?"
|
||||||
|
msgstr "¿Crear sección?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,text_area:0
|
||||||
|
msgid "Text area"
|
||||||
|
msgstr "Área de texto"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Meta Information"
|
||||||
|
msgstr "Meta información"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.module.module,description:wiki.module_meta_information
|
||||||
|
msgid ""
|
||||||
|
"\n"
|
||||||
|
"The base module to manage documents(wiki)\n"
|
||||||
|
"\n"
|
||||||
|
"keep track for the wiki groups, pages, and history\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"El módulo base para gestionar documentos (wiki)\n"
|
||||||
|
"\n"
|
||||||
|
"gestione los grupos, páginas e historial del wiki\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Notes"
|
||||||
|
msgstr "Notas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,home:0
|
||||||
|
msgid "Required to select home page if display method is Home Page"
|
||||||
|
msgstr ""
|
||||||
|
"Es obligado seleccionar la página de inicio si el método de visualización es "
|
||||||
|
"Página inicial."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "List"
|
||||||
|
msgstr "Lista"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,summary:0
|
||||||
|
#: field:wiki.wiki.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumen"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,create_date:0
|
||||||
|
msgid "Created Date"
|
||||||
|
msgstr "Fecha de creación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_history
|
||||||
|
msgid "All Page Histories"
|
||||||
|
msgstr "Todos los historiales de páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki
|
||||||
|
msgid "wiki.wiki"
|
||||||
|
msgstr "wiki.wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,method:0
|
||||||
|
msgid "Define the default behaviour of the menu created on this group"
|
||||||
|
msgstr "Define el comportamiento por defecto del menú creado en este grupo."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Cerrar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff
|
||||||
|
msgid "wizard.wiki.history.show_diff"
|
||||||
|
msgstr "asistente.wiki.historial.mostrar_dif"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,wiki_id:0
|
||||||
|
msgid "Wiki Id"
|
||||||
|
msgstr "ID Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,home:0
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Home Page"
|
||||||
|
msgstr "Página inicial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,parent_id:0
|
||||||
|
msgid "Allows you to link with the other page with in the current topic"
|
||||||
|
msgstr "Le permite enlazar con la otra página dentro del tema actual."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Modification Information"
|
||||||
|
msgstr "Información modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_wiki_configuration
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Fecha de modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuración"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_make_index
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Create Index"
|
||||||
|
msgstr "Crear índice"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum 1 or maximum 2 history revision!"
|
||||||
|
msgstr ""
|
||||||
|
"¡Debe seleccionar como mínimo 1 o como máximo 2 revisiones históricas!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupar por..."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu
|
||||||
|
#: view:wiki.create.menu:0
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,minor_edit:0
|
||||||
|
msgid "This is a major edit ?"
|
||||||
|
msgstr "¿Es ésta una edición mayor?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_groups
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Wiki Groups"
|
||||||
|
msgstr "Grupos Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Topic"
|
||||||
|
msgstr "Tema"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,write_uid:0
|
||||||
|
msgid "Modify By"
|
||||||
|
msgstr "Modificado por"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981
|
||||||
|
#: field:wiki.wiki,toc:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Tabla de contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Wiki Page"
|
||||||
|
msgstr "Abrir página wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_page_open
|
||||||
|
msgid "wiz open page"
|
||||||
|
msgstr "asistente abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wizard.wiki.history.show_diff,file_path:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Dif."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Need Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_review
|
||||||
|
msgid "Pages Waiting Review"
|
||||||
|
msgstr "Páginas esperando revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_group_open
|
||||||
|
msgid "Search Page"
|
||||||
|
msgstr "Buscar página"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The Object name must start with x_ and not contain any special character !"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter "
|
||||||
|
#~ "especial!"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Groups Links"
|
||||||
|
#~ msgstr "Enlaces grupos wiki"
|
||||||
|
|
||||||
|
#~ msgid "Child Groups"
|
||||||
|
#~ msgstr "Grupos hijos"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Configuration"
|
||||||
|
#~ msgstr "Configuración Wiki"
|
||||||
|
|
||||||
|
#~ msgid "Create a Menu"
|
||||||
|
#~ msgstr "Crear un menú"
|
||||||
|
|
||||||
|
#~ msgid "History Differance"
|
||||||
|
#~ msgstr "Diferencia historial"
|
||||||
|
|
||||||
|
#~ msgid "Group Home Page"
|
||||||
|
#~ msgstr "Página de inicio del grupo"
|
||||||
|
|
||||||
|
#~ msgid "Last Author"
|
||||||
|
#~ msgstr "Último autor"
|
||||||
|
|
||||||
|
#~ msgid "Differences"
|
||||||
|
#~ msgstr "Diferencias"
|
||||||
|
|
||||||
|
#~ msgid "Document Management"
|
||||||
|
#~ msgstr "Gestión de documentos"
|
||||||
|
|
||||||
|
#~ msgid "Invalid XML for View Architecture!"
|
||||||
|
#~ msgstr "¡XML inválido para la definición de la vista!"
|
||||||
|
|
||||||
|
#~ msgid "Parent Group"
|
||||||
|
#~ msgstr "Grupo padre"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Differance"
|
||||||
|
#~ msgstr "Diferencia Wiki"
|
||||||
|
|
||||||
|
#, python-format
|
||||||
|
#~ msgid "No action found"
|
||||||
|
#~ msgstr "No se ha encontrado la acción"
|
||||||
|
|
||||||
|
#~ msgid "Modifications"
|
||||||
|
#~ msgstr "Modificaciones"
|
||||||
|
|
||||||
|
#~ msgid "History"
|
||||||
|
#~ msgstr "Historial"
|
||||||
|
|
||||||
|
#~ msgid "Tags"
|
||||||
|
#~ msgstr "Etiquetas"
|
||||||
|
|
||||||
|
#~ msgid "Invalid model name in the action definition."
|
||||||
|
#~ msgstr "Nombre de modelo no válido en la definición de acción."
|
||||||
535
document_page/i18n/es_VE.po
Normal file
535
document_page/i18n/es_VE.po
Normal file
@@ -0,0 +1,535 @@
|
|||||||
|
# Translation of OpenERP Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * wiki
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: OpenERP Server 6.0dev\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
||||||
|
"POT-Creation-Date: 2011-01-11 11:16+0000\n"
|
||||||
|
"PO-Revision-Date: 2011-01-13 02:46+0000\n"
|
||||||
|
"Last-Translator: Carlos @ smile.fr <Unknown>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-09-05 05:38+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 13830)\n"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,template:0
|
||||||
|
msgid "Wiki Template"
|
||||||
|
msgstr "Plantilla Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki
|
||||||
|
msgid "Wiki Pages"
|
||||||
|
msgstr "Páginas Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,method:0
|
||||||
|
msgid "Display Method"
|
||||||
|
msgstr "Método de visualización"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Page"
|
||||||
|
msgstr "Abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,section:0
|
||||||
|
msgid "Section"
|
||||||
|
msgstr "Sección"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,toc:0
|
||||||
|
msgid "Indicates that this pages have a table of contents or not"
|
||||||
|
msgstr "Indica si estas páginas tienen una tabla de contenidos o no."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_history
|
||||||
|
#: view:wiki.wiki.history:0
|
||||||
|
msgid "Wiki History"
|
||||||
|
msgstr "Historial Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,minor_edit:0
|
||||||
|
msgid "Minor edit"
|
||||||
|
msgstr "Edición menor"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,text_area:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,child_ids:0
|
||||||
|
msgid "Child Pages"
|
||||||
|
msgstr "Páginas hijas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,parent_id:0
|
||||||
|
msgid "Parent Page"
|
||||||
|
msgstr "Página padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Último colaborador"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú padre"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,group_id:0
|
||||||
|
msgid "Topic, also called Wiki Group"
|
||||||
|
msgstr "Tema, también denominado Grupo wiki."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,name:0
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
#: field:wiki.wiki,group_id:0
|
||||||
|
msgid "Wiki Group"
|
||||||
|
msgstr "Grupo Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Asistente crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,history_id:0
|
||||||
|
msgid "History Lines"
|
||||||
|
msgstr "Líneas historial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Page Content"
|
||||||
|
msgstr "Contenido página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:236
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning !"
|
||||||
|
msgstr "¡Aviso!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:236
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions"
|
||||||
|
msgstr "No hay cambios en revisiones"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.module.module,shortdesc:wiki.module_meta_information
|
||||||
|
msgid "Document Management - Wiki"
|
||||||
|
msgstr "Gestión de documentos - Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nombre menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,notes:0
|
||||||
|
msgid "Description"
|
||||||
|
msgstr "Descripción"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,review:0
|
||||||
|
msgid "Needs Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,review:0
|
||||||
|
msgid ""
|
||||||
|
"Indicates that this page should be reviewed, raising the attention of other "
|
||||||
|
"contributors"
|
||||||
|
msgstr ""
|
||||||
|
"Indica que esta página debería ser revisada, captando la atención de otros "
|
||||||
|
"colaboradores."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Información del menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historial página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Tree"
|
||||||
|
msgstr "Árbol"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Page Template"
|
||||||
|
msgstr "Plantilla de página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,tags:0
|
||||||
|
msgid "Keywords"
|
||||||
|
msgstr "Palabras clave"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,help:wiki.action_wiki
|
||||||
|
msgid ""
|
||||||
|
"With Wiki Pages you can share ideas and questions with your coworkers. You "
|
||||||
|
"can create a new document that can be linked to one or several applications "
|
||||||
|
"(CRM, Sales, etc.). You can use keywords to ease access to your wiki pages. "
|
||||||
|
"There is a basic wiki editing for text format."
|
||||||
|
msgstr ""
|
||||||
|
"Con páginas wiki puede compartir ideas y preguntas con sus compañeros de "
|
||||||
|
"trabajo. Puede crear un nuevo documento que puede ser relacionado con una o "
|
||||||
|
"varias aplicaciones (CRM, Ventas, etc.). Puede utilizar palabras clave para "
|
||||||
|
"facilitar el acceso a sus páginas wiki. Existe un editor básico para el "
|
||||||
|
"formato texto del wiki."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr "Advertencia"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado en"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Fecha"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Want to create a Index on Selected Pages ? "
|
||||||
|
msgstr "¿Desea crear un índice sobre las páginas seleccionadas? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferencia"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,page_ids:0
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Group Description"
|
||||||
|
msgstr "Descripción grupo"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,section:0
|
||||||
|
msgid "Use page section code like 1.2.1"
|
||||||
|
msgstr "Utilice código de sección de la página, por ejemplo 1.2.1"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Want to open a wiki page? "
|
||||||
|
msgstr "¿Desea abrir una página wiki? "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,section:0
|
||||||
|
msgid "Make Section ?"
|
||||||
|
msgstr "¿Crear sección?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,text_area:0
|
||||||
|
msgid "Text area"
|
||||||
|
msgstr "Área de texto"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Meta Information"
|
||||||
|
msgstr "Meta información"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.module.module,description:wiki.module_meta_information
|
||||||
|
msgid ""
|
||||||
|
"\n"
|
||||||
|
"The base module to manage documents(wiki)\n"
|
||||||
|
"\n"
|
||||||
|
"keep track for the wiki groups, pages, and history\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"El módulo base para gestionar documentos (wiki)\n"
|
||||||
|
"\n"
|
||||||
|
"gestione los grupos, páginas e historial del wiki\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Notes"
|
||||||
|
msgstr "Notas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,home:0
|
||||||
|
msgid "Required to select home page if display method is Home Page"
|
||||||
|
msgstr ""
|
||||||
|
"Es obligado seleccionar la página de inicio si el método de visualización es "
|
||||||
|
"Página inicial."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "List"
|
||||||
|
msgstr "Lista"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,summary:0
|
||||||
|
#: field:wiki.wiki.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumen"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,create_date:0
|
||||||
|
msgid "Created Date"
|
||||||
|
msgstr "Fecha de creación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_history
|
||||||
|
msgid "All Page Histories"
|
||||||
|
msgstr "Todos los historiales de páginas"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki
|
||||||
|
msgid "wiki.wiki"
|
||||||
|
msgstr "wiki.wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,method:0
|
||||||
|
msgid "Define the default behaviour of the menu created on this group"
|
||||||
|
msgstr "Define el comportamiento por defecto del menú creado en este grupo."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Cerrar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff
|
||||||
|
msgid "wizard.wiki.history.show_diff"
|
||||||
|
msgstr "asistente.wiki.historial.mostrar_dif"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,wiki_id:0
|
||||||
|
msgid "Wiki Id"
|
||||||
|
msgstr "ID Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,home:0
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Home Page"
|
||||||
|
msgstr "Página inicial"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,parent_id:0
|
||||||
|
msgid "Allows you to link with the other page with in the current topic"
|
||||||
|
msgstr "Le permite enlazar con la otra página dentro del tema actual."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Modification Information"
|
||||||
|
msgstr "Información modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_wiki_configuration
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr "Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Fecha de modificación"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "Configuración"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_make_index
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Create Index"
|
||||||
|
msgstr "Crear índice"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum 1 or maximum 2 history revision!"
|
||||||
|
msgstr ""
|
||||||
|
"¡Debe seleccionar como mínimo 1 o como máximo 2 revisiones históricas!"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupar por..."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu
|
||||||
|
#: view:wiki.create.menu:0
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crear menú"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,minor_edit:0
|
||||||
|
msgid "This is a major edit ?"
|
||||||
|
msgstr "¿Es ésta una edición mayor?"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_groups
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Wiki Groups"
|
||||||
|
msgstr "Grupos Wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Topic"
|
||||||
|
msgstr "Tema"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,write_uid:0
|
||||||
|
msgid "Modify By"
|
||||||
|
msgstr "Modificado por"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981
|
||||||
|
#: field:wiki.wiki,toc:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Tabla de contenido"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Wiki Page"
|
||||||
|
msgstr "Abrir página wiki"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_page_open
|
||||||
|
msgid "wiz open page"
|
||||||
|
msgstr "asistente abrir página"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wizard.wiki.history.show_diff,file_path:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Dif."
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Need Review"
|
||||||
|
msgstr "Necesita revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_review
|
||||||
|
msgid "Pages Waiting Review"
|
||||||
|
msgstr "Páginas esperando revisión"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_group_open
|
||||||
|
msgid "Search Page"
|
||||||
|
msgstr "Buscar página"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The Object name must start with x_ and not contain any special character !"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter "
|
||||||
|
#~ "especial!"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Groups Links"
|
||||||
|
#~ msgstr "Enlaces grupos wiki"
|
||||||
|
|
||||||
|
#~ msgid "Child Groups"
|
||||||
|
#~ msgstr "Grupos hijos"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Configuration"
|
||||||
|
#~ msgstr "Configuración Wiki"
|
||||||
|
|
||||||
|
#~ msgid "Create a Menu"
|
||||||
|
#~ msgstr "Crear un menú"
|
||||||
|
|
||||||
|
#~ msgid "History Differance"
|
||||||
|
#~ msgstr "Diferencia historial"
|
||||||
|
|
||||||
|
#~ msgid "Group Home Page"
|
||||||
|
#~ msgstr "Página de inicio del grupo"
|
||||||
|
|
||||||
|
#~ msgid "Last Author"
|
||||||
|
#~ msgstr "Último autor"
|
||||||
|
|
||||||
|
#~ msgid "Differences"
|
||||||
|
#~ msgstr "Diferencias"
|
||||||
|
|
||||||
|
#~ msgid "Document Management"
|
||||||
|
#~ msgstr "Gestión de documentos"
|
||||||
|
|
||||||
|
#~ msgid "Invalid XML for View Architecture!"
|
||||||
|
#~ msgstr "¡XML inválido para la definición de la vista!"
|
||||||
|
|
||||||
|
#~ msgid "Parent Group"
|
||||||
|
#~ msgstr "Grupo padre"
|
||||||
|
|
||||||
|
#~ msgid "Wiki Differance"
|
||||||
|
#~ msgstr "Diferencia Wiki"
|
||||||
|
|
||||||
|
#, python-format
|
||||||
|
#~ msgid "No action found"
|
||||||
|
#~ msgstr "No se ha encontrado la acción"
|
||||||
|
|
||||||
|
#~ msgid "Modifications"
|
||||||
|
#~ msgstr "Modificaciones"
|
||||||
|
|
||||||
|
#~ msgid "History"
|
||||||
|
#~ msgstr "Historial"
|
||||||
|
|
||||||
|
#~ msgid "Tags"
|
||||||
|
#~ msgstr "Etiquetas"
|
||||||
|
|
||||||
|
#~ msgid "Invalid model name in the action definition."
|
||||||
|
#~ msgstr "Nombre de modelo no válido en la definición de acción."
|
||||||
269
document_page/i18n/et.po
Normal file
269
document_page/i18n/et.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Estonian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Estonian <et@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menüü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Sisu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Tiitel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menüü info"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Kuupäev"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Lehekülgi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Ülemmenüü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Muutmise kuupäev"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Loodud"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Kokkuvõte"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Menüü nimi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Loo menüü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Loobu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Erinevus"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/fi.po
Normal file
269
document_page/i18n/fi.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Finnish translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-11-18 05:42+0000\n"
|
||||||
|
"Last-Translator: Harri Luuppala <Unknown>\n"
|
||||||
|
"Language-Team: Finnish <fi@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Viimeisin tiedon lisääjä"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Tekijä"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Valikko"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Dokumentin sivu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Sivuhistoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Sisältö"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Ryhmittely.."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Malli"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr "käytetään sisältömallina kaikille tämän kategorian uusille sivuille."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Otsikko"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Menun luonti velho"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tyyppi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Muuttaja"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "tai"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Sivun tyyppi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Valikon tiedot"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Dokumentin sivuhistoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Sivujen historia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Päivämäärä"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Ero"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Sivut"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategoriat"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nimi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Ylätason valikko"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Muokkauspäivä"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Luotu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Valitse tasan yksi tai kaksi historiaversiota vertailuun."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Sivuhistoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Yhteenveto"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "esim. Olipa kerran..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Dokumentin historia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Valikon nimi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Sivu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Luo valikko"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Näytetty sisältö"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Varoitus!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Peruuta"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Erot"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Dokumenttityyppi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
280
document_page/i18n/fr.po
Normal file
280
document_page/i18n/fr.po
Normal file
@@ -0,0 +1,280 @@
|
|||||||
|
# French translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-08-22 07:35+0000\n"
|
||||||
|
"Last-Translator: Florian Hatat <Unknown>\n"
|
||||||
|
"Language-Team: French <fr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Catégorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Dernier contributeur"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Auteur"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Gestion documentaire de pages Web"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historique de la page"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Grouper par ..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Modèle"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"Ceci sera utilisé comment contenu initial de toutes les nouvelles pages de "
|
||||||
|
"cette catégorie."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titre"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Menu de création d'un wizard"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Type"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Modifié par"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ou"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Type de page"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menu Information"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Historique du document"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Historique des pages"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Il n'y a aucun changement dans les révisions."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Date"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Différence"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Pages"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Catégories"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nom"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menu Parent"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Date de modification"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Créé le"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"Vous devez sélectionner au minimum une et au maximum deux versions "
|
||||||
|
"d'historique"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Historique de la page"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Sommaire"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "Ex: Il était une fois..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Historique du document"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nom du menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Page"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historique"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
"Cliquez pour créer une nouvelle page Web.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Créer un menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Contenu affiché"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Avertissement!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Annuler"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Comparer"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Type de document"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Enfant"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Créer des pages Web"
|
||||||
269
document_page/i18n/gl.po
Normal file
269
document_page/i18n/gl.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Galician translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Galician <gl@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contido"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Información do menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páxinas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menú principal"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data de modificación"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creado o"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nome do menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crear menú"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
274
document_page/i18n/hr.po
Normal file
274
document_page/i18n/hr.po
Normal file
@@ -0,0 +1,274 @@
|
|||||||
|
# Croatian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-03-14 12:05+0000\n"
|
||||||
|
"Last-Translator: Davor Bojkić <bole@dajmi5.com>\n"
|
||||||
|
"Language-Team: Croatian <hr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategorija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Zadnji doprinos"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Izbornik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Stranica dokumenata"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Povijest stranice"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Sadržaj"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Grupiraj po..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Predložak"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"ovo će biti korišteno kao predložak sadržaja za sve nove stranice u ovoj "
|
||||||
|
"kategoriji."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Naslov"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Wizard Create Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tip"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Izmjenio"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ili"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tip stranice"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informacije o izborniku"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Povijest stranica Dokumenata"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Povijest stranice"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Nema izmjena u revizijama"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Razlika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Stranice"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategorije"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Naziv"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Nadređeni izbornik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Datum promjene"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Datum kreiranja"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Morate odabrati minimum jednu ili maksimum dvije revizije!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Povijest stranica"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Sažetak"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "npr. Bilo jednom..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Povijest dokumenata"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Naziv izbornika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Stranica"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Povijest"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Kreiraj izbornik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Prikazani sadržaj"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Upozorenje!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Odustani"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Razlika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Vrsta dokumenta"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Podređeni"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Kreiraj web stranice"
|
||||||
279
document_page/i18n/hu.po
Normal file
279
document_page/i18n/hu.po
Normal file
@@ -0,0 +1,279 @@
|
|||||||
|
# Hungarian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-10-12 11:51+0000\n"
|
||||||
|
"Last-Translator: krnkris <Unknown>\n"
|
||||||
|
"Language-Team: Hungarian <hu@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Megjelenített tartalom"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategória"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Utolsó közreműködő"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Szerző"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Documentum oldal"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Oldal előzmény"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Tartalom"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Csoportosítás..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Sablon"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"ez mint tartalom sablon lesz használva az összes ilyen kategóriájú új "
|
||||||
|
"oldalhoz."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Pozíció"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Menü létrehozás varázsló"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Típus"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Által módosítva"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "vagy"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Oldal típus"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menü infrormáció"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Dokumantum oldal előzmény"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Oldal előzmény"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Az előzményekben nem történt változtatás."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Dátum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Különbség"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Oldalok"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategóriák"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Név"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Főmenü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Módosítás dátuma"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Létrehozás dátuma"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"Ki kell választani minimum egy vagy maximum kettő átvizsgálás előzményt."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Oldal előzmény"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Összegzés"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "pl. Egyszer volt..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Dokumentumok előzménye"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Oldal"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Előzmény"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Kattintson új weboldal létrehozásához.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Menü létrehozás"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Figyelem!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Mégsem"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Különbség"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Dokumentumtípus"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Alárendelt"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Weboldalak létrehozása"
|
||||||
269
document_page/i18n/id.po
Normal file
269
document_page/i18n/id.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Indonesian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Indonesian <id@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
276
document_page/i18n/it.po
Normal file
276
document_page/i18n/it.po
Normal file
@@ -0,0 +1,276 @@
|
|||||||
|
# Italian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Italian <it@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Categoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Ultimo collaboratore"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autore"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Pagina documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Cronologia pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Contenuto"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Raggruppa per..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Modello"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"sarà usato come modello contenuto per tutte le nuove pagine di questa "
|
||||||
|
"categoria."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titolo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Wizard creazione menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tipo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Modificato Da"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "o"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tipo di pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informazioni Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Cronologia Pagina Documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Cronologia pagine"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Non ci sono modifiche nelle revisioni."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Differenze"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Pagine"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Categorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menu Superiore"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data di Modifica"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creato il"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"E' necessario selezionare almeno una o massimo due revisioni della "
|
||||||
|
"cronologia!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Cronologia pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Riepilogo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Cronologia documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nome Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Cronologia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Crea Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Contenuto Visualizzato"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Attenzione!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancella"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Differenze"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Tipo Documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Figlio"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Crea pagine web"
|
||||||
269
document_page/i18n/ja.po
Normal file
269
document_page/i18n/ja.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Japanese translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Japanese <ja@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "最終貢献者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "著者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "メニュー"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "ページ履歴"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "コンテンツ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "グループ化…"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "タイトル"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "メニュー作成ウィザード"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "メニュー情報"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "日付"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "差分"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "ページ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "親メニュー"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "変更日"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "作成日"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "要約"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "メニュー名"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "メニューの作成"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "キャンセル"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "差分"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/ko.po
Normal file
269
document_page/i18n/ko.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Korean translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Korean <ko@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "저자"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "메뉴"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "컨텐트"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "제목"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "메뉴 정보"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "날짜"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "페이지"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "부모 메뉴"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "수정 날짜"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "생성 날짜"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "요약"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "메뉴 이름"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "메뉴 만들기"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "취소"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/lt.po
Normal file
269
document_page/i18n/lt.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Lithuanian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Lithuanian <lt@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autorius"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Turinys"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Antraštė"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Meniu informacija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Puslapiai"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Bazinis meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Modifikavimo data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Sukurta"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Santrauka"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Meniu pavadinimas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Sukurti meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Atšaukti"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Skirtumas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/lv.po
Normal file
269
document_page/i18n/lv.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Latvian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Latvian <lv@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Pēdējais Papildinājs"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autors"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Izvēlne"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Lapas Vēsture"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Saturs"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Grupēt pēc..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Virsraksts"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Izvēlnes Veidošanas Veidnis"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Izvēlnes Informācija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datums"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Atšķirības"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Lapas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "VirsIzvēlne"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Izmaiņu Datums"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Izveidots"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Kopsavilkums"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Izvēlnes Nosaukums"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Izveidot Izvēlni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Atcelt"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Atšķirības"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
276
document_page/i18n/mk.po
Normal file
276
document_page/i18n/mk.po
Normal file
@@ -0,0 +1,276 @@
|
|||||||
|
# Macedonian translation for openobject-addons
|
||||||
|
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
|
||||||
|
# Sofce Dimitrijeva <sofce@eskon.com.mk>, 2013.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-03-31 13:21+0000\n"
|
||||||
|
"Last-Translator: Sofce Dimitrijeva <Unknown>\n"
|
||||||
|
"Language-Team: ESKON-INZENERING\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
"Language: mk\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Категорија"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Последен соработник"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Автор"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Мени"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Страница на документ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Историја на страница"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Содржина"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Групирај по..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Урнек"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"кој ќе биде употребен како урнек за содржина за сите нови страници од оваа "
|
||||||
|
"категорија."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Титула"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Мени Креирање на Волшебник"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tип"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Изменето од"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "или"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Тип на страница"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Мени Информации"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Историја на страница на документ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Историја на страници"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Нема измени во ревизиите."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Датум"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Разлика"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Страници"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Категории"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Име"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Мени родител"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Датум на измена"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Креирано на"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"Треба да селектиарте минимум една или максимум две ревизии на историја!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Историја на страница"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Резиме"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "на пр. Едно време..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Историја на документот"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Име на мени"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Страница"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Историја"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Креирај Мени"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Прикажана содржина"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Предупредување!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Откажи"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Разлика"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Тип документ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Деца"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Креирај веб странци"
|
||||||
272
document_page/i18n/mn.po
Normal file
272
document_page/i18n/mn.po
Normal file
@@ -0,0 +1,272 @@
|
|||||||
|
# Mongolian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-01-11 14:09+0000\n"
|
||||||
|
"Last-Translator: gobi <Unknown>\n"
|
||||||
|
"Language-Team: Mongolian <mn@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2014-01-12 05:48+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16890)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Ангилал"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Сүүлийн Хувь Нэмэр оруулагч"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Зохиогч"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Цэс"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Баримтын Хуудас"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Хуудасны Түүх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Агуулга"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Бүлэглэх..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Загвар"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Гарчиг"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Меню үүсгэх харилцах цонх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Төрөл"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "эсвэл"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Хуудасны төрөл"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Цэсний мэдээлэл"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Баримтын Хуудасны Түүх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Хуудсуудын Түүх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Огноо"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Зөрүү"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Хуудсууд"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Ангилалууд"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Нэр"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Толгой цэс"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Зассан огноо"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Үүсгэсэн"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Хуудсын Түүх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Хураангуй"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Баримтын Түүх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Цэсний нэр"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Цэс үүсгэх"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Цуцлах"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Зөрүү"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Веб хуудсууд үүсгэх"
|
||||||
269
document_page/i18n/nb.po
Normal file
269
document_page/i18n/nb.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Norwegian Bokmal translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Siste forfatter"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Forfatter"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Sidehistorikk"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Innhold"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Grupper etter..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Tittel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Wizard Opprett meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Meny informasjon"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Dato"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Endringer"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Sider"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Overordnet meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Dato for siste endring"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Opprettet den"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Sammendrag"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Menynavn"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Opprett meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Avbryt"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
279
document_page/i18n/nl.po
Normal file
279
document_page/i18n/nl.po
Normal file
@@ -0,0 +1,279 @@
|
|||||||
|
# Dutch translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-06-08 11:21+0000\n"
|
||||||
|
"Last-Translator: Erwin van der Ploeg (BAS Solutions) <Unknown>\n"
|
||||||
|
"Language-Team: Dutch <nl@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Categorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Laatste bijdrage"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Auteur"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Document pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Pagina geschiedenis"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Inhoud"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Groepeer op..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Sjabloon"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"dit zal worden gebruikt als een inhoud sjabloon voor alle nieuwe pagina;s "
|
||||||
|
"van deze categorie."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Assistent menu maken"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Soort"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Aangepast door"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "of"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Paginatype"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menu informatie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Document pagina historie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Pagina historie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Er zijn geen wijzigingen in de revisies."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Verschil"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Pagina's"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Categorieën"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Naam"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Hoofdmenu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Wijzigingsdatum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Aangemaakt op"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"U dient minimaal één en maximaal twee historie revisies te selecteren.!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Pagina historie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Samenvatting"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "bijv. Op enig moment..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Documenthistorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Naam menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Klik voor het aanmaken van een web pagina.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Menu maken"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Weergegeven inhoud"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Waarschuwing!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Annuleren"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Verschil"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Documenttype"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Onderliggende"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Webpagina's aanmaken"
|
||||||
440
document_page/i18n/nl_BE.po
Normal file
440
document_page/i18n/nl_BE.po
Normal file
@@ -0,0 +1,440 @@
|
|||||||
|
# Translation of OpenERP Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * wiki
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: OpenERP Server 5.0.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
||||||
|
"POT-Creation-Date: 2012-02-08 01:37+0100\n"
|
||||||
|
"PO-Revision-Date: 2009-04-10 10:01+0000\n"
|
||||||
|
"Last-Translator: Fabien (Open ERP) <fp@tinyerp.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 14763)\n"
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,template:0
|
||||||
|
msgid "Wiki Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki
|
||||||
|
msgid "Wiki Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,method:0
|
||||||
|
msgid "Display Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,section:0
|
||||||
|
msgid "Section"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,toc:0
|
||||||
|
msgid "Indicates that this pages have a table of contents or not"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0
|
||||||
|
msgid "Wiki History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,minor_edit:0
|
||||||
|
msgid "Minor edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,text_area:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,child_ids:0
|
||||||
|
msgid "Child Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,parent_id:0
|
||||||
|
msgid "Parent Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "There is no section in this Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0
|
||||||
|
msgid "Wiki Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,history_id:0
|
||||||
|
msgid "History Lines"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Page Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning !"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wiki.py:237
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,section:0
|
||||||
|
msgid "Use page section code like 1.2.1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,notes:0
|
||||||
|
msgid "Description"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,review:0
|
||||||
|
msgid "Needs Review"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,review:0
|
||||||
|
msgid ""
|
||||||
|
"Indicates that this page should be reviewed, raising the attention of other "
|
||||||
|
"contributors"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.make.index:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Page Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,tags:0
|
||||||
|
msgid "Keywords"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,help:wiki.action_wiki
|
||||||
|
msgid ""
|
||||||
|
"With Wiki Pages you can share ideas and questions with your coworkers. You "
|
||||||
|
"can create a new document that can be linked to one or several applications "
|
||||||
|
"(CRM, Sales, etc.). You can use keywords to ease access to your wiki pages. "
|
||||||
|
"There is a basic wiki editing for text format."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,home:0
|
||||||
|
msgid "Required to select home page if display method is Home Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.make.index:0
|
||||||
|
msgid "Want to create a Index on Selected Pages ? "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,page_ids:0
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Group Description"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki.page.open:0
|
||||||
|
msgid "Want to open a wiki page? "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,section:0
|
||||||
|
msgid "Make Section ?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,text_area:0
|
||||||
|
msgid "Text area"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Meta Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Notes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: selection:wiki.groups,method:0
|
||||||
|
msgid "List"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,create_date:0
|
||||||
|
msgid "Created Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_history
|
||||||
|
msgid "All Page Histories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki
|
||||||
|
msgid "wiki.wiki"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.groups,method:0
|
||||||
|
msgid "Define the default behaviour of the menu created on this group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wizard.wiki.history.show_diff:0
|
||||||
|
msgid "Close"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff
|
||||||
|
msgid "wizard.wiki.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,wiki_id:0
|
||||||
|
msgid "Wiki Id"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.groups,home:0 selection:wiki.groups,method:0
|
||||||
|
msgid "Home Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,parent_id:0
|
||||||
|
msgid "Allows you to link with the other page with in the current topic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Modification Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: help:wiki.wiki,group_id:0
|
||||||
|
msgid "Topic, also called Wiki Group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0
|
||||||
|
msgid "Wiki"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0
|
||||||
|
msgid "Create Index"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/wizard/wiki_show_diff.py:54
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum 1 or maximum 2 history revision!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,minor_edit:0
|
||||||
|
msgid "This is a major edit ?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_groups
|
||||||
|
#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0
|
||||||
|
msgid "Wiki Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Topic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wiki.wiki.history,write_uid:0
|
||||||
|
msgid "Modify By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981
|
||||||
|
#: field:wiki.wiki,toc:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.groups:0 view:wiki.wiki.page.open:0
|
||||||
|
msgid "Open Wiki Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.model,name:wiki.model_wiki_wiki_page_open
|
||||||
|
msgid "wiz open page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: field:wizard.wiki.history.show_diff,file_path:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: view:wiki.wiki:0
|
||||||
|
msgid "Need Review"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.action_wiki_review
|
||||||
|
msgid "Pages Waiting Review"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: wiki
|
||||||
|
#: model:ir.actions.act_window,name:wiki.act_wiki_group_open
|
||||||
|
msgid "Search Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The Object name must start with x_ and not contain any special character !"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !"
|
||||||
274
document_page/i18n/pl.po
Normal file
274
document_page/i18n/pl.po
Normal file
@@ -0,0 +1,274 @@
|
|||||||
|
# Polish translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Polish <pl@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Ostatni kontrybutor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Strona dokumentu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Historia strony"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Zawartość"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Grupuj wg..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Szablon"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"które będzie stosowane jako szablon zawartości dla nowych stron tej "
|
||||||
|
"kategorii."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Tytuł"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Typ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Zmodyfikowane przez"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "lub"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Typ strony"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informacja o menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Historia strony dokumentu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Historia strony"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Brak zmian w wersjach"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Różnica"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Strony"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menu nadrzędne"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data modyfikacji"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Utworzono"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Musisz wybrać minimum jedną a maksymalnie dwie wersje historii !"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Historia strony"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Podsumowanie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Historia Dokumentu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nazwa menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Strona"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Utwórz menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Wyświetlana zawartość"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Ostrzeżenie !"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Anuluj"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Różnice"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Typ dokumentu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Podrzędne"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Twórz strony web"
|
||||||
272
document_page/i18n/pt.po
Normal file
272
document_page/i18n/pt.po
Normal file
@@ -0,0 +1,272 @@
|
|||||||
|
# Portuguese translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-01-18 11:30+0000\n"
|
||||||
|
"Last-Translator: Rui Franco (multibase.pt) <Unknown>\n"
|
||||||
|
"Language-Team: Portuguese <pt@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Categoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Último contribuinte"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Página do documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Histórico da página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Conteúdo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupar por..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Modelo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr "que será usado como modelo para qualquer página desta categoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Assitente de criação de menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tipo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Modificado por"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ou"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tipo de página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informação do Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Não há alterações de versão"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferença"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Categorias"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menu do Ascendente"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data de Modificação"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Criado em"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Histórico de documentos"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nome do Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Histórico"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Criar Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Aviso!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Diferenças"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Tipo de documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Cria páginas na internet"
|
||||||
278
document_page/i18n/pt_BR.po
Normal file
278
document_page/i18n/pt_BR.po
Normal file
@@ -0,0 +1,278 @@
|
|||||||
|
# Brazilian Portuguese translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-07-18 19:55+0000\n"
|
||||||
|
"Last-Translator: Claudio de Araujo Santos <claudioaraujosantos@gmail.com>\n"
|
||||||
|
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Categoria"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Último Contribuidor(a)"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Página do Documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Histórico da Página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Conteúdo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Agrupar Por..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Modelo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"isto será utilizado como um modelo de conteúdo para todas as páginas desta "
|
||||||
|
"categoria."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Assistente Para Criar Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tipo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Modificado Por"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ou"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tipo de página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informação do Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Histórico da Página de Documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Histórico das páginas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Não há mudanças nas revisões."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Data"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferença"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Páginas"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Categorias"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nome"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Menu Superior"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data de Modificação"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Criado em"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Você deve selecionar de uma a duas revisões de histórico!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Histórico da página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Resumo"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "ex. Era uma vez...."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Histórico de Documentos"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nome do Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Página"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Histórico"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Clique para criar uma nova página web.\n"
|
||||||
|
" </ P>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Criar Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Conteúdo Exibido"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Atenção!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Cancelar"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Diferença"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Tipo de Documento"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Filhos"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Criar páginas web"
|
||||||
275
document_page/i18n/ro.po
Normal file
275
document_page/i18n/ro.po
Normal file
@@ -0,0 +1,275 @@
|
|||||||
|
# Romanian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-03-07 18:49+0000\n"
|
||||||
|
"Last-Translator: ERPSystems.ro <Unknown>\n"
|
||||||
|
"Language-Team: Romanian <ro@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Categorie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Ultimul colaborator"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Pagina Documentului"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Istoric pagină"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Conţinut"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Grupează după..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Sablon"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"care va fi folosit ca un sablon de continut pentru toate paginile noi din "
|
||||||
|
"aceasta categorie."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titlu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Wizard Creează meniul"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tip"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.pagina.istoric.arata_dif"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Modificat de"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "sau"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tipul de pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informaţii meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Istoric Pagini Documente"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Istoric pagini"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Nu exista modificari in revizuiri."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Dată"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Diferenţă"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Pagini"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Categorii"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nume"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Meniu principal (părinte)"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Data modificării"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Creat in"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
"Trebuie sa selectati minim unul sau maxim doua istorice ale revizuirilor!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Istoric pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Rezumat"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "de exemplu A fost odata..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Istoric Documente"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Nume Meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Pagina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Istoric"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Creează meniu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Continut Afisat"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Avertizare!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Anulează"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Diferit"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Tipul documentului"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Subordonati"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Creeaza pagini web"
|
||||||
278
document_page/i18n/ru.po
Normal file
278
document_page/i18n/ru.po
Normal file
@@ -0,0 +1,278 @@
|
|||||||
|
# Russian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-07-16 13:42+0000\n"
|
||||||
|
"Last-Translator: Chertykov Denis <chertykov@gmail.com>\n"
|
||||||
|
"Language-Team: Russian <ru@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Категория"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Последний корректор"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Автор"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Страница документа"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "История страницы"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Содержание"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Группировать по .."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Шаблон"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"будет использоваться как шаблон содержимого для всех новых страниц этой "
|
||||||
|
"категории."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Заголовок"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Помощник создания меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Тип"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Изменено"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "или"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Тип страниц"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Информация меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "История страницы документа"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "История страницы"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Нет изменений"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Дата"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Различие"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Страницы"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Категории"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Название"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Родительское меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Дата изменения"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Создан"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Вы должны выбрать одну или две версии в истории!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "История страницы"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Итого"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "например Однажды, давным-давно..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "История документа"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Название меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Страница"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "История"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Нажмите, чтобы создать новую веб-страницу.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Создать меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Отображаемое содержимое"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Внимание!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Отмена"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Различие"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Тип документа"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Потомки"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Создание веб-страниц"
|
||||||
269
document_page/i18n/sk.po
Normal file
269
document_page/i18n/sk.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Slovak translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Slovak <sk@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Posledný prispievateľ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "História stránky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Obsah"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Zoskupiť podľa..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Názov"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Sprievodca vytvorením ponuky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informácie menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Dátum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Rozdiel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Stránky"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Nadradené menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Dátum zmeny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Vytvorené"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Zhrnutie"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Názov menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Vytvoriť menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Zrušiť"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Rozdiel"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
274
document_page/i18n/sl.po
Normal file
274
document_page/i18n/sl.po
Normal file
@@ -0,0 +1,274 @@
|
|||||||
|
# Slovenian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-11-10 09:04+0000\n"
|
||||||
|
"Last-Translator: Darja Zorman <darja.zorman@mentis.si>\n"
|
||||||
|
"Language-Team: Slovenian <sl@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategorija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Avtor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Stran dokumenta"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Zgodovina strani"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Vsebina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Predloga"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"ki bo uporabljeno kot vsebinska predloga za vse nove strani v tej kategoriji"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Naslov"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "čarovnik za kreiranje menija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Spremenil"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ali"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Tip strani"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Informacije o meniju"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Zgodovina strani dokumenta"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Zgodovina strani"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "V reviziji ni sprememb."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Razlika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Strani"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategorije"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Naziv"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Nadmenu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Datum spremembe"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Izdelano"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Izbrati morate vsaj eno ali največ dve pretekli reviziji!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Zgodovina strani"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Povzetek"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "npr. Nekoč pred davnimi časi..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Zgodovina dokumenta"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Naziv menuja"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Stran"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Zgodovina"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Kliknite za kreiranje nove spletne strani.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Ustvari menu"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Prekliči"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Razlika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/sq.po
Normal file
269
document_page/i18n/sq.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Albanian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian <sq@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/sr.po
Normal file
269
document_page/i18n/sr.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Serbian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Serbian <sr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:07+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Sadržaj"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Naslov"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Meni Informacije"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Strane"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Roditeljski Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Datum Promene"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Kreiran"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Sumarno"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Naziv Menija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Kreiraj Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Otkazati"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Razlika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/sr@latin.po
Normal file
269
document_page/i18n/sr@latin.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Serbian Latin translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Serbian Latin <sr@latin@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Sadržaj"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Naslov"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Meni Informacije"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Strane"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Roditeljski Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Datum Promene"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Kreiran"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Sumarno"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Naziv Menija"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Kreiraj Meni"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Otkazati"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Razlika"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
273
document_page/i18n/sv.po
Normal file
273
document_page/i18n/sv.po
Normal file
@@ -0,0 +1,273 @@
|
|||||||
|
# Swedish translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-03-31 21:19+0000\n"
|
||||||
|
"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>\n"
|
||||||
|
"Language-Team: Swedish <sv@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2014-04-01 06:52+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16967)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategori"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Senaste författare"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Författare"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Dokumentsida"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Sidhistorik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Innehåll"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Gruppera på..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Mall"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Rubrik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Skapa guide-meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Typ"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Ändrad av"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "eller"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Sidtyp"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menyinformation"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Dokumentets sidhistorik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Datum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Skillnad"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Sidor"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategorier"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Namn"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Huvudmeny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Ändringsdatum"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Skapad den"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Sammanfattning"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Dokumenthistorik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Menynamn"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Sida"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historia"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Klicka för att skapa en ny webbsida.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Skapa meny"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Visa innehåll"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Varning!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Avbryt"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Skillnad"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Dokumenttyp"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Underordnade"
|
||||||
269
document_page/i18n/tlh.po
Normal file
269
document_page/i18n/tlh.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Klingon translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Klingon <tlh@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
277
document_page/i18n/tr.po
Normal file
277
document_page/i18n/tr.po
Normal file
@@ -0,0 +1,277 @@
|
|||||||
|
# Turkish translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2013-06-20 18:21+0000\n"
|
||||||
|
"Last-Translator: Ayhan KIZILTAN <Unknown>\n"
|
||||||
|
"Language-Team: Turkish <tr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "Kategori"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Son Katkı koyan"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Yazar"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr "Belge Sayfası"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Sayfa Geçmişi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "İçerik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "Gruplandır..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "Şablon"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
"bu kategorideki tüm yeni sayfalar için içerik şablonu olarak kullanılacaktır."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Başlık"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "Menü Oluşturma Sihirbazı"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "Tür"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "Değiştiren"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr "ya da"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr "Sayfa türü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Menü bilgileri"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr "Belge Sayfa Geçmişi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr "Sayfa geçmişi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr "Düzeltmelerde hiç değişiklik yoktur."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Tarih"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Fark"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Sayfalar"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "Kategoriler"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Adı"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Ana Menü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Değiştirilme Tarihi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Oluşturulma"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr "Enaz bir ya da ençok 2 geçmiş düzeltmesi seçmelisiniz!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr "Sayfa geçmişi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Özet"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr "e.g. Bir zamanlar..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr "Belge Geçmişi"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Menü Adı"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr "Sayfa"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Geçmiş"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Yeni bir web sayfası oluşturmak için tıklayın.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Menü Oluştur"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "Görüntülenen İçerik"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr "Uyarı!"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "İptal"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Fark"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr "Belge Türü"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr "Alt"
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "Web sayfaları oluşturun"
|
||||||
269
document_page/i18n/uk.po
Normal file
269
document_page/i18n/uk.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Ukrainian translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Ukrainian <uk@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Автор"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Вміст"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Заголовок"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Інформація Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Дата"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Сторінки"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Батьківське Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "Дата Зміни"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Створено"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "Підсумок"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Назва Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "Створити Меню"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Скасувати"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "Відмінність"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
269
document_page/i18n/vi.po
Normal file
269
document_page/i18n/vi.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Vietnamese translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Vietnamese <vi@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "Người đóng góp cuối"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Tác giả"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Trình đơn"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "Lịch sử Trang"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "Nội dung"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Tiêu đề"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "Thông tin Trình đơn"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "Ngày"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "Khác biệt"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "Các trang"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "Trình đơn cha"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "Tạo trên"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "Tên Trình đơn"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
272
document_page/i18n/zh_CN.po
Normal file
272
document_page/i18n/zh_CN.po
Normal file
@@ -0,0 +1,272 @@
|
|||||||
|
# Chinese (Simplified) translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr "类别"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "最近的贡献者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "作者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "菜单"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "页面编辑日志"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "内容"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "分组..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr "模版"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "标题"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "向导创建菜单"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "类型"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr "修改者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "菜单信息"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "日期"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "差异"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "页面"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr "分类"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "上级菜单"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "修改日期"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "创建在"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "摘要"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "菜单名"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr "历史"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "创建菜单"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr "显示内容"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "取消"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "差异"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Create web pages"
|
||||||
|
#~ msgstr "创建网页"
|
||||||
269
document_page/i18n/zh_TW.po
Normal file
269
document_page/i18n/zh_TW.po
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
# Chinese (Traditional) translation for openobject-addons
|
||||||
|
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
|
||||||
|
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-21 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16831)\n"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,parent_id:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_category
|
||||||
|
msgid "Category"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,write_uid:0
|
||||||
|
msgid "Last Contributor"
|
||||||
|
msgstr "最後的貢獻者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,create_uid:0
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "作者"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,menu_id:0
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "選單"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page
|
||||||
|
msgid "Document Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_history
|
||||||
|
msgid "Page History"
|
||||||
|
msgstr "頁面歷史記錄"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
#: field:document.page,content:0
|
||||||
|
#: selection:document.page,type:0
|
||||||
|
#: field:document.page.history,content:0
|
||||||
|
msgid "Content"
|
||||||
|
msgstr "內容"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Group By..."
|
||||||
|
msgstr "分類方式..."
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid ""
|
||||||
|
"that will be used as a content template for all new page of this category."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,name:0
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "標題"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_create_menu
|
||||||
|
msgid "Wizard Create Menu"
|
||||||
|
msgstr "嚮導創建選單"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,type:0
|
||||||
|
msgid "Type"
|
||||||
|
msgstr "類型"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.model,name:document_page.model_wizard_document_page_history_show_diff
|
||||||
|
msgid "wizard.document.page.history.show_diff"
|
||||||
|
msgstr "wizard.document.page.history.show_diff"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_uid:0
|
||||||
|
msgid "Modified By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "or"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: help:document.page,type:0
|
||||||
|
msgid "Page type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
msgid "Menu Information"
|
||||||
|
msgstr "選單資訊"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
#: model:ir.model,name:document_page.model_document_page_history
|
||||||
|
msgid "Document Page History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page_history
|
||||||
|
msgid "Pages history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#, python-format
|
||||||
|
msgid "There are no changes in revisions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,create_date:0
|
||||||
|
msgid "Date"
|
||||||
|
msgstr "日期"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Difference"
|
||||||
|
msgstr "差異"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_wiki
|
||||||
|
msgid "Pages"
|
||||||
|
msgstr "頁面"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.ui.menu,name:document_page.menu_category
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_parent_id:0
|
||||||
|
msgid "Parent Menu"
|
||||||
|
msgstr "上級選單"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,write_date:0
|
||||||
|
msgid "Modification Date"
|
||||||
|
msgstr "修改日期"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,create_date:0
|
||||||
|
msgid "Created on"
|
||||||
|
msgstr "建立於"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to select minimum one or maximum two history revisions!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_history
|
||||||
|
msgid "Page history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,summary:0
|
||||||
|
msgid "Summary"
|
||||||
|
msgstr "摘要"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "e.g. Once upon a time..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.history:0
|
||||||
|
msgid "Document History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.create.menu,menu_name:0
|
||||||
|
msgid "Menu Name"
|
||||||
|
msgstr "選單名稱"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page.history,page_id:0
|
||||||
|
msgid "Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,history_ids:0
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: model:ir.actions.act_window,help:document_page.action_page
|
||||||
|
msgid ""
|
||||||
|
"<p class=\"oe_view_nocontent_create\">\n"
|
||||||
|
" Click to create a new web page.\n"
|
||||||
|
" </p>\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_related_page_create_menu
|
||||||
|
#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu
|
||||||
|
msgid "Create Menu"
|
||||||
|
msgstr "建立選單"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,display_content:0
|
||||||
|
msgid "Displayed Content"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: code:addons/document_page/document_page.py:129
|
||||||
|
#: code:addons/document_page/wizard/document_page_show_diff.py:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page.create.menu:0
|
||||||
|
#: view:wizard.document.page.history.show_diff:0
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "刪除"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:wizard.document.page.history.show_diff,diff:0
|
||||||
|
msgid "Diff"
|
||||||
|
msgstr "差異"
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: view:document.page:0
|
||||||
|
msgid "Document Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page
|
||||||
|
#: field:document.page,child_ids:0
|
||||||
|
msgid "Children"
|
||||||
|
msgstr ""
|
||||||
8
document_page/security/document_page_security.xml
Normal file
8
document_page/security/document_page_security.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data noupdate="0">
|
||||||
|
<record id="base.group_document_user" model="res.groups">
|
||||||
|
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
4
document_page/security/ir.model.access.csv
Normal file
4
document_page/security/ir.model.access.csv
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||||
|
document_page_all,document.page,model_document_page,,1,0,0,0
|
||||||
|
document_page,document.page,model_document_page,base.group_user,1,1,1,1
|
||||||
|
document_page_history,document.page.history,model_document_page_history,base.group_user,1,0,1,0
|
||||||
|
12
document_page/security/wiki_security.xml
Normal file
12
document_page/security/wiki_security.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data noupdate="0">
|
||||||
|
|
||||||
|
<record id="base.group_document_user" model="res.groups">
|
||||||
|
<field name="name">User</field>
|
||||||
|
<field name="category_id" ref="base.module_category_knowledge_management"/>
|
||||||
|
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
12
document_page/static/src/css/document_page.css
Normal file
12
document_page/static/src/css/document_page.css
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
.oe_form_editable .oe_document_page {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.diff {font-family:Courier; border:medium;}
|
||||||
|
.diff_header {background-color:#e0e0e0}
|
||||||
|
td.diff_header {text-align:right}
|
||||||
|
.diff_next {background-color:#c0c0c0}
|
||||||
|
.diff_add {background-color:#aaffaa}
|
||||||
|
.diff_chg {background-color:#ffff77}
|
||||||
|
.diff_sub {background-color:#ffaaaa}
|
||||||
|
|
||||||
54
document_page/test/document_page_test00.yml
Normal file
54
document_page/test/document_page_test00.yml
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
-
|
||||||
|
In order to test the document_page in OpenERP, I create a new page to category demo_category1
|
||||||
|
-
|
||||||
|
!record {model: document.page, id: test_page0}:
|
||||||
|
name: Test Page0
|
||||||
|
parent_id: demo_category1
|
||||||
|
content: 'Test content
|
||||||
|
|
||||||
|
The Open ERP wiki allows you to manage your enterprise contents using wiki
|
||||||
|
|
||||||
|
restructured texts. This module provides a collaborative way to manage internal
|
||||||
|
|
||||||
|
FAQs, quality manuals, technical references, etc.'
|
||||||
|
|
||||||
|
-
|
||||||
|
I check the category index contains my page.
|
||||||
|
-
|
||||||
|
!python {model: document.page}: |
|
||||||
|
res = self.read(cr, uid, [ref('demo_category1')], ['display_content'])
|
||||||
|
assert res[0]['display_content'].find('Test Page') > 1
|
||||||
|
-
|
||||||
|
!record {model: document.page, id: test_page0}:
|
||||||
|
content: 'Test updated content
|
||||||
|
|
||||||
|
The Open ERP wiki allows you to manage your enterprise contents using wiki
|
||||||
|
|
||||||
|
restructured texts. This module provides a collaborative way to manage internal
|
||||||
|
|
||||||
|
FAQs, quality manuals, technical references, etc.
|
||||||
|
|
||||||
|
Wiki text can easily be edited
|
||||||
|
'
|
||||||
|
-
|
||||||
|
I check the page history for the current page by clicking on "Page History".After that find difference between history.
|
||||||
|
-
|
||||||
|
!python {model: wizard.document.page.history.show_diff}: |
|
||||||
|
hist_obj = model.pool.get('document.page.history')
|
||||||
|
ids = hist_obj.search(cr, uid, [('page_id', '=', ref("test_page0"))])
|
||||||
|
model.get_diff(cr, uid, {'active_ids': ids[:] })
|
||||||
|
-
|
||||||
|
I click the "create menu" link and i fill the form.
|
||||||
|
-
|
||||||
|
!record {model: document.page.create.menu, id: test_create_menu0}:
|
||||||
|
menu_name: Wiki Test menu
|
||||||
|
menu_parent_id: base.menu_base_partner
|
||||||
|
-
|
||||||
|
I create a Menu by clicking on "create menu"
|
||||||
|
-
|
||||||
|
!python {model: document.page.create.menu}: |
|
||||||
|
ids = [ref("test_create_menu0")]
|
||||||
|
context['active_id'] = ref('test_page0')
|
||||||
|
self.document_page_menu_create(cr, uid, ids, context)
|
||||||
|
|
||||||
|
|
||||||
4
document_page/web/__init__.py
Normal file
4
document_page/web/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import widgets
|
||||||
|
import controllers
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
3
document_page/web/controllers/__init__.py
Normal file
3
document_page/web/controllers/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
import wiki
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
65
document_page/web/controllers/wiki.py
Normal file
65
document_page/web/controllers/wiki.py
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Copyright (C) 2007-TODAY Tiny ERP Pvt Ltd. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Developed by Tiny (http://openerp.com) and Axelor (http://axelor.com).
|
||||||
|
#
|
||||||
|
# The OpenERP web client is distributed under the "OpenERP Public License".
|
||||||
|
# It's based on Mozilla Public License Version (MPL) 1.1 with following
|
||||||
|
# restrictions:
|
||||||
|
#
|
||||||
|
# - All names, links and logos of Tiny, OpenERP and Axelor must be
|
||||||
|
# kept as in original distribution without any changes in all software
|
||||||
|
# screens, especially in start-up page and the software header, even if
|
||||||
|
# the application source code has been changed or updated or code has been
|
||||||
|
# added.
|
||||||
|
#
|
||||||
|
# - All distributions of the software must keep source code with OEPL.
|
||||||
|
#
|
||||||
|
# - All integrations to any other software must keep source code with OEPL.
|
||||||
|
#
|
||||||
|
# If you need commercial licence to remove this kind of restriction please
|
||||||
|
# contact us.
|
||||||
|
#
|
||||||
|
# You can see the MPL licence at: http://www.mozilla.org/MPL/MPL-1.1.html
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
import base64
|
||||||
|
|
||||||
|
import cherrypy
|
||||||
|
|
||||||
|
import openobject
|
||||||
|
from openobject.tools import expose
|
||||||
|
|
||||||
|
from openerp.controllers import SecuredController
|
||||||
|
|
||||||
|
|
||||||
|
class WikiView(SecuredController):
|
||||||
|
_cp_path = "/wiki/wiki"
|
||||||
|
|
||||||
|
def get_attachment(self, **kwargs):
|
||||||
|
attachments = openobject.rpc.RPCProxy('ir.attachment')
|
||||||
|
file_name = kwargs.get('file').replace("'", '').strip()
|
||||||
|
id = kwargs.get('id').strip()
|
||||||
|
|
||||||
|
ids = attachments.search([('datas_fname', '=', file_name),
|
||||||
|
('res_model', '=', 'wiki.wiki'),
|
||||||
|
('res_id', '=', id)])
|
||||||
|
|
||||||
|
res = attachments.read(ids, ['datas'])[0].get('datas')
|
||||||
|
return res, file_name
|
||||||
|
|
||||||
|
@expose(content_type='application/octet')
|
||||||
|
def getImage(self, *kw, **kws):
|
||||||
|
res, _ = self.get_attachment(**kws)
|
||||||
|
return base64.decodestring(res)
|
||||||
|
|
||||||
|
@expose(content_type='application/octet')
|
||||||
|
def getfile(self, *kw, **kws):
|
||||||
|
res, file_name = self.get_attachment(**kws)
|
||||||
|
cherrypy.response.headers['Content-Disposition'] = 'filename="%s"' % (file_name,)
|
||||||
|
return base64.decodestring(res)
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
22
document_page/web/locales/bg.po
Normal file
22
document_page/web/locales/bg.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Bulgarian translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-02-11 01:13+0000\n"
|
||||||
|
"Last-Translator: Dimitar Markov <Unknown>\n"
|
||||||
|
"Language-Team: Bulgarian <bg@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-02-12 06:06+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12351)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Съдържание"
|
||||||
22
document_page/web/locales/ca.po
Normal file
22
document_page/web/locales/ca.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Catalan translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-03-12 20:33+0000\n"
|
||||||
|
"Last-Translator: mgaja (GrupoIsep.com) <Unknown>\n"
|
||||||
|
"Language-Team: Catalan <ca@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-03-13 06:16+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12559)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Índex"
|
||||||
22
document_page/web/locales/da.po
Normal file
22
document_page/web/locales/da.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Danish translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-04-29 12:05+0000\n"
|
||||||
|
"Last-Translator: Hans Henrik Gabelgaard <Unknown>\n"
|
||||||
|
"Language-Team: Danish <da@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-04-30 06:08+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12758)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Indholdsfortegnelse"
|
||||||
22
document_page/web/locales/de.po
Normal file
22
document_page/web/locales/de.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# German translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-02-11 11:54+0000\n"
|
||||||
|
"Last-Translator: Ferdinand @ Camptocamp <Unknown>\n"
|
||||||
|
"Language-Team: German <de@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-02-12 06:06+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12351)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Inhaltsverzeichnis"
|
||||||
20
document_page/web/locales/de_DE/LC_MESSAGES/javascript.po
Normal file
20
document_page/web/locales/de_DE/LC_MESSAGES/javascript.po
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# German (Germany) translations for PROJECT.
|
||||||
|
# Copyright (C) 2009 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2009-11-18 17:21+0530\n"
|
||||||
|
"PO-Revision-Date: 2010-08-02 17:53+0530\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: de_DE <LL@li.org>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
24
document_page/web/locales/de_DE/LC_MESSAGES/messages.po
Normal file
24
document_page/web/locales/de_DE/LC_MESSAGES/messages.po
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# German (Germany) translations for PROJECT.
|
||||||
|
# Copyright (C) 2009 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2009-11-18 17:21+0530\n"
|
||||||
|
"PO-Revision-Date: 2010-08-02 17:53+0530\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: de_DE <LL@li.org>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
23
document_page/web/locales/es_CR.po
Normal file
23
document_page/web/locales/es_CR.po
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Translations template for PROJECT.
|
||||||
|
# Copyright (C) 2010 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2012-02-08 03:00-0600\n"
|
||||||
|
"Last-Translator: Carlos Vásquez - CLEARCORP <carlos.vasquez@clearcorp.co.cr>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"Language: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
20
document_page/web/locales/es_ES/LC_MESSAGES/javascript.po
Normal file
20
document_page/web/locales/es_ES/LC_MESSAGES/javascript.po
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Spanish (Spain) translations for PROJECT.
|
||||||
|
# Copyright (C) 2009 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2009-11-18 17:21+0530\n"
|
||||||
|
"PO-Revision-Date: 2010-08-02 17:53+0530\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: es_ES <LL@li.org>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
24
document_page/web/locales/es_ES/LC_MESSAGES/messages.po
Normal file
24
document_page/web/locales/es_ES/LC_MESSAGES/messages.po
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Spanish (Spain) translations for PROJECT.
|
||||||
|
# Copyright (C) 2009 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2009-11-18 17:21+0530\n"
|
||||||
|
"PO-Revision-Date: 2010-08-02 17:53+0530\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: es_ES <LL@li.org>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
22
document_page/web/locales/es_PY.po
Normal file
22
document_page/web/locales/es_PY.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Spanish (Paraguay) translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-03-21 16:31+0000\n"
|
||||||
|
"Last-Translator: fadel <Unknown>\n"
|
||||||
|
"Language-Team: Spanish (Paraguay) <es_PY@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-03-22 06:23+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12559)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Tabla de Contenido"
|
||||||
22
document_page/web/locales/fr.po
Normal file
22
document_page/web/locales/fr.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# French translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-02-11 20:16+0000\n"
|
||||||
|
"Last-Translator: lolivier <olivier.lenoir@free.fr>\n"
|
||||||
|
"Language-Team: French <fr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-02-12 06:06+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12351)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Table des matières"
|
||||||
20
document_page/web/locales/fr_FR/LC_MESSAGES/javascript.po
Normal file
20
document_page/web/locales/fr_FR/LC_MESSAGES/javascript.po
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# French (France) translations for PROJECT.
|
||||||
|
# Copyright (C) 2009 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2009-11-18 17:21+0530\n"
|
||||||
|
"PO-Revision-Date: 2010-08-02 17:53+0530\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: fr_FR <LL@li.org>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
24
document_page/web/locales/fr_FR/LC_MESSAGES/messages.po
Normal file
24
document_page/web/locales/fr_FR/LC_MESSAGES/messages.po
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# French (France) translations for PROJECT.
|
||||||
|
# Copyright (C) 2009 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2009-11-18 17:21+0530\n"
|
||||||
|
"PO-Revision-Date: 2010-08-02 17:53+0530\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: fr_FR <LL@li.org>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
22
document_page/web/locales/gl.po
Normal file
22
document_page/web/locales/gl.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Galician translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-03-02 23:19+0000\n"
|
||||||
|
"Last-Translator: Santi (Pexego) <santiago@pexego.es>\n"
|
||||||
|
"Language-Team: Galician <gl@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-03-03 06:01+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12351)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Índice"
|
||||||
19
document_page/web/locales/javascript.pot
Normal file
19
document_page/web/locales/javascript.pot
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Translations template for PROJECT.
|
||||||
|
# Copyright (C) 2010 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
23
document_page/web/locales/messages.pot
Normal file
23
document_page/web/locales/messages.pot
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Translations template for PROJECT.
|
||||||
|
# Copyright (C) 2010 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel None\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
22
document_page/web/locales/ru.po
Normal file
22
document_page/web/locales/ru.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Russian translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-03-16 00:17+0000\n"
|
||||||
|
"Last-Translator: Stanislav Hanzhin <Unknown>\n"
|
||||||
|
"Language-Team: Russian <ru@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-03-17 06:12+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12559)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Содержание"
|
||||||
22
document_page/web/locales/sk.po
Normal file
22
document_page/web/locales/sk.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Slovak translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-02-21 13:05+0000\n"
|
||||||
|
"Last-Translator: Radoslav Sloboda <rado.sloboda@gmail.com>\n"
|
||||||
|
"Language-Team: Slovak <sk@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-02-22 14:27+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12351)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "Obsah"
|
||||||
22
document_page/web/locales/tr.po
Normal file
22
document_page/web/locales/tr.po
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Turkish translation for openobject-addons
|
||||||
|
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
|
||||||
|
# This file is distributed under the same license as the openobject-addons package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openobject-addons\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2010-08-02 17:52+0530\n"
|
||||||
|
"PO-Revision-Date: 2011-02-08 21:20+0000\n"
|
||||||
|
"Last-Translator: Ahmet Altınışık <Unknown>\n"
|
||||||
|
"Language-Team: Turkish <tr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2011-02-09 06:02+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 12177)\n"
|
||||||
|
|
||||||
|
#: widgets/wikimarkup/__init__.py:1981
|
||||||
|
msgid "Table of Contents"
|
||||||
|
msgstr "İçindekiler"
|
||||||
32
document_page/web/static/css/wiki.css
Normal file
32
document_page/web/static/css/wiki.css
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
.wikiwidget #toc {
|
||||||
|
border:1px solid #aaaaaa;
|
||||||
|
background-color:#f9f9f9;
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
color: black;
|
||||||
|
background: none;
|
||||||
|
font-weight: normal;
|
||||||
|
margin: 0;
|
||||||
|
padding-top: .5em;
|
||||||
|
padding-bottom: .17em;
|
||||||
|
border-bottom: 1px solid #aaa;
|
||||||
|
}
|
||||||
|
h1 { font-size: 188%; }
|
||||||
|
h2 { font-size: 150%; }
|
||||||
|
h3, h4, h5, h6 {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
h3 { font-size: 132%; }
|
||||||
|
h4 { font-size: 116%; }
|
||||||
|
h5 { font-size: 100%; }
|
||||||
|
h6 { font-size: 80%; }
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background-color:#F9F9F9;
|
||||||
|
border:1px dashed #2F6FAB;
|
||||||
|
color:black;
|
||||||
|
line-height:1.1em;
|
||||||
|
padding:1em;
|
||||||
|
}
|
||||||
3
document_page/web/widgets/__init__.py
Normal file
3
document_page/web/widgets/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
from wiki import WikiWidget
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
3
document_page/web/widgets/rss/__init__.py
Normal file
3
document_page/web/widgets/rss/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
import feedparser
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
2860
document_page/web/widgets/rss/feedparser.py
Executable file
2860
document_page/web/widgets/rss/feedparser.py
Executable file
File diff suppressed because it is too large
Load Diff
23
document_page/web/widgets/templates/wiki.mako
Normal file
23
document_page/web/widgets/templates/wiki.mako
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
% if editable and not inline:
|
||||||
|
<textarea rows="10" id="${name}" name="${name}" class="${css_class}"
|
||||||
|
${py.attrs(attrs, kind=kind)} style="width: 99%;">${value}</textarea>
|
||||||
|
<script type="text/javascript">
|
||||||
|
if (!window.browser.isWebKit) {
|
||||||
|
new openerp.ui.TextArea('${name}');
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
% endif
|
||||||
|
|
||||||
|
% if editable and inline:
|
||||||
|
<input type="text" id="${name}" name="${name}" class="${css_class}"
|
||||||
|
${py.attrs(attrs, kind=kind, value=value)}/>
|
||||||
|
% endif
|
||||||
|
|
||||||
|
% if editable and error:
|
||||||
|
<span class="fielderror">${error}</span>
|
||||||
|
% endif
|
||||||
|
|
||||||
|
% if not editable and value:
|
||||||
|
<div kind="${kind}" id="${name}" class="${css_class}">${data|n}</div>
|
||||||
|
% endif
|
||||||
|
|
||||||
224
document_page/web/widgets/wiki.py
Normal file
224
document_page/web/widgets/wiki.py
Normal file
@@ -0,0 +1,224 @@
|
|||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Copyright (C) 2007-TODAY Tiny ERP Pvt Ltd. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Developed by Tiny (http://openerp.com) and Axelor (http://axelor.com).
|
||||||
|
#
|
||||||
|
# The OpenERP web client is distributed under the "OpenERP Public License".
|
||||||
|
# It's based on Mozilla Public License Version (MPL) 1.1 with following
|
||||||
|
# restrictions:
|
||||||
|
#
|
||||||
|
# - All names, links and logos of Tiny, OpenERP and Axelor must be
|
||||||
|
# kept as in original distribution without any changes in all software
|
||||||
|
# screens, especially in start-up page and the software header, even if
|
||||||
|
# the application source code has been changed or updated or code has been
|
||||||
|
# added.
|
||||||
|
#
|
||||||
|
# - All distributions of the software must keep source code with OEPL.
|
||||||
|
#
|
||||||
|
# - All integrations to any other software must keep source code with OEPL.
|
||||||
|
#
|
||||||
|
# If you need commercial licence to remove this kind of restriction please
|
||||||
|
# contact us.
|
||||||
|
#
|
||||||
|
# You can see the MPL licence at: http://www.mozilla.org/MPL/MPL-1.1.html
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
import re
|
||||||
|
|
||||||
|
import cherrypy
|
||||||
|
import wikimarkup
|
||||||
|
|
||||||
|
from openobject import rpc
|
||||||
|
from openobject.widgets import CSSLink
|
||||||
|
|
||||||
|
|
||||||
|
from openerp.widgets import register_widget
|
||||||
|
from openerp.widgets.form import Text
|
||||||
|
|
||||||
|
|
||||||
|
_image = re.compile(r'img:(.*)\.(.*)', re.UNICODE)
|
||||||
|
_rss = re.compile(r'rss:(.*)\.(.*)', re.UNICODE)
|
||||||
|
_attach = re.compile(r'attach:(.*)\.(.*)', re.UNICODE)
|
||||||
|
_internalLinks = re.compile(r'\[\[.*\]\]', re.UNICODE)
|
||||||
|
_edit = re.compile(r'edit:(.*)\|(.*)', re.UNICODE)
|
||||||
|
_view = re.compile(r'view:(.*)\|(.*)', re.UNICODE)
|
||||||
|
|
||||||
|
class WikiParser(wikimarkup.Parser):
|
||||||
|
|
||||||
|
def parse(self, text, id):
|
||||||
|
text = text.replace(' ', 'n-b-s-p')
|
||||||
|
text = text.replace('&', 'n-a-m-p')
|
||||||
|
text = text.replace('&','&')
|
||||||
|
text = text.replace('n-b-s-p', ' ')
|
||||||
|
text = text.replace('n-a-m-p', '&')
|
||||||
|
text = text.replace('<code>', '<pre>')
|
||||||
|
text = text.replace('</code>', '</pre>')
|
||||||
|
|
||||||
|
text = wikimarkup.to_unicode(text)
|
||||||
|
text = self.strip(text)
|
||||||
|
|
||||||
|
text = super(WikiParser, self).parse(text)
|
||||||
|
text = self.addImage(text, id)
|
||||||
|
text = self.attachDoc(text, id)
|
||||||
|
text = self.recordLink(text)
|
||||||
|
text = self.viewRecordLink(text)
|
||||||
|
text = self.addInternalLinks(text)
|
||||||
|
#TODO : already implemented but we will implement it later after releasing the 5.0
|
||||||
|
#text = self.addRss(text, id)
|
||||||
|
return text
|
||||||
|
|
||||||
|
def viewRecordLink(self, text):
|
||||||
|
def record(path):
|
||||||
|
record = path.group().replace('view:','').split("|")
|
||||||
|
model = record[0]
|
||||||
|
text = record[1].replace('\r','').strip()
|
||||||
|
label = "View Record"
|
||||||
|
if len(record) > 2:
|
||||||
|
label = record[2]
|
||||||
|
proxy = rpc.RPCProxy(model)
|
||||||
|
ids = proxy.name_search(text, [], 'ilike', {})
|
||||||
|
if len(ids):
|
||||||
|
id = ids[0][0]
|
||||||
|
else:
|
||||||
|
try:
|
||||||
|
id = int(text)
|
||||||
|
except:
|
||||||
|
id = 0
|
||||||
|
return "[[/openerp/form/view?model=%s&id=%d | %s]]" % (model, id, label)
|
||||||
|
|
||||||
|
bits = _view.sub(record, text)
|
||||||
|
return bits
|
||||||
|
|
||||||
|
def addRss(self, text, id):
|
||||||
|
def addrss(path):
|
||||||
|
rssurl = path.group().replace('rss:','')
|
||||||
|
import rss.feedparser as feedparser
|
||||||
|
data = feedparser.parse(rssurl)
|
||||||
|
values = "<h2>%s</h2><br/>" % (data.feed.title)
|
||||||
|
values += "%s<br/>" % (data.channel.description)
|
||||||
|
for entry in data['entries']:
|
||||||
|
values += "<h3><a href='%s'> %s </a></h3><br/>" % (entry.link, entry.title)
|
||||||
|
values += "%s <br/>" % (entry.summary)
|
||||||
|
|
||||||
|
return values
|
||||||
|
|
||||||
|
bits = _rss.sub(addrss, text)
|
||||||
|
return bits
|
||||||
|
|
||||||
|
def attachDoc(self, text, id):
|
||||||
|
def document(path):
|
||||||
|
file = path.group().replace('attach:','')
|
||||||
|
if file.startswith('http') or file.startswith('ftp'):
|
||||||
|
return "<a href='%s'>Download File</a>" % (file)
|
||||||
|
else:
|
||||||
|
proxy = rpc.RPCProxy('ir.attachment')
|
||||||
|
ids = proxy.search([('datas_fname','=',file.strip()), ('res_model','=','wiki.wiki'), ('res_id','=',id)])
|
||||||
|
if len(ids) > 0:
|
||||||
|
return "<a href='/widget_wiki/wiki/getfile?file=%s&id=%d'>%s</a>" % (file, id, file)
|
||||||
|
else:
|
||||||
|
return """<a onclick="openobject.tools.openWindow(openobject.http.getURL('/openerp/attachment', {model: 'wiki.wiki', id: %d}),
|
||||||
|
{name : 'Wiki Attachments'})">Attach : %s </a>""" % (id, file)
|
||||||
|
bits = _attach.sub(document, text)
|
||||||
|
return bits
|
||||||
|
|
||||||
|
def addImage(self, text, id):
|
||||||
|
def image(path):
|
||||||
|
file = path.group().replace('img:','')
|
||||||
|
if file.startswith('http') or file.startswith('ftp'):
|
||||||
|
return "<img src='%s'/>" % (file)
|
||||||
|
else:
|
||||||
|
proxy = rpc.RPCProxy('ir.attachment')
|
||||||
|
ids = proxy.search([('datas_fname','=',file.strip()), ('res_model','=','wiki.wiki'), ('res_id','=',id)])
|
||||||
|
if len(ids) > 0:
|
||||||
|
return "<img src='/widget_wiki/wiki/getImage?file=%s&id=%d'/>" % (file, id)
|
||||||
|
else:
|
||||||
|
return """<a onclick="openobject.tools.openWindow(openobject.http.getURL('/openerp/attachment', {model: 'wiki.wiki', id: %d}),
|
||||||
|
{name : 'Wiki Attachments'})">Attach : %s </a>""" % (id, file)
|
||||||
|
#"[[/attachment/?model=wiki.wiki&id=%d | Attach:%s]]" % (id, file)
|
||||||
|
bits = _image.sub(image, text)
|
||||||
|
return bits
|
||||||
|
|
||||||
|
def recordLink(self, text):
|
||||||
|
def record(path):
|
||||||
|
record = path.group().replace('edit:','').split("|")
|
||||||
|
model = record[0]
|
||||||
|
text = record[1].replace('\r','').strip()
|
||||||
|
label = "Edit Record"
|
||||||
|
if len(record) > 2:
|
||||||
|
label = record[2]
|
||||||
|
proxy = rpc.RPCProxy(model)
|
||||||
|
ids = proxy.name_search(text, [], '=', {})
|
||||||
|
if len(ids):
|
||||||
|
id = ids[0][0]
|
||||||
|
else:
|
||||||
|
try:
|
||||||
|
id = int(text)
|
||||||
|
except:
|
||||||
|
id = 0
|
||||||
|
return "[[/openerp/form/edit?model=%s&id=%d | %s]]" % (model, id, label)
|
||||||
|
|
||||||
|
bits = _edit.sub(record, text)
|
||||||
|
return bits
|
||||||
|
|
||||||
|
def addInternalLinks(self, text):
|
||||||
|
proxy = rpc.RPCProxy('wiki.wiki')
|
||||||
|
|
||||||
|
def link(path):
|
||||||
|
link = path.group().replace('[','').replace('[','').replace(']','').replace(']','').split("|")
|
||||||
|
name_to_search = link[0].strip()
|
||||||
|
mids = proxy.search([('name','ilike', name_to_search)])
|
||||||
|
link_str = ""
|
||||||
|
if mids:
|
||||||
|
if len(link) == 2:
|
||||||
|
link_str = "<a href='/openerp/form/view?model=wiki.wiki&id=%s'>%s</a>" % (mids[0], link[1])
|
||||||
|
elif len(link) == 1:
|
||||||
|
link_str = "<a href='/openerp/form/view?model=wiki.wiki&id=%s'>%s</a>" % (mids[0], link[0])
|
||||||
|
else:
|
||||||
|
if len(link) == 2:
|
||||||
|
link_str = "<a href='%s'>%s</a>" % (link[0], link[1])
|
||||||
|
elif len(link) == 1:
|
||||||
|
link_str = "<a href='/openerp/form/edit?model=wiki.wiki&id=False'>%s</a>" % (link[0])
|
||||||
|
|
||||||
|
return link_str
|
||||||
|
|
||||||
|
bits = _internalLinks.sub(link, text)
|
||||||
|
return bits
|
||||||
|
|
||||||
|
def wiki2html(text, showToc, id):
|
||||||
|
p = WikiParser(show_toc=showToc)
|
||||||
|
return p.parse(text, id)
|
||||||
|
|
||||||
|
class WikiWidget(Text):
|
||||||
|
template = "/wiki/widgets/templates/wiki.mako"
|
||||||
|
|
||||||
|
params = ["data"]
|
||||||
|
|
||||||
|
css = [CSSLink("wiki", "css/wiki.css")]
|
||||||
|
|
||||||
|
data = None
|
||||||
|
|
||||||
|
def set_value(self, value):
|
||||||
|
super(WikiWidget, self).set_value(value)
|
||||||
|
|
||||||
|
if value:
|
||||||
|
toc = True
|
||||||
|
id = False
|
||||||
|
if hasattr(cherrypy.request, 'terp_record'):
|
||||||
|
params = cherrypy.request.terp_params
|
||||||
|
if params._terp_model == 'wiki.wiki':
|
||||||
|
proxy = rpc.RPCProxy('wiki.wiki')
|
||||||
|
toc = proxy.read([params.id], ['toc'])[0]['toc']
|
||||||
|
id = params.id
|
||||||
|
|
||||||
|
text = value+'\n\n'
|
||||||
|
html = wiki2html(text, toc, id)
|
||||||
|
|
||||||
|
self.data = html
|
||||||
|
|
||||||
|
register_widget(WikiWidget, ["text_wiki"])
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
2146
document_page/web/widgets/wikimarkup/__init__.py
Normal file
2146
document_page/web/widgets/wikimarkup/__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
25
document_page/wizard/__init__.py
Normal file
25
document_page/wizard/__init__.py
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
import document_page_create_menu
|
||||||
|
import document_page_show_diff
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
93
document_page/wizard/document_page_create_menu.py
Normal file
93
document_page/wizard/document_page_create_menu.py
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
from openerp import SUPERUSER_ID
|
||||||
|
from openerp.osv import fields, osv
|
||||||
|
|
||||||
|
|
||||||
|
class document_page_create_menu(osv.osv_memory):
|
||||||
|
""" Create Menu """
|
||||||
|
_name = "document.page.create.menu"
|
||||||
|
_description = "Wizard Create Menu"
|
||||||
|
|
||||||
|
_columns = {
|
||||||
|
'menu_name': fields.char('Menu Name', size=256, required=True),
|
||||||
|
'menu_parent_id': fields.many2one('ir.ui.menu', 'Parent Menu',
|
||||||
|
required=True),
|
||||||
|
}
|
||||||
|
|
||||||
|
def default_get(self, cr, uid, fields, context=None):
|
||||||
|
if context is None:
|
||||||
|
context = {}
|
||||||
|
res = super(document_page_create_menu, self).default_get(cr, uid,
|
||||||
|
fields,
|
||||||
|
context=
|
||||||
|
context)
|
||||||
|
page_id = context.get('active_id')
|
||||||
|
obj_page = self.pool.get('document.page')
|
||||||
|
page = obj_page.browse(cr, uid, page_id, context=context)
|
||||||
|
res['menu_name'] = page.name
|
||||||
|
return res
|
||||||
|
|
||||||
|
def document_page_menu_create(self, cr, uid, ids, context=None):
|
||||||
|
if context is None:
|
||||||
|
context = {}
|
||||||
|
obj_page = self.pool.get('document.page')
|
||||||
|
obj_menu = self.pool.get('ir.ui.menu')
|
||||||
|
obj_action = self.pool.get('ir.actions.act_window')
|
||||||
|
page_id = context.get('active_id', False)
|
||||||
|
page = obj_page.browse(cr, uid, page_id, context=context)
|
||||||
|
|
||||||
|
datas = self.browse(cr, uid, ids, context=context)
|
||||||
|
data = False
|
||||||
|
if datas:
|
||||||
|
data = datas[0]
|
||||||
|
if not data:
|
||||||
|
return {}
|
||||||
|
value = {
|
||||||
|
'name': 'Document Page',
|
||||||
|
'view_type': 'form',
|
||||||
|
'view_mode': 'form,tree',
|
||||||
|
'res_model': 'document.page',
|
||||||
|
'view_id': False,
|
||||||
|
'type': 'ir.actions.act_window',
|
||||||
|
'target': 'inlineview',
|
||||||
|
}
|
||||||
|
value['domain'] = "[('parent_id','=',%d)]" % (page.id)
|
||||||
|
value['res_id'] = page.id
|
||||||
|
|
||||||
|
action_id = obj_action.create(cr, SUPERUSER_ID, value)
|
||||||
|
# only the super user is allowed to create menu due to security rules
|
||||||
|
# on ir.values
|
||||||
|
menu_id = obj_menu.create(cr, SUPERUSER_ID, {
|
||||||
|
'name': data.menu_name,
|
||||||
|
'parent_id': data.menu_parent_id.id,
|
||||||
|
'icon': 'STOCK_DIALOG_QUESTION',
|
||||||
|
'action': 'ir.actions.act_window,' + str(action_id),
|
||||||
|
}, context)
|
||||||
|
obj_page.write(cr, uid, [page_id], {'menu_id': menu_id})
|
||||||
|
return {
|
||||||
|
'type': 'ir.actions.client',
|
||||||
|
'tag': 'reload',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
33
document_page/wizard/document_page_create_menu_view.xml
Normal file
33
document_page/wizard/document_page_create_menu_view.xml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
<!-- Create Menu From view -->
|
||||||
|
<record id="view_wiki_create_menu" model="ir.ui.view">
|
||||||
|
<field name="name">Create Menu</field>
|
||||||
|
<field name="model">document.page.create.menu</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Create Menu" version="7.0">
|
||||||
|
<group string="Menu Information">
|
||||||
|
<field name="menu_name" />
|
||||||
|
<field name="menu_parent_id" />
|
||||||
|
</group>
|
||||||
|
<footer>
|
||||||
|
<button name="document_page_menu_create" string="Create Menu" type="object" class="oe_highlight"/>
|
||||||
|
or
|
||||||
|
<button string="Cancel" class="oe_link" special="cancel" />
|
||||||
|
</footer>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- Create Menu Action -->
|
||||||
|
<record id="action_wiki_create_menu" model="ir.actions.act_window">
|
||||||
|
<field name="name">Create Menu</field>
|
||||||
|
<field name="type">ir.actions.act_window</field>
|
||||||
|
<field name="res_model">document.page.create.menu</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field name="target">new</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
63
document_page/wizard/document_page_show_diff.py
Normal file
63
document_page/wizard/document_page_show_diff.py
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
from openerp.osv import fields, osv
|
||||||
|
from openerp.tools.translate import _
|
||||||
|
|
||||||
|
|
||||||
|
class showdiff(osv.osv_memory):
|
||||||
|
""" Disp[ay Difference for History """
|
||||||
|
|
||||||
|
_name = 'wizard.document.page.history.show_diff'
|
||||||
|
|
||||||
|
def get_diff(self, cr, uid, context=None):
|
||||||
|
if context is None:
|
||||||
|
context = {}
|
||||||
|
history = self.pool.get('document.page.history')
|
||||||
|
ids = context.get('active_ids', [])
|
||||||
|
|
||||||
|
diff = ""
|
||||||
|
if len(ids) == 2:
|
||||||
|
if ids[0] > ids[1]:
|
||||||
|
diff = history.getDiff(cr, uid, ids[1], ids[0])
|
||||||
|
else:
|
||||||
|
diff = history.getDiff(cr, uid, ids[0], ids[1])
|
||||||
|
|
||||||
|
elif len(ids) == 1:
|
||||||
|
old = history.browse(cr, uid, ids[0])
|
||||||
|
nids = history.search(cr, uid, [('page_id', '=', old.page_id.id)])
|
||||||
|
nids.sort()
|
||||||
|
diff = history.getDiff(cr, uid, ids[0], nids[-1])
|
||||||
|
else:
|
||||||
|
raise osv.except_osv(_('Warning!'), _('You need to select minimum \
|
||||||
|
one or maximum two history \
|
||||||
|
revisions!'))
|
||||||
|
return diff
|
||||||
|
|
||||||
|
_columns = {
|
||||||
|
'diff': fields.text('Diff', readonly=True),
|
||||||
|
}
|
||||||
|
|
||||||
|
_defaults = {
|
||||||
|
'diff': get_diff
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
39
document_page/wizard/document_page_show_diff_view.xml
Normal file
39
document_page/wizard/document_page_show_diff_view.xml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
|
||||||
|
<!-- Create Index Form view -->
|
||||||
|
<record id="view_wiki_show_diff" model="ir.ui.view">
|
||||||
|
<field name="name">Show Difference</field>
|
||||||
|
<field name="model">wizard.document.page.history.show_diff</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Difference" version="7.0">
|
||||||
|
<field name="diff" widget="html" options='{"safe": True}'/>
|
||||||
|
<footer>
|
||||||
|
<button string="Cancel" class="oe_link" special="cancel" />
|
||||||
|
</footer>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
<!-- Create Index Action -->
|
||||||
|
<record id="action_view_wiki_show_diff" model="ir.actions.act_window">
|
||||||
|
<field name="name">Difference</field>
|
||||||
|
<field name="type">ir.actions.act_window</field>
|
||||||
|
<field name="res_model">wizard.document.page.history.show_diff</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field name="target">new</field>
|
||||||
|
</record>
|
||||||
|
<!-- Create Index Action Window -->
|
||||||
|
<act_window
|
||||||
|
id="action_view_wiki_show_diff_values"
|
||||||
|
key2="client_action_multi"
|
||||||
|
name="Difference"
|
||||||
|
res_model="wizard.document.page.history.show_diff"
|
||||||
|
src_model="document.page.history"
|
||||||
|
view_mode="form"
|
||||||
|
target="new"
|
||||||
|
view_type="form"/>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
104
document_page/wizard/wiki_make_index.py
Normal file
104
document_page/wizard/wiki_make_index.py
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRl (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public license as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# license, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABIlITY or FITNESS FOR A PARTICUlAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public license for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public license
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
from osv import osv
|
||||||
|
from tools.translate import _
|
||||||
|
|
||||||
|
|
||||||
|
class wiki_make_index(osv.osv_memory):
|
||||||
|
""" Create Index For Selected Page """
|
||||||
|
|
||||||
|
_name = "wiki.make.index"
|
||||||
|
_description = "Create Index"
|
||||||
|
|
||||||
|
def wiki_do_index(self, cr, uid, ids, context=None):
|
||||||
|
|
||||||
|
""" Makes Index according to page hierarchy
|
||||||
|
@param cr: the current row, from the database cursor,
|
||||||
|
@param uid: the current user’s ID for security checks,
|
||||||
|
@param ids: list of wiki index’s IDs
|
||||||
|
|
||||||
|
"""
|
||||||
|
if context is None:
|
||||||
|
context = {}
|
||||||
|
data = context and context.get('active_ids', []) or []
|
||||||
|
|
||||||
|
if not data:
|
||||||
|
return {'type': 'ir.actions.act_window_close'}
|
||||||
|
|
||||||
|
for index_obj in self.browse(cr, uid, ids, context=context):
|
||||||
|
wiki_pool = self.pool.get('wiki.wiki')
|
||||||
|
cr.execute("Select id, section from wiki_wiki where id IN %s \
|
||||||
|
order by section ", (tuple(data),))
|
||||||
|
lst0 = cr.fetchall()
|
||||||
|
if not lst0[0][1]:
|
||||||
|
raise osv.except_osv(_('Warning!'), _('There is no section in\
|
||||||
|
this Page.'))
|
||||||
|
|
||||||
|
lst = []
|
||||||
|
s_ids = {}
|
||||||
|
|
||||||
|
for l in lst0:
|
||||||
|
s_ids[l[1]] = l[0]
|
||||||
|
lst.append(l[1])
|
||||||
|
|
||||||
|
lst.sort()
|
||||||
|
val = None
|
||||||
|
|
||||||
|
def toint(x):
|
||||||
|
try:
|
||||||
|
return int(x)
|
||||||
|
except:
|
||||||
|
return 1
|
||||||
|
|
||||||
|
lst = map(lambda x: map(toint, x.split('.')), lst)
|
||||||
|
|
||||||
|
result = []
|
||||||
|
current = ['0']
|
||||||
|
current2 = []
|
||||||
|
|
||||||
|
for l in lst:
|
||||||
|
for pos in range(len(l)):
|
||||||
|
if pos >= len(current):
|
||||||
|
current.append('1')
|
||||||
|
continue
|
||||||
|
if (pos == len(l) - 1) or (pos >= len(current2)) or \
|
||||||
|
(toint(l[pos]) > toint(current2[pos])):
|
||||||
|
current[pos] = str(toint(current[pos]) + 1)
|
||||||
|
current = current[:pos + 1]
|
||||||
|
if pos == len(l) - 1:
|
||||||
|
break
|
||||||
|
key = ('.'.join([str(x) for x in l]))
|
||||||
|
id = s_ids[key]
|
||||||
|
val = ('.'.join([str(x) for x in current[:]]), id)
|
||||||
|
|
||||||
|
if val:
|
||||||
|
result.append(val)
|
||||||
|
current2 = l
|
||||||
|
|
||||||
|
for rs in result:
|
||||||
|
wiki_pool.write(cr, uid, [rs[1]], {'section': rs[0]})
|
||||||
|
|
||||||
|
return {'type': 'ir.actions.act_window_close'}
|
||||||
|
|
||||||
|
wiki_make_index()
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
43
document_page/wizard/wiki_make_index_view.xml
Normal file
43
document_page/wizard/wiki_make_index_view.xml
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
|
||||||
|
<!-- Create Index Form view -->
|
||||||
|
|
||||||
|
<record id="view_wiki_make_index" model="ir.ui.view">
|
||||||
|
<field name="name">Create Index</field>
|
||||||
|
<field name="model">wiki.make.index</field>
|
||||||
|
<field name="type">form</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Create Menu" version="7.0">
|
||||||
|
<separator string="Menu Information"/>
|
||||||
|
<label string="Want to create a Index on Selected Pages ? "/>
|
||||||
|
<footer>
|
||||||
|
<button name="wiki_do_index" string="Create Index" type="object" class="oe_highlight"/>
|
||||||
|
or
|
||||||
|
<button string="Cancel" class="oe_link" special="cancel" />
|
||||||
|
</footer>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Create Index Action -->
|
||||||
|
|
||||||
|
<record id="action_view_wiki_make_index" model="ir.actions.act_window">
|
||||||
|
<field name="name">Create Index</field>
|
||||||
|
<field name="type">ir.actions.act_window</field>
|
||||||
|
<field name="res_model">wiki.make.index</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field name="target">new</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Create Index Action Window -->
|
||||||
|
|
||||||
|
<act_window id="action_view_wiki_make_index_values"
|
||||||
|
key2="client_action_multi" name="Create Index"
|
||||||
|
res_model="wiki.make.index" src_model="wiki.wiki"
|
||||||
|
view_mode="form" target="new" view_type="form" />
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
71
document_page/wizard/wiki_wiki_page_open.py
Normal file
71
document_page/wizard/wiki_wiki_page_open.py
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# OpenERP, Open Source Management Solution
|
||||||
|
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
from osv import osv
|
||||||
|
|
||||||
|
|
||||||
|
class wiki_wiki_page_open(osv.osv_memory):
|
||||||
|
""" wizard Open Page """
|
||||||
|
|
||||||
|
_name = "wiki.wiki.page.open"
|
||||||
|
_description = "wiz open page"
|
||||||
|
|
||||||
|
def open_wiki_page(self, cr, uid, ids, context=None):
|
||||||
|
|
||||||
|
""" Opens Wiki Page of Group
|
||||||
|
@param cr: the current row, from the database cursor,
|
||||||
|
@param uid: the current user’s ID for security checks,
|
||||||
|
@param ids: List of open wiki page’s IDs
|
||||||
|
@return: dictionay of open wiki window on give group id
|
||||||
|
"""
|
||||||
|
if context is None:
|
||||||
|
context = {}
|
||||||
|
group_ids = context.get('active_ids', [])
|
||||||
|
for group in self.pool.get('wiki.groups').browse(cr, uid, group_ids,
|
||||||
|
context=context):
|
||||||
|
value = {
|
||||||
|
'domain': "[('group_id','=',%d)]" % (group.id),
|
||||||
|
'name': 'Wiki Page',
|
||||||
|
'view_type': 'form',
|
||||||
|
'view_mode': 'form,tree',
|
||||||
|
'res_model': 'wiki.wiki',
|
||||||
|
'view_id': False,
|
||||||
|
'type': 'ir.actions.act_window',
|
||||||
|
}
|
||||||
|
if group.method == 'page':
|
||||||
|
value['res_id'] = group.home.id
|
||||||
|
elif group.method == 'list':
|
||||||
|
value['view_type'] = 'form'
|
||||||
|
value['view_mode'] = 'tree,form'
|
||||||
|
elif group.method == 'tree':
|
||||||
|
view_id = self.pool.get('ir.ui.view').\
|
||||||
|
search(cr, uid, [('name', '=',
|
||||||
|
'wiki.wiki.tree.children')])
|
||||||
|
value['view_id'] = view_id
|
||||||
|
value['domain'] = [('group_id', '=', group.id), ('parent_id', '=',
|
||||||
|
False)]
|
||||||
|
value['view_type'] = 'tree'
|
||||||
|
|
||||||
|
return value
|
||||||
|
|
||||||
|
wiki_wiki_page_open()
|
||||||
|
|
||||||
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
34
document_page/wizard/wiki_wiki_page_open_view.xml
Normal file
34
document_page/wizard/wiki_wiki_page_open_view.xml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
|
||||||
|
<!-- Open Page Form view -->
|
||||||
|
|
||||||
|
<record id="view_wiki_wiki_page_open" model="ir.ui.view">
|
||||||
|
<field name="name">Open Page</field>
|
||||||
|
<field name="model">wiki.wiki.page.open</field>
|
||||||
|
<field name="type">form</field>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<form string="Open Page" version="7.0">
|
||||||
|
<label string="Want to open a wiki page? "/>
|
||||||
|
<footer>
|
||||||
|
<button name="open_wiki_page" string="Open Wiki Page" type="object" class="oe_highlight"/>
|
||||||
|
or
|
||||||
|
<button string="Cancel" class="oe_link" special="cancel" />
|
||||||
|
</footer>
|
||||||
|
</form>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Open Page Action -->
|
||||||
|
|
||||||
|
<record id="action_view_wiki_wiki_page_open" model="ir.actions.act_window">
|
||||||
|
<field name="name">Open Page</field>
|
||||||
|
<field name="type">ir.actions.act_window</field>
|
||||||
|
<field name="res_model">wiki.wiki.page.open</field>
|
||||||
|
<field name="view_type">form</field>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field name="target">new</field>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
||||||
Reference in New Issue
Block a user