Merge lp:~therp-nl/openupgrade-server/6.0-use_orm into lp:openupgrade-server/6.0

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 3488
Proposed branch: lp:~therp-nl/openupgrade-server/6.0-use_orm
Merge into: lp:openupgrade-server/6.0
Diff against target: 243668 lines (+88923/-24600)
155 files modified
bin/addons/__init__.py (+82/-66)
bin/addons/base/base_data.xml (+67/-1)
bin/addons/base/i18n/ab.po (+9246/-0)
bin/addons/base/i18n/af.po (+249/-251)
bin/addons/base/i18n/am.po (+249/-251)
bin/addons/base/i18n/ar.po (+1619/-1440)
bin/addons/base/i18n/bg.po (+254/-256)
bin/addons/base/i18n/bs.po (+249/-251)
bin/addons/base/i18n/ca.po (+249/-251)
bin/addons/base/i18n/cs.po (+505/-329)
bin/addons/base/i18n/da.po (+604/-606)
bin/addons/base/i18n/de.po (+264/-266)
bin/addons/base/i18n/el.po (+252/-254)
bin/addons/base/i18n/en_GB.po (+567/-432)
bin/addons/base/i18n/es.po (+259/-260)
bin/addons/base/i18n/es_AR.po (+4186/-2987)
bin/addons/base/i18n/es_CL.po (+412/-318)
bin/addons/base/i18n/es_CR.po (+9604/-0)
bin/addons/base/i18n/es_EC.po (+254/-256)
bin/addons/base/i18n/et.po (+345/-347)
bin/addons/base/i18n/eu.po (+249/-251)
bin/addons/base/i18n/fa.po (+249/-251)
bin/addons/base/i18n/fa_AF.po (+249/-251)
bin/addons/base/i18n/fi.po (+256/-258)
bin/addons/base/i18n/fr.po (+336/-338)
bin/addons/base/i18n/gl.po (+578/-362)
bin/addons/base/i18n/gu.po (+9297/-0)
bin/addons/base/i18n/he.po (+249/-251)
bin/addons/base/i18n/hr.po (+305/-278)
bin/addons/base/i18n/hu.po (+896/-852)
bin/addons/base/i18n/hy.po (+249/-251)
bin/addons/base/i18n/id.po (+253/-255)
bin/addons/base/i18n/is.po (+249/-251)
bin/addons/base/i18n/it.po (+258/-260)
bin/addons/base/i18n/ja.po (+935/-871)
bin/addons/base/i18n/ka.po (+9308/-0)
bin/addons/base/i18n/kk.po (+9246/-0)
bin/addons/base/i18n/ko.po (+531/-486)
bin/addons/base/i18n/lt.po (+249/-251)
bin/addons/base/i18n/lv.po (+371/-367)
bin/addons/base/i18n/mk.po (+325/-315)
bin/addons/base/i18n/mn.po (+249/-251)
bin/addons/base/i18n/nb.po (+280/-319)
bin/addons/base/i18n/nl.po (+258/-260)
bin/addons/base/i18n/nl_BE.po (+249/-251)
bin/addons/base/i18n/pl.po (+275/-267)
bin/addons/base/i18n/pt.po (+701/-552)
bin/addons/base/i18n/pt_BR.po (+283/-277)
bin/addons/base/i18n/ro.po (+1140/-859)
bin/addons/base/i18n/ru.po (+255/-257)
bin/addons/base/i18n/sk.po (+249/-251)
bin/addons/base/i18n/sl.po (+1340/-999)
bin/addons/base/i18n/sq.po (+249/-251)
bin/addons/base/i18n/sr.po (+249/-251)
bin/addons/base/i18n/sr@latin.po (+1850/-1566)
bin/addons/base/i18n/sv.po (+252/-254)
bin/addons/base/i18n/th.po (+249/-251)
bin/addons/base/i18n/tlh.po (+249/-251)
bin/addons/base/i18n/tr.po (+260/-260)
bin/addons/base/i18n/uk.po (+277/-272)
bin/addons/base/i18n/ur.po (+249/-251)
bin/addons/base/i18n/vi.po (+260/-262)
bin/addons/base/i18n/zh_CN.po (+264/-266)
bin/addons/base/i18n/zh_HK.po (+9246/-0)
bin/addons/base/i18n/zh_TW.po (+345/-345)
bin/addons/base/ir/ir_model.py (+8/-2)
bin/addons/base/ir/ir_rule.py (+14/-1)
bin/addons/base/ir/ir_values.py (+16/-7)
bin/addons/base/migrations/6.0.1.3/openupgrade_analysis.txt (+541/-0)
bin/addons/base/migrations/6.0.1.3/openupgrade_general_log.txt (+2757/-0)
bin/addons/base/module/module.py (+16/-13)
bin/addons/base/publisher_warranty/publisher_warranty.py (+13/-0)
bin/addons/base/report/corporate_sxw_header.xml (+15/-2)
bin/addons/base/res/partner/partner.py (+3/-1)
bin/addons/base/res/partner/partner_view.xml (+2/-2)
bin/addons/base/res/res_currency.py (+17/-2)
bin/addons/base/res/res_log.py (+18/-0)
bin/addons/base/res/res_user.py (+1/-1)
bin/addons/openupgrade_records/__init__.py (+2/-0)
bin/addons/openupgrade_records/__openerp__.py (+63/-0)
bin/addons/openupgrade_records/__terp__.py (+63/-0)
bin/addons/openupgrade_records/lib/__init__.py (+2/-0)
bin/addons/openupgrade_records/lib/apriori.py (+9/-0)
bin/addons/openupgrade_records/lib/compare.py (+181/-145)
bin/addons/openupgrade_records/model/__init__.py (+6/-0)
bin/addons/openupgrade_records/model/analysis_wizard.py (+178/-0)
bin/addons/openupgrade_records/model/comparison_config.py (+98/-0)
bin/addons/openupgrade_records/model/generate_records_wizard.py (+90/-0)
bin/addons/openupgrade_records/model/install_all_wizard.py (+113/-0)
bin/addons/openupgrade_records/model/openupgrade_record.py (+111/-0)
bin/addons/openupgrade_records/security/ir.model.access.csv (+3/-0)
bin/addons/openupgrade_records/view/analysis_wizard.xml (+30/-0)
bin/addons/openupgrade_records/view/comparison_config.xml (+62/-0)
bin/addons/openupgrade_records/view/generate_records_wizard.xml (+52/-0)
bin/addons/openupgrade_records/view/install_all_wizard.xml (+54/-0)
bin/addons/openupgrade_records/view/openupgrade_record.xml (+65/-0)
bin/openupgrade/__init__.py (+0/-1)
bin/openupgrade/openupgrade.py (+170/-22)
bin/openupgrade/openupgrade_log.py (+56/-0)
bin/openupgrade/openupgrade_tools.py (+8/-0)
bin/osv/fields.py (+43/-2)
bin/osv/orm.py (+85/-45)
bin/osv/osv.py (+23/-0)
bin/release.py (+1/-1)
bin/report/interface.py (+1/-0)
bin/report/printscreen/ps_list.py (+3/-2)
bin/report/render/rml2pdf/trml2pdf.py (+5/-5)
bin/report/render/rml2pdf/utils.py (+2/-2)
bin/tools/convert.py (+3/-0)
bin/tools/misc.py (+0/-2)
bin/tools/sql.py (+2/-1)
bin/tools/translate.py (+15/-7)
debian/changelog (+6/-0)
debian/po/ar.po (+41/-0)
debian/po/bg.po (+2/-2)
debian/po/ca.po (+2/-2)
debian/po/cs.po (+2/-2)
debian/po/da.po (+2/-2)
debian/po/de.po (+2/-2)
debian/po/el.po (+2/-2)
debian/po/en_GB.po (+2/-2)
debian/po/es.po (+2/-2)
debian/po/es_CL.po (+9/-6)
debian/po/es_EC.po (+2/-2)
debian/po/fa.po (+2/-2)
debian/po/fi.po (+2/-2)
debian/po/fr.po (+5/-5)
debian/po/gl.po (+2/-2)
debian/po/he.po (+2/-2)
debian/po/hr.po (+2/-2)
debian/po/hu.po (+2/-2)
debian/po/it.po (+2/-2)
debian/po/ja.po (+2/-2)
debian/po/ko.po (+2/-2)
debian/po/lv.po (+2/-2)
debian/po/mk.po (+42/-0)
debian/po/mn.po (+2/-2)
debian/po/nb.po (+2/-2)
debian/po/nl.po (+2/-2)
debian/po/pl.po (+2/-2)
debian/po/pt.po (+2/-2)
debian/po/pt_BR.po (+2/-2)
debian/po/ro.po (+6/-6)
debian/po/ru.po (+2/-2)
debian/po/sk.po (+2/-2)
debian/po/sl.po (+41/-0)
debian/po/sq.po (+2/-2)
debian/po/sr.po (+2/-2)
debian/po/sv.po (+2/-2)
debian/po/tr.po (+2/-2)
debian/po/uk.po (+2/-2)
debian/po/vi.po (+2/-2)
debian/po/zh_CN.po (+2/-2)
debian/po/zh_TW.po (+5/-5)
doc/Changelog (+248/-0)
To merge this branch: bzr merge lp:~therp-nl/openupgrade-server/6.0-use_orm
Reviewer Review Type Date Requested Status
OpenUpgrade Committers Pending
Review via email: mp+105197@code.launchpad.net

Description of the change

This merge constitutes the refactoring of the database layout analysis and the inclusion of the analysis files for 6.0, as described here:

https://lists.launchpad.net/openupgrade-drivers/msg00001.html

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/__init__.py'
2--- bin/addons/__init__.py 2012-01-15 11:33:42 +0000
3+++ bin/addons/__init__.py 2012-05-09 12:37:21 +0000
4@@ -50,6 +50,15 @@
5
6 logger = netsvc.Logger()
7
8+### OpenUpgrade
9+def table_exists(cr, table):
10+ """ Check whether a certain table or view exists """
11+ cr.execute(
12+ 'SELECT count(relname) FROM pg_class WHERE relname = %s',
13+ (table,))
14+ return cr.fetchone()[0] == 1
15+### End of OpenUpgrade
16+
17 _ad = os.path.abspath(opj(tools.ustr(tools.config['root_path']), u'addons')) # default addons path (base)
18 ad_paths= map(lambda m: os.path.abspath(tools.ustr(m.strip())), tools.config['addons_path'].split(','))
19
20@@ -698,7 +707,7 @@
21 tools.convert_xml_import(cr, module_name, file, id_map, mode, noupdate)
22 finally:
23 file.close()
24-
25+
26 local_registry = {}
27 def get_repr(properties, type='val'):
28 """
29@@ -730,24 +739,12 @@
30 if isinstance(model, osv.osv.osv_memory):
31 return
32
33+ model_registry = local_registry.setdefault(
34+ model._name, {})
35 if model._inherits:
36- properties = {
37- 'model': model._name,
38- 'field': '_inherits',
39- 'type': '',
40- 'isfunction': '',
41- 'relation': '',
42- 'required': '',
43- 'selection_keys': '',
44- 'req_default': '',
45- 'inherits': unicode(model._inherits),
46- }
47- local_registry[get_repr(properties, 'key')] = get_repr(
48- properties)
49- for k,v in model._columns.items():
50- properties = {
51- 'model': model._name,
52- 'field': k,
53+ model_registry['_inherits'] = {'_inherits': unicode(model._inherits)}
54+ for k, v in model._columns.items():
55+ properties = {
56 'type': v._type,
57 'isfunction': (
58 isinstance(v, osv.fields.function) and 'function' or ''),
59@@ -773,49 +770,70 @@
60 properties['req_default'] = 'function'
61 else:
62 properties['req_default'] = unicode(model._defaults[k])
63- local_registry[get_repr(properties, 'key')] = get_repr(
64- properties)
65-
66- def compare_registries():
67- """
68- OpenUpgrade: Store the characteristics of the BaseModel and its fields
69- in the local registry, so that we can compare changes with the
70- main registry
71- """
72- for key in sorted(local_registry.keys()):
73- if key in registry:
74- if registry[key] != local_registry[key]:
75- logger.notifyChannel(
76- 'OpenUpgrade_FIELD', netsvc.LOG_INFO,
77- '"%s","modify",%s,%s' % (
78- package.name, key, local_registry[key]))
79- else:
80- logger.notifyChannel(
81- 'OpenUpgrade_FIELD', netsvc.LOG_INFO,
82- '"%s","create",%s,%s' % (
83- package.name, key, local_registry[key]))
84- registry[key] = local_registry[key]
85-
86- def log_xmlids(cr, package_name):
87- """
88- OpenUpgrade: Log all XMLID's owned by this package.
89- TODO: other modules can really easily add items that 'belong' to
90- another module. Needs deeper digging in the load_data methods.
91-
92- Need to pass the cursor, as the one passed to the upper method is
93- closed by now (or it is in OpenERP 6.1).
94- """
95-
96- cr.execute(
97- 'select model, name from ir_model_data where module=%s '
98- 'order by model, name', (package_name,))
99- for res in cr.fetchall():
100- xmlid_repr = ','.join([
101- "\"" + string.replace(property, '\"', '\'') + "\""
102- for property in (res[0], res[1], package_name)
103- ])
104- logger.notifyChannel(
105- 'OpenUpgrade_XMLID', netsvc.LOG_INFO, xmlid_repr)
106+ for key, value in properties.items():
107+ if value:
108+ model_registry.setdefault(k, {})[key] = value
109+
110+ def get_record_id(cr, module, model, field, mode):
111+ """
112+ OpenUpgrade: get or create the id from the record table matching
113+ the key parameter values
114+ """
115+ cr.execute(
116+ "SELECT id FROM openupgrade_record "
117+ "WHERE module = %s AND model = %s AND "
118+ "field = %s AND mode = %s AND type = %s",
119+ (module, model, field, mode, 'field')
120+ )
121+ record = cr.fetchone()
122+ if record:
123+ return record[0]
124+ cr.execute(
125+ "INSERT INTO openupgrade_record "
126+ "(module, model, field, mode, type) "
127+ "VALUES (%s, %s, %s, %s, %s)",
128+ (module, model, field, mode, 'field')
129+ )
130+ cr.execute(
131+ "SELECT id FROM openupgrade_record "
132+ "WHERE module = %s AND model = %s AND "
133+ "field = %s AND mode = %s AND type = %s",
134+ (module, model, field, mode, 'field')
135+ )
136+ return cr.fetchone()[0]
137+
138+ def compare_registries(cr, module):
139+ """
140+ OpenUpgrade: Compare the local registry with the global registry,
141+ log any differences and merge the local registry with
142+ the global one.
143+ """
144+ if not table_exists(cr, 'openupgrade_record'):
145+ return
146+ for model, fields in local_registry.items():
147+ registry.setdefault(model, {})
148+ for field, attributes in fields.items():
149+ old_field = registry[model].setdefault(field, {})
150+ mode = old_field and 'modify' or 'create'
151+ record_id = False
152+ for key, value in attributes.items():
153+ if key not in old_field or old_field[key] != value:
154+ if not record_id:
155+ record_id = get_record_id(
156+ cr, module, model, field, mode)
157+ cr.execute(
158+ "SELECT id FROM openupgrade_attribute "
159+ "WHERE name = %s AND value = %s AND "
160+ "record_id = %s",
161+ (key, value, record_id)
162+ )
163+ if not cr.fetchone():
164+ cr.execute(
165+ "INSERT INTO openupgrade_attribute "
166+ "(name, value, record_id) VALUES (%s, %s, %s)",
167+ (key, value, record_id)
168+ )
169+ old_field[key] = value
170
171 # **kwargs is passed directly to convert_xml_import
172 if not status:
173@@ -839,11 +857,10 @@
174
175 if hasattr(package, 'init') or hasattr(package, 'update') or package.state in ('to install', 'to upgrade'):
176 # OpenUpgrade: add this module's models to the registry
177- logger.notifyChannel('OpenUpgrade_FIELD', netsvc.LOG_INFO, 'module %s' % (package.name))
178 local_registry = {}
179- for model in osv.orm.orm:
180+ for model in modules:
181 log_model(model)
182- compare_registries()
183+ compare_registries(cr, package.name)
184
185 init_module_objects(cr, package.name, modules)
186 cr.commit()
187@@ -898,7 +915,7 @@
188 modobj.write(cr, 1, [mid], {'state': 'installed', 'latest_version': ver})
189 cr.commit()
190 # Update translations for all installed languages
191- modobj.update_translations(cr, 1, [mid], None)
192+ modobj.update_translations(cr, 1, [mid], None, {'overwrite': True})
193 cr.commit()
194
195 package.state = 'installed'
196@@ -907,7 +924,6 @@
197 delattr(package, kind)
198
199 statusi += 1
200- log_xmlids(cr, package.name) # OpenUpgrade
201 cr.commit()
202
203 return processed_modules
204
205=== modified file 'bin/addons/base/base_data.xml'
206--- bin/addons/base/base_data.xml 2011-03-16 12:17:33 +0000
207+++ bin/addons/base/base_data.xml 2012-05-09 12:37:21 +0000
208@@ -1330,7 +1330,7 @@
209
210 <record id="INR" model="res.currency">
211 <field name="name">INR</field>
212- <field name="symbol">Rs</field>
213+ <field name="symbol">₹</field>
214 <field name="rounding">0.01</field>
215 <field name="accuracy">4</field>
216 <field name="company_id" ref="main_company"/>
217@@ -1617,5 +1617,71 @@
218 <field name="currency_id" ref="MUR"/>
219 <field eval="time.strftime('%Y-01-01')" name="name"/>
220 </record>
221+
222+ <record id="XOF" model="res.currency">
223+ <field name="name">XOF</field>
224+ <field name="symbol">CFA</field>
225+ <field name="rounding">1</field>
226+ <field name="accuracy">4</field>
227+ <field name="company_id" ref="main_company"/>
228+ </record>
229+ <record id="rateXOF" model="res.currency.rate">
230+ <field name="rate">655.957</field>
231+ <field name="currency_id" ref="XOF"/>
232+ <field eval="time.strftime('%Y-01-01')" name="name"/>
233+ </record>
234+
235+ <record id="XAF" model="res.currency">
236+ <field name="name">XAF</field>
237+ <field name="symbol">FCFA</field>
238+ <field name="rounding">1</field>
239+ <field name="accuracy">4</field>
240+ <field name="company_id" ref="main_company"/>
241+ </record>
242+ <record id="rateXAF" model="res.currency.rate">
243+ <field name="rate">655.957</field>
244+ <field name="currency_id" ref="XAF"/>
245+ <field eval="time.strftime('%Y-01-01')" name="name"/>
246+ </record>
247+
248+ <record id="UGX" model="res.currency">
249+ <field name="name">UGX</field>
250+ <field name="symbol">USh</field>
251+ <field name="rounding">1</field>
252+ <field name="accuracy">4</field>
253+ <field name="company_id" ref="main_company"/>
254+ </record>
255+ <record id="rateUGX" model="res.currency.rate">
256+ <field name="rate">3401.91388</field>
257+ <field name="currency_id" ref="UGX"/>
258+ <field eval="time.strftime('%Y-01-01')" name="name"/>
259+ </record>
260+
261+ <record id="HNL" model="res.currency">
262+ <field name="name">HNL</field>
263+ <field name="symbol">L</field>
264+ <field name="rounding">0.01</field>
265+ <field name="accuracy">4</field>
266+ <field name="company_id" ref="main_company"/>
267+ </record>
268+ <record id="rateHNL" model="res.currency.rate">
269+ <field name="rate">25</field>
270+ <field name="currency_id" ref="HNL"/>
271+ <field eval="time.strftime('%Y-01-01')" name="name"/>
272+ </record>
273+
274+ <!-- Chilean peso -->
275+ <record id="CLP" model="res.currency">
276+ <field name="name">CLP</field>
277+ <field name="symbol">$</field>
278+ <field name="rounding">0.01</field>
279+ <field name="accuracy">4</field>
280+ <field name="company_id" ref="main_company"/>
281+ </record>
282+ <record id="rateCLP" model="res.currency.rate">
283+ <field name="rate">710</field>
284+ <field name="currency_id" ref="CLP"/>
285+ <field eval="time.strftime('%Y-01-01')" name="name"/>
286+ </record>
287 </data>
288 </openerp>
289
290=== added file 'bin/addons/base/i18n/ab.po'
291--- bin/addons/base/i18n/ab.po 1970-01-01 00:00:00 +0000
292+++ bin/addons/base/i18n/ab.po 2012-05-09 12:37:21 +0000
293@@ -0,0 +1,9246 @@
294+# Abkhazian translation for openobject-server
295+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
296+# This file is distributed under the same license as the openobject-server package.
297+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
298+#
299+msgid ""
300+msgstr ""
301+"Project-Id-Version: openobject-server\n"
302+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
303+"POT-Creation-Date: 2011-01-11 11:14+0000\n"
304+"PO-Revision-Date: 2012-02-27 08:03+0000\n"
305+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
306+"Language-Team: Abkhazian <ab@li.org>\n"
307+"MIME-Version: 1.0\n"
308+"Content-Type: text/plain; charset=UTF-8\n"
309+"Content-Transfer-Encoding: 8bit\n"
310+"X-Launchpad-Export-Date: 2012-03-07 05:41+0000\n"
311+"X-Generator: Launchpad (build 14907)\n"
312+
313+#. module: base
314+#: view:ir.filters:0
315+#: field:ir.model.fields,domain:0
316+#: field:ir.rule,domain:0
317+#: field:ir.rule,domain_force:0
318+#: field:res.partner.title,domain:0
319+msgid "Domain"
320+msgstr ""
321+
322+#. module: base
323+#: model:res.country,name:base.sh
324+msgid "Saint Helena"
325+msgstr ""
326+
327+#. module: base
328+#: view:ir.actions.report.xml:0
329+msgid "Other Configuration"
330+msgstr ""
331+
332+#. module: base
333+#: selection:ir.property,type:0
334+msgid "DateTime"
335+msgstr ""
336+
337+#. module: base
338+#: code:addons/fields.py:582
339+#, python-format
340+msgid ""
341+"The second argument of the many2many field %s must be a SQL table !You used "
342+"%s, which is not a valid SQL table name."
343+msgstr ""
344+
345+#. module: base
346+#: view:ir.values:0
347+#: field:ir.values,meta_unpickle:0
348+msgid "Metadata"
349+msgstr ""
350+
351+#. module: base
352+#: field:ir.ui.view,arch:0
353+#: field:ir.ui.view.custom,arch:0
354+msgid "View Architecture"
355+msgstr ""
356+
357+#. module: base
358+#: field:base.language.import,code:0
359+msgid "Code (eg:en__US)"
360+msgstr ""
361+
362+#. module: base
363+#: view:workflow:0
364+#: view:workflow.activity:0
365+#: field:workflow.activity,wkf_id:0
366+#: field:workflow.instance,wkf_id:0
367+#: field:workflow.transition,wkf_id:0
368+#: field:workflow.workitem,wkf_id:0
369+msgid "Workflow"
370+msgstr ""
371+
372+#. module: base
373+#: view:partner.sms.send:0
374+msgid "SMS - Gateway: clickatell"
375+msgstr ""
376+
377+#. module: base
378+#: selection:base.language.install,lang:0
379+msgid "Hungarian / Magyar"
380+msgstr ""
381+
382+#. module: base
383+#: selection:ir.model.fields,select_level:0
384+msgid "Not Searchable"
385+msgstr ""
386+
387+#. module: base
388+#: selection:base.language.install,lang:0
389+msgid "Spanish (VE) / Español (VE)"
390+msgstr ""
391+
392+#. module: base
393+#: field:ir.actions.server,wkf_model_id:0
394+msgid "Workflow On"
395+msgstr ""
396+
397+#. module: base
398+#: field:ir.actions.act_window,display_menu_tip:0
399+msgid "Display Menu Tips"
400+msgstr ""
401+
402+#. module: base
403+#: view:ir.module.module:0
404+msgid "Created Views"
405+msgstr ""
406+
407+#. module: base
408+#: code:addons/base/ir/ir_model.py:532
409+#, python-format
410+msgid ""
411+"You can not write in this document (%s) ! Be sure your user belongs to one "
412+"of these groups: %s."
413+msgstr ""
414+
415+#. module: base
416+#: help:ir.model.fields,domain:0
417+msgid ""
418+"The optional domain to restrict possible values for relationship fields, "
419+"specified as a Python expression defining a list of triplets. For example: "
420+"[('color','=','red')]"
421+msgstr ""
422+
423+#. module: base
424+#: field:res.partner,ref:0
425+msgid "Reference"
426+msgstr ""
427+
428+#. module: base
429+#: field:ir.actions.act_window,target:0
430+msgid "Target Window"
431+msgstr ""
432+
433+#. module: base
434+#: code:addons/base/res/res_users.py:558
435+#, python-format
436+msgid "Warning!"
437+msgstr ""
438+
439+#. module: base
440+#: code:addons/base/ir/ir_model.py:344
441+#, python-format
442+msgid ""
443+"Properties of base fields cannot be altered in this manner! Please modify "
444+"them through Python code, preferably through a custom addon!"
445+msgstr ""
446+
447+#. module: base
448+#: code:addons/osv.py:129
449+#, python-format
450+msgid "Constraint Error"
451+msgstr ""
452+
453+#. module: base
454+#: model:ir.model,name:base.model_ir_ui_view_custom
455+msgid "ir.ui.view.custom"
456+msgstr ""
457+
458+#. module: base
459+#: model:res.country,name:base.sz
460+msgid "Swaziland"
461+msgstr ""
462+
463+#. module: base
464+#: code:addons/orm.py:4206
465+#, python-format
466+msgid "created."
467+msgstr ""
468+
469+#. module: base
470+#: model:res.partner.category,name:base.res_partner_category_woodsuppliers0
471+msgid "Wood Suppliers"
472+msgstr ""
473+
474+#. module: base
475+#: code:addons/base/module/module.py:390
476+#, python-format
477+msgid ""
478+"Some installed modules depend on the module you plan to Uninstall :\n"
479+" %s"
480+msgstr ""
481+
482+#. module: base
483+#: field:ir.sequence,number_increment:0
484+msgid "Increment Number"
485+msgstr ""
486+
487+#. module: base
488+#: model:ir.actions.act_window,name:base.action_res_company_tree
489+#: model:ir.ui.menu,name:base.menu_action_res_company_tree
490+msgid "Company's Structure"
491+msgstr ""
492+
493+#. module: base
494+#: selection:base.language.install,lang:0
495+msgid "Inuktitut / ᐃᓄᒃᑎᑐᑦ"
496+msgstr ""
497+
498+#. module: base
499+#: view:res.partner:0
500+msgid "Search Partner"
501+msgstr ""
502+
503+#. module: base
504+#: code:addons/base/res/res_user.py:132
505+#, python-format
506+msgid "\"smtp_server\" needs to be set to send mails to users"
507+msgstr ""
508+
509+#. module: base
510+#: code:addons/base/module/wizard/base_export_language.py:60
511+#, python-format
512+msgid "new"
513+msgstr ""
514+
515+#. module: base
516+#: field:ir.actions.report.xml,multi:0
517+msgid "On multiple doc."
518+msgstr ""
519+
520+#. module: base
521+#: field:ir.module.category,module_nr:0
522+msgid "Number of Modules"
523+msgstr ""
524+
525+#. module: base
526+#: help:multi_company.default,company_dest_id:0
527+msgid "Company to store the current record"
528+msgstr ""
529+
530+#. module: base
531+#: field:res.partner.bank.type.field,size:0
532+msgid "Max. Size"
533+msgstr ""
534+
535+#. module: base
536+#: view:res.partner:0
537+#: field:res.partner,subname:0
538+#: field:res.partner.address,name:0
539+msgid "Contact Name"
540+msgstr ""
541+
542+#. module: base
543+#: code:addons/base/module/wizard/base_export_language.py:56
544+#, python-format
545+msgid ""
546+"Save this document to a %s file and edit it with a specific software or a "
547+"text editor. The file encoding is UTF-8."
548+msgstr ""
549+
550+#. module: base
551+#: sql_constraint:res.lang:0
552+msgid "The name of the language must be unique !"
553+msgstr ""
554+
555+#. module: base
556+#: selection:res.request,state:0
557+msgid "active"
558+msgstr ""
559+
560+#. module: base
561+#: field:ir.actions.wizard,wiz_name:0
562+msgid "Wizard Name"
563+msgstr ""
564+
565+#. module: base
566+#: code:addons/orm.py:2526
567+#, python-format
568+msgid "Invalid group_by"
569+msgstr ""
570+
571+#. module: base
572+#: field:res.partner,credit_limit:0
573+msgid "Credit Limit"
574+msgstr ""
575+
576+#. module: base
577+#: field:ir.model.data,date_update:0
578+msgid "Update Date"
579+msgstr ""
580+
581+#. module: base
582+#: view:ir.attachment:0
583+msgid "Owner"
584+msgstr ""
585+
586+#. module: base
587+#: field:ir.actions.act_window,src_model:0
588+msgid "Source Object"
589+msgstr ""
590+
591+#. module: base
592+#: view:ir.actions.todo:0
593+msgid "Config Wizard Steps"
594+msgstr ""
595+
596+#. module: base
597+#: model:ir.model,name:base.model_ir_ui_view_sc
598+msgid "ir.ui.view_sc"
599+msgstr ""
600+
601+#. module: base
602+#: field:res.widget.user,widget_id:0
603+#: field:res.widget.wizard,widgets_list:0
604+msgid "Widget"
605+msgstr ""
606+
607+#. module: base
608+#: view:ir.model.access:0
609+#: field:ir.model.access,group_id:0
610+msgid "Group"
611+msgstr ""
612+
613+#. module: base
614+#: field:ir.exports.line,name:0
615+#: field:ir.translation,name:0
616+#: field:res.partner.bank.type.field,name:0
617+msgid "Field Name"
618+msgstr ""
619+
620+#. module: base
621+#: wizard_view:server.action.create,init:0
622+#: wizard_field:server.action.create,init,type:0
623+msgid "Select Action Type"
624+msgstr ""
625+
626+#. module: base
627+#: model:res.country,name:base.tv
628+msgid "Tuvalu"
629+msgstr ""
630+
631+#. module: base
632+#: selection:ir.model,state:0
633+msgid "Custom Object"
634+msgstr ""
635+
636+#. module: base
637+#: field:res.lang,date_format:0
638+msgid "Date Format"
639+msgstr ""
640+
641+#. module: base
642+#: field:res.bank,email:0
643+#: field:res.partner.address,email:0
644+msgid "E-Mail"
645+msgstr ""
646+
647+#. module: base
648+#: model:res.country,name:base.an
649+msgid "Netherlands Antilles"
650+msgstr ""
651+
652+#. module: base
653+#: code:addons/base/res/res_users.py:396
654+#, python-format
655+msgid ""
656+"You can not remove the admin user as it is used internally for resources "
657+"created by OpenERP (updates, module installation, ...)"
658+msgstr ""
659+
660+#. module: base
661+#: model:res.country,name:base.gf
662+msgid "French Guyana"
663+msgstr ""
664+
665+#. module: base
666+#: selection:base.language.install,lang:0
667+msgid "Greek / Ελληνικά"
668+msgstr ""
669+
670+#. module: base
671+#: selection:base.language.install,lang:0
672+msgid "Bosnian / bosanski jezik"
673+msgstr ""
674+
675+#. module: base
676+#: help:ir.actions.report.xml,attachment_use:0
677+msgid ""
678+"If you check this, then the second time the user prints with same attachment "
679+"name, it returns the previous report."
680+msgstr ""
681+
682+#. module: base
683+#: code:addons/orm.py:904
684+#, python-format
685+msgid "The read method is not implemented on this object !"
686+msgstr ""
687+
688+#. module: base
689+#: help:res.lang,iso_code:0
690+msgid "This ISO code is the name of po files to use for translations"
691+msgstr ""
692+
693+#. module: base
694+#: view:base.module.upgrade:0
695+msgid "Your system will be updated."
696+msgstr ""
697+
698+#. module: base
699+#: field:ir.actions.todo,note:0
700+#: selection:ir.property,type:0
701+msgid "Text"
702+msgstr ""
703+
704+#. module: base
705+#: field:res.country,name:0
706+msgid "Country Name"
707+msgstr ""
708+
709+#. module: base
710+#: model:res.country,name:base.co
711+msgid "Colombia"
712+msgstr ""
713+
714+#. module: base
715+#: view:ir.module.module:0
716+msgid "Schedule Upgrade"
717+msgstr ""
718+
719+#. module: base
720+#: code:addons/orm.py:1390
721+#, python-format
722+msgid "Key/value '%s' not found in selection field '%s'"
723+msgstr ""
724+
725+#. module: base
726+#: help:res.country,code:0
727+msgid ""
728+"The ISO country code in two chars.\n"
729+"You can use this field for quick search."
730+msgstr ""
731+
732+#. module: base
733+#: model:res.country,name:base.pw
734+msgid "Palau"
735+msgstr ""
736+
737+#. module: base
738+#: view:res.partner:0
739+msgid "Sales & Purchases"
740+msgstr ""
741+
742+#. module: base
743+#: view:ir.translation:0
744+msgid "Untranslated"
745+msgstr ""
746+
747+#. module: base
748+#: help:ir.actions.act_window,context:0
749+msgid ""
750+"Context dictionary as Python expression, empty by default (Default: {})"
751+msgstr ""
752+
753+#. module: base
754+#: model:ir.actions.act_window,name:base.ir_action_wizard
755+#: view:ir.actions.wizard:0
756+#: model:ir.ui.menu,name:base.menu_ir_action_wizard
757+msgid "Wizards"
758+msgstr ""
759+
760+#. module: base
761+#: model:res.partner.category,name:base.res_partner_category_miscellaneoussuppliers0
762+msgid "Miscellaneous Suppliers"
763+msgstr ""
764+
765+#. module: base
766+#: code:addons/base/ir/ir_model.py:287
767+#, python-format
768+msgid "Custom fields must have a name that starts with 'x_' !"
769+msgstr ""
770+
771+#. module: base
772+#: help:ir.actions.server,action_id:0
773+msgid "Select the Action Window, Report, Wizard to be executed."
774+msgstr ""
775+
776+#. module: base
777+#: view:res.config.users:0
778+msgid "New User"
779+msgstr ""
780+
781+#. module: base
782+#: view:base.language.export:0
783+msgid "Export done"
784+msgstr ""
785+
786+#. module: base
787+#: view:ir.model:0
788+#: field:ir.model,name:0
789+msgid "Model Description"
790+msgstr ""
791+
792+#. module: base
793+#: help:ir.actions.act_window,src_model:0
794+msgid ""
795+"Optional model name of the objects on which this action should be visible"
796+msgstr ""
797+
798+#. module: base
799+#: field:workflow.transition,trigger_expr_id:0
800+msgid "Trigger Expression"
801+msgstr ""
802+
803+#. module: base
804+#: model:res.country,name:base.jo
805+msgid "Jordan"
806+msgstr ""
807+
808+#. module: base
809+#: view:ir.module.module:0
810+msgid "Certified"
811+msgstr ""
812+
813+#. module: base
814+#: model:res.country,name:base.er
815+msgid "Eritrea"
816+msgstr ""
817+
818+#. module: base
819+#: view:res.config:0
820+#: view:res.config.installer:0
821+msgid "description"
822+msgstr ""
823+
824+#. module: base
825+#: model:ir.ui.menu,name:base.menu_base_action_rule
826+#: model:ir.ui.menu,name:base.menu_base_action_rule_admin
827+msgid "Automated Actions"
828+msgstr ""
829+
830+#. module: base
831+#: model:ir.model,name:base.model_ir_actions_actions
832+msgid "ir.actions.actions"
833+msgstr ""
834+
835+#. module: base
836+#: view:partner.wizard.ean.check:0
837+msgid "Want to check Ean ? "
838+msgstr ""
839+
840+#. module: base
841+#: field:ir.values,key2:0
842+msgid "Event Type"
843+msgstr ""
844+
845+#. module: base
846+#: view:base.language.export:0
847+msgid ""
848+"OpenERP translations (core, modules, clients) are managed through "
849+"Launchpad.net, our open source project management facility. We use their "
850+"online interface to synchronize all translations efforts."
851+msgstr ""
852+
853+#. module: base
854+#: field:res.partner,title:0
855+msgid "Partner Form"
856+msgstr ""
857+
858+#. module: base
859+#: selection:base.language.install,lang:0
860+msgid "Swedish / svenska"
861+msgstr ""
862+
863+#. module: base
864+#: model:res.country,name:base.rs
865+msgid "Serbia"
866+msgstr ""
867+
868+#. module: base
869+#: selection:ir.translation,type:0
870+msgid "Wizard View"
871+msgstr ""
872+
873+#. module: base
874+#: model:res.country,name:base.kh
875+msgid "Cambodia, Kingdom of"
876+msgstr ""
877+
878+#. module: base
879+#: model:ir.actions.act_window,name:base.ir_sequence_form
880+#: view:ir.sequence:0
881+#: model:ir.ui.menu,name:base.menu_ir_sequence_form
882+msgid "Sequences"
883+msgstr ""
884+
885+#. module: base
886+#: model:ir.model,name:base.model_base_language_import
887+msgid "Language Import"
888+msgstr ""
889+
890+#. module: base
891+#: model:ir.model,name:base.model_res_config_users
892+msgid "res.config.users"
893+msgstr ""
894+
895+#. module: base
896+#: selection:base.language.install,lang:0
897+msgid "Albanian / Shqip"
898+msgstr ""
899+
900+#. module: base
901+#: model:ir.ui.menu,name:base.menu_crm_config_opportunity
902+msgid "Opportunities"
903+msgstr ""
904+
905+#. module: base
906+#: model:ir.model,name:base.model_base_language_export
907+msgid "base.language.export"
908+msgstr ""
909+
910+#. module: base
911+#: model:res.country,name:base.pg
912+msgid "Papua New Guinea"
913+msgstr ""
914+
915+#. module: base
916+#: help:ir.actions.report.xml,report_type:0
917+msgid "Report Type, e.g. pdf, html, raw, sxw, odt, html2html, mako2html, ..."
918+msgstr ""
919+
920+#. module: base
921+#: model:res.partner.category,name:base.res_partner_category_4
922+msgid "Basic Partner"
923+msgstr ""
924+
925+#. module: base
926+#: report:ir.module.reference.graph:0
927+msgid ","
928+msgstr ""
929+
930+#. module: base
931+#: view:res.partner:0
932+msgid "My Partners"
933+msgstr ""
934+
935+#. module: base
936+#: view:ir.actions.report.xml:0
937+msgid "XML Report"
938+msgstr ""
939+
940+#. module: base
941+#: model:res.country,name:base.es
942+msgid "Spain"
943+msgstr ""
944+
945+#. module: base
946+#: model:ir.ui.menu,name:base.menu_translation_export
947+msgid "Import / Export"
948+msgstr ""
949+
950+#. module: base
951+#: help:ir.actions.act_window,domain:0
952+msgid ""
953+"Optional domain filtering of the destination data, as a Python expression"
954+msgstr ""
955+
956+#. module: base
957+#: model:ir.actions.act_window,name:base.action_view_base_module_upgrade
958+#: model:ir.model,name:base.model_base_module_upgrade
959+msgid "Module Upgrade"
960+msgstr ""
961+
962+#. module: base
963+#: view:res.config.users:0
964+msgid ""
965+"Groups are used to define access rights on objects and the visibility of "
966+"screens and menus"
967+msgstr ""
968+
969+#. module: base
970+#: selection:base.language.install,lang:0
971+msgid "Spanish (UY) / Español (UY)"
972+msgstr ""
973+
974+#. module: base
975+#: field:res.partner,mobile:0
976+#: field:res.partner.address,mobile:0
977+msgid "Mobile"
978+msgstr ""
979+
980+#. module: base
981+#: model:res.country,name:base.om
982+msgid "Oman"
983+msgstr ""
984+
985+#. module: base
986+#: model:ir.actions.act_window,name:base.action_payterm_form
987+#: model:ir.model,name:base.model_res_payterm
988+msgid "Payment term"
989+msgstr ""
990+
991+#. module: base
992+#: model:res.country,name:base.nu
993+msgid "Niue"
994+msgstr ""
995+
996+#. module: base
997+#: selection:ir.cron,interval_type:0
998+msgid "Work Days"
999+msgstr ""
1000+
1001+#. module: base
1002+#: selection:ir.module.module,license:0
1003+msgid "Other OSI Approved Licence"
1004+msgstr ""
1005+
1006+#. module: base
1007+#: help:res.config.users,context_lang:0
1008+#: help:res.users,context_lang:0
1009+msgid ""
1010+"Sets the language for the user's user interface, when UI translations are "
1011+"available"
1012+msgstr ""
1013+
1014+#. module: base
1015+#: code:addons/orm.py:1043
1016+#, python-format
1017+msgid "The unlink method is not implemented on this object !"
1018+msgstr ""
1019+
1020+#. module: base
1021+#: model:ir.actions.act_window,name:base.act_menu_create
1022+#: view:wizard.ir.model.menu.create:0
1023+msgid "Create Menu"
1024+msgstr ""
1025+
1026+#. module: base
1027+#: model:res.country,name:base.in
1028+msgid "India"
1029+msgstr ""
1030+
1031+#. module: base
1032+#: model:ir.actions.act_window,name:base.res_request_link-act
1033+#: model:ir.ui.menu,name:base.menu_res_request_link_act
1034+msgid "Request Reference Types"
1035+msgstr ""
1036+
1037+#. module: base
1038+#: view:ir.values:0
1039+msgid "client_action_multi, client_action_relate"
1040+msgstr ""
1041+
1042+#. module: base
1043+#: model:res.country,name:base.ad
1044+msgid "Andorra, Principality of"
1045+msgstr ""
1046+
1047+#. module: base
1048+#: field:res.partner.category,child_ids:0
1049+msgid "Child Categories"
1050+msgstr ""
1051+
1052+#. module: base
1053+#: model:ir.model,name:base.model_ir_config_parameter
1054+msgid "ir.config_parameter"
1055+msgstr ""
1056+
1057+#. module: base
1058+#: selection:base.language.export,format:0
1059+msgid "TGZ Archive"
1060+msgstr ""
1061+
1062+#. module: base
1063+#: view:res.lang:0
1064+msgid "%B - Full month name."
1065+msgstr ""
1066+
1067+#. module: base
1068+#: field:ir.actions.todo,type:0
1069+#: view:ir.attachment:0
1070+#: field:ir.attachment,type:0
1071+#: field:ir.model,state:0
1072+#: field:ir.model.fields,state:0
1073+#: field:ir.property,type:0
1074+#: field:ir.server.object.lines,type:0
1075+#: field:ir.translation,type:0
1076+#: view:ir.ui.view:0
1077+#: view:ir.values:0
1078+#: field:ir.values,key:0
1079+#: view:res.partner:0
1080+#: view:res.partner.address:0
1081+msgid "Type"
1082+msgstr ""
1083+
1084+#. module: base
1085+#: code:addons/orm.py:398
1086+#, python-format
1087+msgid ""
1088+"Language with code \"%s\" is not defined in your system !\n"
1089+"Define it through the Administration menu."
1090+msgstr ""
1091+
1092+#. module: base
1093+#: model:res.country,name:base.gu
1094+msgid "Guam (USA)"
1095+msgstr ""
1096+
1097+#. module: base
1098+#: model:ir.ui.menu,name:base.menu_hr_project
1099+msgid "Human Resources Dashboard"
1100+msgstr ""
1101+
1102+#. module: base
1103+#: code:addons/base/res/res_users.py:558
1104+#, python-format
1105+msgid "Setting empty passwords is not allowed for security reasons!"
1106+msgstr ""
1107+
1108+#. module: base
1109+#: selection:ir.actions.server,state:0
1110+#: selection:workflow.activity,kind:0
1111+msgid "Dummy"
1112+msgstr ""
1113+
1114+#. module: base
1115+#: constraint:ir.ui.view:0
1116+msgid "Invalid XML for View Architecture!"
1117+msgstr ""
1118+
1119+#. module: base
1120+#: model:res.country,name:base.ky
1121+msgid "Cayman Islands"
1122+msgstr ""
1123+
1124+#. module: base
1125+#: model:res.country,name:base.kr
1126+msgid "South Korea"
1127+msgstr ""
1128+
1129+#. module: base
1130+#: model:ir.actions.act_window,name:base.action_workflow_transition_form
1131+#: model:ir.ui.menu,name:base.menu_workflow_transition
1132+#: view:workflow.activity:0
1133+msgid "Transitions"
1134+msgstr ""
1135+
1136+#. module: base
1137+#: code:addons/orm.py:4615
1138+#, python-format
1139+msgid "Record #%d of %s not found, cannot copy!"
1140+msgstr ""
1141+
1142+#. module: base
1143+#: field:ir.module.module,contributors:0
1144+msgid "Contributors"
1145+msgstr ""
1146+
1147+#. module: base
1148+#: selection:ir.property,type:0
1149+msgid "Char"
1150+msgstr ""
1151+
1152+#. module: base
1153+#: model:ir.actions.act_window,name:base.action_publisher_warranty_contract_form
1154+#: model:ir.ui.menu,name:base.menu_publisher_warranty_contract
1155+msgid "Contracts"
1156+msgstr ""
1157+
1158+#. module: base
1159+#: selection:base.language.install,lang:0
1160+msgid "Spanish (AR) / Español (AR)"
1161+msgstr ""
1162+
1163+#. module: base
1164+#: model:res.country,name:base.ug
1165+msgid "Uganda"
1166+msgstr ""
1167+
1168+#. module: base
1169+#: field:ir.model.access,perm_unlink:0
1170+msgid "Delete Access"
1171+msgstr ""
1172+
1173+#. module: base
1174+#: model:res.country,name:base.ne
1175+msgid "Niger"
1176+msgstr ""
1177+
1178+#. module: base
1179+#: selection:base.language.install,lang:0
1180+msgid "Chinese (HK)"
1181+msgstr ""
1182+
1183+#. module: base
1184+#: model:res.country,name:base.ba
1185+msgid "Bosnia-Herzegovina"
1186+msgstr ""
1187+
1188+#. module: base
1189+#: view:base.language.export:0
1190+msgid ""
1191+"To improve or expand the official translations, you should use directly "
1192+"Lauchpad's web interface (Rosetta). If you need to perform mass translation, "
1193+"Launchpad also allows uploading full .po files at once"
1194+msgstr ""
1195+
1196+#. module: base
1197+#: selection:base.language.install,lang:0
1198+msgid "Spanish (GT) / Español (GT)"
1199+msgstr ""
1200+
1201+#. module: base
1202+#: view:res.lang:0
1203+msgid ""
1204+"%W - Week number of the year (Monday as the first day of the week) as a "
1205+"decimal number [00,53]. All days in a new year preceding the first Monday "
1206+"are considered to be in week 0."
1207+msgstr ""
1208+
1209+#. module: base
1210+#: field:ir.module.module,website:0
1211+#: field:res.company,website:0
1212+#: field:res.partner,website:0
1213+msgid "Website"
1214+msgstr ""
1215+
1216+#. module: base
1217+#: model:res.country,name:base.gs
1218+msgid "S. Georgia & S. Sandwich Isls."
1219+msgstr ""
1220+
1221+#. module: base
1222+#: field:ir.actions.url,url:0
1223+msgid "Action URL"
1224+msgstr ""
1225+
1226+#. module: base
1227+#: field:base.module.import,module_name:0
1228+msgid "Module Name"
1229+msgstr ""
1230+
1231+#. module: base
1232+#: model:res.country,name:base.mh
1233+msgid "Marshall Islands"
1234+msgstr ""
1235+
1236+#. module: base
1237+#: code:addons/base/ir/ir_model.py:368
1238+#, python-format
1239+msgid "Changing the model of a field is forbidden!"
1240+msgstr ""
1241+
1242+#. module: base
1243+#: model:res.country,name:base.ht
1244+msgid "Haiti"
1245+msgstr ""
1246+
1247+#. module: base
1248+#: view:ir.ui.view:0
1249+#: selection:ir.ui.view,type:0
1250+msgid "Search"
1251+msgstr ""
1252+
1253+#. module: base
1254+#: code:addons/osv.py:132
1255+#, python-format
1256+msgid ""
1257+"The operation cannot be completed, probably due to the following:\n"
1258+"- deletion: you may be trying to delete a record while other records still "
1259+"reference it\n"
1260+"- creation/update: a mandatory field is not correctly set"
1261+msgstr ""
1262+
1263+#. module: base
1264+#: view:ir.rule:0
1265+msgid ""
1266+"2. Group-specific rules are combined together with a logical AND operator"
1267+msgstr ""
1268+
1269+#. module: base
1270+#: code:addons/base/res/res_users.py:222
1271+#, python-format
1272+msgid "Operation Canceled"
1273+msgstr ""
1274+
1275+#. module: base
1276+#: help:base.language.export,lang:0
1277+msgid "To export a new language, do not select a language."
1278+msgstr ""
1279+
1280+#. module: base
1281+#: view:res.request:0
1282+msgid "Request Date"
1283+msgstr ""
1284+
1285+#. module: base
1286+#: model:ir.ui.menu,name:base.menu_hr_dasboard
1287+msgid "Dashboard"
1288+msgstr ""
1289+
1290+#. module: base
1291+#: model:ir.ui.menu,name:base.menu_purchase_root
1292+msgid "Purchases"
1293+msgstr ""
1294+
1295+#. module: base
1296+#: model:res.country,name:base.md
1297+msgid "Moldavia"
1298+msgstr ""
1299+
1300+#. module: base
1301+#: view:ir.module.module:0
1302+msgid "Features"
1303+msgstr ""
1304+
1305+#. module: base
1306+#: view:ir.module.module:0
1307+#: report:ir.module.reference.graph:0
1308+msgid "Version"
1309+msgstr ""
1310+
1311+#. module: base
1312+#: view:ir.model.access:0
1313+#: field:ir.model.access,perm_read:0
1314+#: view:ir.rule:0
1315+msgid "Read Access"
1316+msgstr ""
1317+
1318+#. module: base
1319+#: model:ir.model,name:base.model_ir_exports
1320+msgid "ir.exports"
1321+msgstr ""
1322+
1323+#. module: base
1324+#: code:addons/base/module/wizard/base_update_translations.py:38
1325+#, python-format
1326+msgid "No language with code \"%s\" exists"
1327+msgstr ""
1328+
1329+#. module: base
1330+#: code:addons/base/publisher_warranty/publisher_warranty.py:125
1331+#: code:addons/base/publisher_warranty/publisher_warranty.py:163
1332+#, python-format
1333+msgid "Error during communication with the publisher warranty server."
1334+msgstr ""
1335+
1336+#. module: base
1337+#: help:ir.actions.server,email:0
1338+msgid ""
1339+"Provides the fields that will be used to fetch the email address, e.g. when "
1340+"you select the invoice, then `object.invoice_address_id.email` is the field "
1341+"which gives the correct address"
1342+msgstr ""
1343+
1344+#. module: base
1345+#: view:res.lang:0
1346+msgid "%Y - Year with century."
1347+msgstr ""
1348+
1349+#. module: base
1350+#: report:ir.module.reference.graph:0
1351+msgid "-"
1352+msgstr ""
1353+
1354+#. module: base
1355+#: view:publisher_warranty.contract.wizard:0
1356+msgid ""
1357+"This wizard helps you register a publisher warranty contract in your OpenERP "
1358+"system. After the contract has been registered, you will be able to send "
1359+"issues directly to OpenERP."
1360+msgstr ""
1361+
1362+#. module: base
1363+#: code:addons/orm.py:1744
1364+#, python-format
1365+msgid "The search method is not implemented on this object !"
1366+msgstr ""
1367+
1368+#. module: base
1369+#: view:wizard.ir.model.menu.create:0
1370+msgid "Create _Menu"
1371+msgstr ""
1372+
1373+#. module: base
1374+#: field:res.payterm,name:0
1375+msgid "Payment Term (short name)"
1376+msgstr ""
1377+
1378+#. module: base
1379+#: model:ir.model,name:base.model_res_bank
1380+#: view:res.bank:0
1381+#: field:res.partner.bank,bank:0
1382+msgid "Bank"
1383+msgstr ""
1384+
1385+#. module: base
1386+#: model:ir.model,name:base.model_ir_exports_line
1387+msgid "ir.exports.line"
1388+msgstr ""
1389+
1390+#. module: base
1391+#: help:base.language.install,overwrite:0
1392+msgid ""
1393+"If you check this box, your customized translations will be overwritten and "
1394+"replaced by the official ones."
1395+msgstr ""
1396+
1397+#. module: base
1398+#: field:ir.actions.report.xml,report_rml:0
1399+msgid "Main report file path"
1400+msgstr ""
1401+
1402+#. module: base
1403+#: model:ir.actions.act_window,name:base.ir_action_report_xml
1404+#: field:ir.module.module,reports_by_module:0
1405+#: model:ir.ui.menu,name:base.menu_ir_action_report_xml
1406+msgid "Reports"
1407+msgstr ""
1408+
1409+#. module: base
1410+#: help:ir.actions.act_window.view,multi:0
1411+#: help:ir.actions.report.xml,multi:0
1412+msgid ""
1413+"If set to true, the action will not be displayed on the right toolbar of a "
1414+"form view."
1415+msgstr ""
1416+
1417+#. module: base
1418+#: field:workflow,on_create:0
1419+msgid "On Create"
1420+msgstr ""
1421+
1422+#. module: base
1423+#: code:addons/base/ir/ir_model.py:681
1424+#, python-format
1425+msgid ""
1426+"'%s' contains too many dots. XML ids should not contain dots ! These are "
1427+"used to refer to other modules data, as in module.reference_id"
1428+msgstr ""
1429+
1430+#. module: base
1431+#: field:partner.sms.send,user:0
1432+#: field:res.users,login:0
1433+msgid "Login"
1434+msgstr ""
1435+
1436+#. module: base
1437+#: view:ir.actions.server:0
1438+msgid ""
1439+"Access all the fields related to the current object using expressions, i.e. "
1440+"object.partner_id.name "
1441+msgstr ""
1442+
1443+#. module: base
1444+#: model:ir.model,name:base.model_res_country_state
1445+msgid "Country state"
1446+msgstr ""
1447+
1448+#. module: base
1449+#: selection:ir.property,type:0
1450+msgid "Float"
1451+msgstr ""
1452+
1453+#. module: base
1454+#: model:ir.model,name:base.model_res_request_link
1455+msgid "res.request.link"
1456+msgstr ""
1457+
1458+#. module: base
1459+#: field:ir.actions.wizard,name:0
1460+msgid "Wizard Info"
1461+msgstr ""
1462+
1463+#. module: base
1464+#: view:base.language.export:0
1465+#: model:ir.actions.act_window,name:base.action_wizard_lang_export
1466+#: model:ir.ui.menu,name:base.menu_wizard_lang_export
1467+msgid "Export Translation"
1468+msgstr ""
1469+
1470+#. module: base
1471+#: help:res.log,secondary:0
1472+msgid ""
1473+"Do not display this log if it belongs to the same object the user is working "
1474+"on"
1475+msgstr ""
1476+
1477+#. module: base
1478+#: model:res.country,name:base.tp
1479+msgid "East Timor"
1480+msgstr ""
1481+
1482+#. module: base
1483+#: model:res.company,follow_up_msg:base.main_company
1484+msgid ""
1485+"Date : %(date)s\n"
1486+"\n"
1487+"Dear %(partner_name)s,\n"
1488+"\n"
1489+"Please find in attachment a reminder of all your unpaid invoices, for a "
1490+"total amount due of:\n"
1491+"\n"
1492+"%(followup_amount).2f %(company_currency)s\n"
1493+"\n"
1494+"Thanks,\n"
1495+"--\n"
1496+"%(user_signature)s\n"
1497+"%(company_name)s"
1498+msgstr ""
1499+
1500+#. module: base
1501+#: field:res.currency,accuracy:0
1502+msgid "Computational Accuracy"
1503+msgstr ""
1504+
1505+#. module: base
1506+#: selection:base.language.install,lang:0
1507+msgid "Sinhalese / සිංහල"
1508+msgstr ""
1509+
1510+#. module: base
1511+#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line
1512+msgid "wizard.ir.model.menu.create.line"
1513+msgstr ""
1514+
1515+#. module: base
1516+#: field:ir.attachment,res_id:0
1517+msgid "Attached ID"
1518+msgstr ""
1519+
1520+#. module: base
1521+#: view:ir.sequence:0
1522+msgid "Day: %(day)s"
1523+msgstr ""
1524+
1525+#. module: base
1526+#: model:res.country,name:base.mv
1527+msgid "Maldives"
1528+msgstr ""
1529+
1530+#. module: base
1531+#: help:ir.values,res_id:0
1532+msgid "Keep 0 if the action must appear on all resources."
1533+msgstr ""
1534+
1535+#. module: base
1536+#: model:ir.model,name:base.model_ir_rule
1537+msgid "ir.rule"
1538+msgstr ""
1539+
1540+#. module: base
1541+#: selection:ir.cron,interval_type:0
1542+msgid "Days"
1543+msgstr ""
1544+
1545+#. module: base
1546+#: help:ir.actions.server,condition:0
1547+msgid ""
1548+"Condition that is to be tested before action is executed, e.g. "
1549+"object.list_price > object.cost_price"
1550+msgstr ""
1551+
1552+#. module: base
1553+#: code:addons/base/res/res_company.py:66
1554+#: code:addons/base/res/res_partner.py:175
1555+#, python-format
1556+msgid " (copy)"
1557+msgstr ""
1558+
1559+#. module: base
1560+#: view:res.lang:0
1561+msgid "7. %H:%M:%S ==> 18:25:20"
1562+msgstr ""
1563+
1564+#. module: base
1565+#: view:res.partner:0
1566+#: view:res.partner.category:0
1567+#: field:res.partner.category,partner_ids:0
1568+msgid "Partners"
1569+msgstr ""
1570+
1571+#. module: base
1572+#: field:res.partner.category,parent_left:0
1573+msgid "Left parent"
1574+msgstr ""
1575+
1576+#. module: base
1577+#: model:ir.actions.act_window,name:base.res_widget_act_window
1578+#: model:ir.ui.menu,name:base.menu_res_widget_act_window
1579+msgid "Homepage Widgets"
1580+msgstr ""
1581+
1582+#. module: base
1583+#: help:ir.actions.server,message:0
1584+msgid ""
1585+"Specify the message. You can use the fields from the object. e.g. `Dear [[ "
1586+"object.partner_id.name ]]`"
1587+msgstr ""
1588+
1589+#. module: base
1590+#: field:ir.attachment,res_model:0
1591+msgid "Attached Model"
1592+msgstr ""
1593+
1594+#. module: base
1595+#: view:ir.rule:0
1596+msgid "Domain Setup"
1597+msgstr ""
1598+
1599+#. module: base
1600+#: field:ir.actions.server,trigger_name:0
1601+msgid "Trigger Name"
1602+msgstr ""
1603+
1604+#. module: base
1605+#: model:ir.model,name:base.model_ir_model_access
1606+msgid "ir.model.access"
1607+msgstr ""
1608+
1609+#. module: base
1610+#: field:ir.cron,priority:0
1611+#: field:ir.mail_server,sequence:0
1612+#: field:res.request,priority:0
1613+#: field:res.request.link,priority:0
1614+msgid "Priority"
1615+msgstr ""
1616+
1617+#. module: base
1618+#: field:workflow.transition,act_from:0
1619+msgid "Source Activity"
1620+msgstr ""
1621+
1622+#. module: base
1623+#: view:ir.sequence:0
1624+msgid "Legend (for prefix, suffix)"
1625+msgstr ""
1626+
1627+#. module: base
1628+#: selection:ir.server.object.lines,type:0
1629+msgid "Formula"
1630+msgstr ""
1631+
1632+#. module: base
1633+#: code:addons/base/res/res_users.py:396
1634+#, python-format
1635+msgid "Can not remove root user!"
1636+msgstr ""
1637+
1638+#. module: base
1639+#: model:res.country,name:base.mw
1640+msgid "Malawi"
1641+msgstr ""
1642+
1643+#. module: base
1644+#: code:addons/base/ir/ir_filters.py:38
1645+#: code:addons/base/res/res_users.py:80
1646+#: code:addons/base/res/res_users.py:420
1647+#, python-format
1648+msgid "%s (copy)"
1649+msgstr ""
1650+
1651+#. module: base
1652+#: field:res.partner.address,type:0
1653+msgid "Address Type"
1654+msgstr ""
1655+
1656+#. module: base
1657+#: view:ir.ui.menu:0
1658+msgid "Full Path"
1659+msgstr ""
1660+
1661+#. module: base
1662+#: view:res.request:0
1663+msgid "References"
1664+msgstr ""
1665+
1666+#. module: base
1667+#: view:res.lang:0
1668+msgid ""
1669+"%U - Week number of the year (Sunday as the first day of the week) as a "
1670+"decimal number [00,53]. All days in a new year preceding the first Sunday "
1671+"are considered to be in week 0."
1672+msgstr ""
1673+
1674+#. module: base
1675+#: view:ir.ui.view:0
1676+msgid "Advanced"
1677+msgstr ""
1678+
1679+#. module: base
1680+#: model:res.country,name:base.fi
1681+msgid "Finland"
1682+msgstr ""
1683+
1684+#. module: base
1685+#: selection:ir.actions.act_window,view_type:0
1686+#: selection:ir.actions.act_window.view,view_mode:0
1687+#: view:ir.ui.view:0
1688+#: selection:ir.ui.view,type:0
1689+#: selection:wizard.ir.model.menu.create.line,view_type:0
1690+msgid "Tree"
1691+msgstr ""
1692+
1693+#. module: base
1694+#: help:res.config.users,password:0
1695+msgid ""
1696+"Keep empty if you don't want the user to be able to connect on the system."
1697+msgstr ""
1698+
1699+#. module: base
1700+#: view:ir.actions.server:0
1701+msgid "Create / Write / Copy"
1702+msgstr ""
1703+
1704+#. module: base
1705+#: view:base.language.export:0
1706+msgid "https://help.launchpad.net/Translations"
1707+msgstr ""
1708+
1709+#. module: base
1710+#: field:ir.actions.act_window,view_mode:0
1711+msgid "View Mode"
1712+msgstr ""
1713+
1714+#. module: base
1715+#: view:base.language.import:0
1716+msgid ""
1717+"When using CSV format, please also check that the first line of your file is "
1718+"one of the following:"
1719+msgstr ""
1720+
1721+#. module: base
1722+#: code:addons/fields.py:114
1723+#, python-format
1724+msgid "Not implemented search_memory method !"
1725+msgstr ""
1726+
1727+#. module: base
1728+#: view:res.log:0
1729+msgid "Logs"
1730+msgstr ""
1731+
1732+#. module: base
1733+#: selection:base.language.install,lang:0
1734+msgid "Spanish / Español"
1735+msgstr ""
1736+
1737+#. module: base
1738+#: selection:base.language.install,lang:0
1739+msgid "Korean (KP) / 한국어 (KP)"
1740+msgstr ""
1741+
1742+#. module: base
1743+#: view:base.module.update:0
1744+msgid ""
1745+"This wizard will scan all module repositories on the server side to detect "
1746+"newly added modules as well as any change to existing modules."
1747+msgstr ""
1748+
1749+#. module: base
1750+#: field:res.company,logo:0
1751+msgid "Logo"
1752+msgstr ""
1753+
1754+#. module: base
1755+#: view:res.partner.address:0
1756+msgid "Search Contact"
1757+msgstr ""
1758+
1759+#. module: base
1760+#: view:ir.module.module:0
1761+msgid "Uninstall (beta)"
1762+msgstr ""
1763+
1764+#. module: base
1765+#: selection:ir.actions.act_window,target:0
1766+#: selection:ir.actions.url,target:0
1767+msgid "New Window"
1768+msgstr ""
1769+
1770+#. module: base
1771+#: model:res.country,name:base.bs
1772+msgid "Bahamas"
1773+msgstr ""
1774+
1775+#. module: base
1776+#: code:addons/base/res/res_partner.py:273
1777+#, python-format
1778+msgid ""
1779+"Couldn't generate the next id because some partners have an alphabetic id !"
1780+msgstr ""
1781+
1782+#. module: base
1783+#: view:ir.attachment:0
1784+msgid "Attachment"
1785+msgstr ""
1786+
1787+#. module: base
1788+#: model:res.country,name:base.ie
1789+msgid "Ireland"
1790+msgstr ""
1791+
1792+#. module: base
1793+#: field:base.module.update,update:0
1794+msgid "Number of modules updated"
1795+msgstr ""
1796+
1797+#. module: base
1798+#: code:addons/fields.py:100
1799+#, python-format
1800+msgid "Not implemented set_memory method !"
1801+msgstr ""
1802+
1803+#. module: base
1804+#: view:workflow.activity:0
1805+msgid "Workflow Activity"
1806+msgstr ""
1807+
1808+#. module: base
1809+#: view:ir.rule:0
1810+msgid ""
1811+"Example: GLOBAL_RULE_1 AND GLOBAL_RULE_2 AND ( (GROUP_A_RULE_1 AND "
1812+"GROUP_A_RULE_2) OR (GROUP_B_RULE_1 AND GROUP_B_RULE_2) )"
1813+msgstr ""
1814+
1815+#. module: base
1816+#: model:ir.actions.act_window,help:base.action_ui_view
1817+msgid ""
1818+"Views allows you to personalize each view of OpenERP. You can add new "
1819+"fields, move fields, rename them or delete the ones that you do not need."
1820+msgstr ""
1821+
1822+#. module: base
1823+#: field:ir.actions.act_window,groups_id:0
1824+#: model:ir.actions.act_window,name:base.action_res_groups
1825+#: view:ir.actions.report.xml:0
1826+#: field:ir.actions.report.xml,groups_id:0
1827+#: view:ir.actions.todo:0
1828+#: field:ir.actions.todo,groups_id:0
1829+#: field:ir.actions.wizard,groups_id:0
1830+#: view:ir.model:0
1831+#: field:ir.model.fields,groups:0
1832+#: field:ir.rule,groups:0
1833+#: view:ir.ui.menu:0
1834+#: field:ir.ui.menu,groups_id:0
1835+#: model:ir.ui.menu,name:base.menu_action_res_groups
1836+#: view:res.groups:0
1837+#: field:res.users,groups_id:0
1838+msgid "Groups"
1839+msgstr ""
1840+
1841+#. module: base
1842+#: selection:base.language.install,lang:0
1843+msgid "Spanish (CL) / Español (CL)"
1844+msgstr ""
1845+
1846+#. module: base
1847+#: view:res.config.users:0
1848+msgid ""
1849+"Create additional users and assign them groups that will allow them to have "
1850+"access to selected functionalities within the system. Click on 'Done' if you "
1851+"do not wish to add more users at this stage, you can always do this later."
1852+msgstr ""
1853+
1854+#. module: base
1855+#: model:res.country,name:base.bz
1856+msgid "Belize"
1857+msgstr ""
1858+
1859+#. module: base
1860+#: model:res.country,name:base.ge
1861+msgid "Georgia"
1862+msgstr ""
1863+
1864+#. module: base
1865+#: model:res.country,name:base.pl
1866+msgid "Poland"
1867+msgstr ""
1868+
1869+#. module: base
1870+#: help:ir.actions.act_window,view_mode:0
1871+msgid ""
1872+"Comma-separated list of allowed view modes, such as 'form', 'tree', "
1873+"'calendar', etc. (Default: tree,form)"
1874+msgstr ""
1875+
1876+#. module: base
1877+#: code:addons/orm.py:3615
1878+#, python-format
1879+msgid "A document was modified since you last viewed it (%s:%d)"
1880+msgstr ""
1881+
1882+#. module: base
1883+#: view:workflow:0
1884+msgid "Workflow Editor"
1885+msgstr ""
1886+
1887+#. module: base
1888+#: selection:ir.module.module,state:0
1889+#: selection:ir.module.module.dependency,state:0
1890+msgid "To be removed"
1891+msgstr ""
1892+
1893+#. module: base
1894+#: model:ir.model,name:base.model_ir_sequence
1895+msgid "ir.sequence"
1896+msgstr ""
1897+
1898+#. module: base
1899+#: help:ir.actions.server,expression:0
1900+msgid ""
1901+"Enter the field/expression that will return the list. E.g. select the sale "
1902+"order in Object, and you can have loop on the sales order line. Expression = "
1903+"`object.order_line`."
1904+msgstr ""
1905+
1906+#. module: base
1907+#: field:ir.property,fields_id:0
1908+#: selection:ir.translation,type:0
1909+#: field:multi_company.default,field_id:0
1910+msgid "Field"
1911+msgstr ""
1912+
1913+#. module: base
1914+#: view:ir.rule:0
1915+msgid "Groups (no group = global)"
1916+msgstr ""
1917+
1918+#. module: base
1919+#: model:res.country,name:base.fo
1920+msgid "Faroe Islands"
1921+msgstr ""
1922+
1923+#. module: base
1924+#: selection:res.users,view:0
1925+msgid "Simplified"
1926+msgstr ""
1927+
1928+#. module: base
1929+#: model:res.country,name:base.st
1930+msgid "Saint Tome (Sao Tome) and Principe"
1931+msgstr ""
1932+
1933+#. module: base
1934+#: selection:res.partner.address,type:0
1935+msgid "Invoice"
1936+msgstr ""
1937+
1938+#. module: base
1939+#: selection:base.language.install,lang:0
1940+msgid "Portugese (BR) / Português (BR)"
1941+msgstr ""
1942+
1943+#. module: base
1944+#: model:res.country,name:base.bb
1945+msgid "Barbados"
1946+msgstr ""
1947+
1948+#. module: base
1949+#: model:res.country,name:base.mg
1950+msgid "Madagascar"
1951+msgstr ""
1952+
1953+#. module: base
1954+#: code:addons/base/ir/ir_model.py:116
1955+#, python-format
1956+msgid ""
1957+"The Object name must start with x_ and not contain any special character !"
1958+msgstr ""
1959+
1960+#. module: base
1961+#: field:ir.actions.configuration.wizard,note:0
1962+msgid "Next Wizard"
1963+msgstr ""
1964+
1965+#. module: base
1966+#: model:ir.actions.act_window,name:base.action_menu_admin
1967+#: view:ir.ui.menu:0
1968+#: field:ir.ui.menu,name:0
1969+msgid "Menu"
1970+msgstr ""
1971+
1972+#. module: base
1973+#: field:res.currency,rate:0
1974+msgid "Current Rate"
1975+msgstr ""
1976+
1977+#. module: base
1978+#: field:ir.ui.view.custom,ref_id:0
1979+msgid "Original View"
1980+msgstr ""
1981+
1982+#. module: base
1983+#: view:ir.values:0
1984+msgid "Action To Launch"
1985+msgstr ""
1986+
1987+#. module: base
1988+#: field:ir.actions.url,target:0
1989+msgid "Action Target"
1990+msgstr ""
1991+
1992+#. module: base
1993+#: model:res.country,name:base.ai
1994+msgid "Anguilla"
1995+msgstr ""
1996+
1997+#. module: base
1998+#: field:ir.ui.view_sc,name:0
1999+msgid "Shortcut Name"
2000+msgstr ""
2001+
2002+#. module: base
2003+#: help:ir.actions.act_window,limit:0
2004+msgid "Default limit for the list view"
2005+msgstr ""
2006+
2007+#. module: base
2008+#: help:ir.actions.server,write_id:0
2009+msgid ""
2010+"Provide the field name that the record id refers to for the write operation. "
2011+"If it is empty it will refer to the active id of the object."
2012+msgstr ""
2013+
2014+#. module: base
2015+#: model:res.country,name:base.zw
2016+msgid "Zimbabwe"
2017+msgstr ""
2018+
2019+#. module: base
2020+#: view:base.module.update:0
2021+msgid "Please be patient, as this operation may take a few seconds..."
2022+msgstr ""
2023+
2024+#. module: base
2025+#: help:ir.values,action_id:0
2026+msgid "This field is not used, it only helps you to select the right action."
2027+msgstr ""
2028+
2029+#. module: base
2030+#: field:ir.actions.server,email:0
2031+msgid "Email Address"
2032+msgstr ""
2033+
2034+#. module: base
2035+#: selection:base.language.install,lang:0
2036+msgid "French (BE) / Français (BE)"
2037+msgstr ""
2038+
2039+#. module: base
2040+#: view:ir.actions.server:0
2041+#: field:workflow.activity,action_id:0
2042+msgid "Server Action"
2043+msgstr ""
2044+
2045+#. module: base
2046+#: model:res.country,name:base.tt
2047+msgid "Trinidad and Tobago"
2048+msgstr ""
2049+
2050+#. module: base
2051+#: model:res.country,name:base.lv
2052+msgid "Latvia"
2053+msgstr ""
2054+
2055+#. module: base
2056+#: view:ir.values:0
2057+msgid "Values"
2058+msgstr ""
2059+
2060+#. module: base
2061+#: view:ir.actions.server:0
2062+msgid "Field Mappings"
2063+msgstr ""
2064+
2065+#. module: base
2066+#: view:base.language.export:0
2067+msgid "Export Translations"
2068+msgstr ""
2069+
2070+#. module: base
2071+#: model:ir.ui.menu,name:base.menu_custom
2072+msgid "Customization"
2073+msgstr ""
2074+
2075+#. module: base
2076+#: model:res.country,name:base.py
2077+msgid "Paraguay"
2078+msgstr ""
2079+
2080+#. module: base
2081+#: model:ir.model,name:base.model_ir_actions_act_window_close
2082+msgid "ir.actions.act_window_close"
2083+msgstr ""
2084+
2085+#. module: base
2086+#: field:ir.server.object.lines,col1:0
2087+msgid "Destination"
2088+msgstr ""
2089+
2090+#. module: base
2091+#: model:res.country,name:base.lt
2092+msgid "Lithuania"
2093+msgstr ""
2094+
2095+#. module: base
2096+#: model:ir.actions.act_window,name:base.action_view_partner_clear_ids
2097+#: model:ir.model,name:base.model_partner_clear_ids
2098+#: view:partner.clear.ids:0
2099+msgid "Clear IDs"
2100+msgstr ""
2101+
2102+#. module: base
2103+#: help:ir.cron,model:0
2104+msgid ""
2105+"Name of object whose function will be called when this scheduler will run. "
2106+"e.g. 'res.partener'"
2107+msgstr ""
2108+
2109+#. module: base
2110+#: code:addons/orm.py:1040
2111+#, python-format
2112+msgid "The perm_read method is not implemented on this object !"
2113+msgstr ""
2114+
2115+#. module: base
2116+#: view:res.lang:0
2117+msgid "%y - Year without century [00,99]."
2118+msgstr ""
2119+
2120+#. module: base
2121+#: model:res.country,name:base.si
2122+msgid "Slovenia"
2123+msgstr ""
2124+
2125+#. module: base
2126+#: model:res.country,name:base.pk
2127+msgid "Pakistan"
2128+msgstr ""
2129+
2130+#. module: base
2131+#: code:addons/orm.py:1883
2132+#: code:addons/orm.py:1894
2133+#, python-format
2134+msgid "Invalid Object Architecture!"
2135+msgstr ""
2136+
2137+#. module: base
2138+#: model:ir.ui.menu,name:base.menu_email_gateway_form
2139+msgid "Messages"
2140+msgstr ""
2141+
2142+#. module: base
2143+#: code:addons/base/ir/ir_model.py:311
2144+#: code:addons/base/ir/ir_model.py:313
2145+#: code:addons/base/ir/ir_model.py:343
2146+#: code:addons/base/ir/ir_model.py:357
2147+#: code:addons/base/ir/ir_model.py:359
2148+#: code:addons/base/ir/ir_model.py:361
2149+#: code:addons/base/ir/ir_model.py:368
2150+#: code:addons/base/ir/ir_model.py:371
2151+#: code:addons/base/module/wizard/base_update_translations.py:38
2152+#, python-format
2153+msgid "Error!"
2154+msgstr ""
2155+
2156+#. module: base
2157+#: view:res.lang:0
2158+msgid "%p - Equivalent of either AM or PM."
2159+msgstr ""
2160+
2161+#. module: base
2162+#: view:ir.actions.server:0
2163+msgid "Iteration Actions"
2164+msgstr ""
2165+
2166+#. module: base
2167+#: help:multi_company.default,company_id:0
2168+msgid "Company where the user is connected"
2169+msgstr ""
2170+
2171+#. module: base
2172+#: field:publisher_warranty.contract,date_stop:0
2173+msgid "Ending Date"
2174+msgstr ""
2175+
2176+#. module: base
2177+#: model:res.country,name:base.nz
2178+msgid "New Zealand"
2179+msgstr ""
2180+
2181+#. module: base
2182+#: code:addons/orm.py:3895
2183+#, python-format
2184+msgid ""
2185+"One of the records you are trying to modify has already been deleted "
2186+"(Document type: %s)."
2187+msgstr ""
2188+
2189+#. module: base
2190+#: model:ir.actions.act_window,help:base.action_country
2191+msgid ""
2192+"Display and manage the list of all countries that can be assigned to your "
2193+"partner records. You can create or delete countries to make sure the ones "
2194+"you are working on will be maintained."
2195+msgstr ""
2196+
2197+#. module: base
2198+#: model:res.partner.category,name:base.res_partner_category_7
2199+msgid "Openstuff.net"
2200+msgstr ""
2201+
2202+#. module: base
2203+#: model:res.country,name:base.nf
2204+msgid "Norfolk Island"
2205+msgstr ""
2206+
2207+#. module: base
2208+#: selection:base.language.install,lang:0
2209+msgid "Korean (KR) / 한국어 (KR)"
2210+msgstr ""
2211+
2212+#. module: base
2213+#: help:ir.model.fields,model:0
2214+msgid "The technical name of the model this field belongs to"
2215+msgstr ""
2216+
2217+#. module: base
2218+#: field:ir.actions.server,action_id:0
2219+#: selection:ir.actions.server,state:0
2220+msgid "Client Action"
2221+msgstr ""
2222+
2223+#. module: base
2224+#: model:res.country,name:base.bd
2225+msgid "Bangladesh"
2226+msgstr ""
2227+
2228+#. module: base
2229+#: constraint:res.company:0
2230+msgid "Error! You can not create recursive companies."
2231+msgstr ""
2232+
2233+#. module: base
2234+#: selection:publisher_warranty.contract,state:0
2235+msgid "Valid"
2236+msgstr ""
2237+
2238+#. module: base
2239+#: selection:ir.translation,type:0
2240+msgid "XSL"
2241+msgstr ""
2242+
2243+#. module: base
2244+#: code:addons/base/module/module.py:409
2245+#, python-format
2246+msgid "Can not upgrade module '%s'. It is not installed."
2247+msgstr ""
2248+
2249+#. module: base
2250+#: model:res.country,name:base.cu
2251+msgid "Cuba"
2252+msgstr ""
2253+
2254+#. module: base
2255+#: model:ir.model,name:base.model_res_partner_event
2256+msgid "res.partner.event"
2257+msgstr ""
2258+
2259+#. module: base
2260+#: model:res.widget,title:base.facebook_widget
2261+msgid "Facebook"
2262+msgstr ""
2263+
2264+#. module: base
2265+#: model:res.country,name:base.am
2266+msgid "Armenia"
2267+msgstr ""
2268+
2269+#. module: base
2270+#: model:ir.actions.act_window,name:base.ir_property_form
2271+#: model:ir.ui.menu,name:base.menu_ir_property_form_all
2272+msgid "Configuration Parameters"
2273+msgstr ""
2274+
2275+#. module: base
2276+#: constraint:ir.cron:0
2277+msgid "Invalid arguments"
2278+msgstr ""
2279+
2280+#. module: base
2281+#: model:res.country,name:base.se
2282+msgid "Sweden"
2283+msgstr ""
2284+
2285+#. module: base
2286+#: selection:ir.actions.act_window.view,view_mode:0
2287+#: selection:ir.ui.view,type:0
2288+#: selection:wizard.ir.model.menu.create.line,view_type:0
2289+msgid "Gantt"
2290+msgstr ""
2291+
2292+#. module: base
2293+#: view:ir.property:0
2294+msgid "Property"
2295+msgstr ""
2296+
2297+#. module: base
2298+#: model:ir.model,name:base.model_res_partner_bank_type
2299+#: field:res.partner.bank,state:0
2300+#: view:res.partner.bank.type:0
2301+msgid "Bank Account Type"
2302+msgstr ""
2303+
2304+#. module: base
2305+#: field:base.language.export,config_logo:0
2306+#: field:base.language.import,config_logo:0
2307+#: field:base.language.install,config_logo:0
2308+#: field:base.module.import,config_logo:0
2309+#: field:base.module.update,config_logo:0
2310+#: field:base.update.translations,config_logo:0
2311+#: field:ir.actions.configuration.wizard,config_logo:0
2312+#: field:ir.wizard.screen,config_logo:0
2313+#: field:publisher_warranty.contract.wizard,config_logo:0
2314+#: field:res.config,config_logo:0
2315+#: field:res.config.installer,config_logo:0
2316+msgid "Image"
2317+msgstr ""
2318+
2319+#. module: base
2320+#: view:ir.actions.server:0
2321+msgid "Iteration Action Configuration"
2322+msgstr ""
2323+
2324+#. module: base
2325+#: selection:publisher_warranty.contract,state:0
2326+msgid "Canceled"
2327+msgstr ""
2328+
2329+#. module: base
2330+#: model:res.country,name:base.at
2331+msgid "Austria"
2332+msgstr ""
2333+
2334+#. module: base
2335+#: selection:base.language.install,state:0
2336+#: selection:base.module.import,state:0
2337+#: selection:base.module.update,state:0
2338+msgid "done"
2339+msgstr ""
2340+
2341+#. module: base
2342+#: selection:ir.actions.act_window.view,view_mode:0
2343+#: model:ir.ui.menu,name:base.menu_calendar_configuration
2344+#: selection:ir.ui.view,type:0
2345+#: selection:wizard.ir.model.menu.create.line,view_type:0
2346+msgid "Calendar"
2347+msgstr ""
2348+
2349+#. module: base
2350+#: field:res.partner.address,partner_id:0
2351+msgid "Partner Name"
2352+msgstr ""
2353+
2354+#. module: base
2355+#: field:workflow.activity,signal_send:0
2356+msgid "Signal (subflow.*)"
2357+msgstr ""
2358+
2359+#. module: base
2360+#: model:res.partner.category,name:base.res_partner_category_17
2361+msgid "HR sector"
2362+msgstr ""
2363+
2364+#. module: base
2365+#: code:addons/orm.py:4408
2366+#, python-format
2367+msgid ""
2368+"Invalid \"order\" specified. A valid \"order\" specification is a comma-"
2369+"separated list of valid field names (optionally followed by asc/desc for the "
2370+"direction)"
2371+msgstr ""
2372+
2373+#. module: base
2374+#: model:ir.model,name:base.model_ir_module_module_dependency
2375+msgid "Module dependency"
2376+msgstr ""
2377+
2378+#. module: base
2379+#: selection:publisher_warranty.contract.wizard,state:0
2380+msgid "Draft"
2381+msgstr ""
2382+
2383+#. module: base
2384+#: selection:res.users,view:0
2385+msgid "Extended"
2386+msgstr ""
2387+
2388+#. module: base
2389+#: model:ir.actions.act_window,help:base.action_partner_title_contact
2390+msgid ""
2391+"Manage the contact titles you want to have available in your system and the "
2392+"way you want to print them in letters and other documents. Some example: "
2393+"Mr., Mrs. "
2394+msgstr ""
2395+
2396+#. module: base
2397+#: field:res.company,rml_footer1:0
2398+msgid "Report Footer 1"
2399+msgstr ""
2400+
2401+#. module: base
2402+#: field:res.company,rml_footer2:0
2403+msgid "Report Footer 2"
2404+msgstr ""
2405+
2406+#. module: base
2407+#: view:ir.model.access:0
2408+#: view:res.groups:0
2409+#: field:res.groups,model_access:0
2410+msgid "Access Controls"
2411+msgstr ""
2412+
2413+#. module: base
2414+#: view:ir.module.module:0
2415+#: field:ir.module.module,dependencies_id:0
2416+msgid "Dependencies"
2417+msgstr ""
2418+
2419+#. module: base
2420+#: field:multi_company.default,company_id:0
2421+msgid "Main Company"
2422+msgstr ""
2423+
2424+#. module: base
2425+#: field:ir.ui.menu,web_icon_hover:0
2426+msgid "Web Icon File (hover)"
2427+msgstr ""
2428+
2429+#. module: base
2430+#: view:ir.actions.server:0
2431+msgid ""
2432+"If you use a formula type, use a python expression using the variable "
2433+"'object'."
2434+msgstr ""
2435+
2436+#. module: base
2437+#: field:res.partner.address,birthdate:0
2438+msgid "Birthdate"
2439+msgstr ""
2440+
2441+#. module: base
2442+#: model:ir.actions.act_window,name:base.action_partner_title_contact
2443+#: model:ir.ui.menu,name:base.menu_partner_title_contact
2444+msgid "Contact Titles"
2445+msgstr ""
2446+
2447+#. module: base
2448+#: view:base.language.import:0
2449+msgid ""
2450+"Please double-check that the file encoding is set to UTF-8 (sometimes called "
2451+"Unicode) when the translator exports it."
2452+msgstr ""
2453+
2454+#. module: base
2455+#: selection:base.language.install,lang:0
2456+msgid "Spanish (DO) / Español (DO)"
2457+msgstr ""
2458+
2459+#. module: base
2460+#: model:ir.model,name:base.model_workflow_activity
2461+msgid "workflow.activity"
2462+msgstr ""
2463+
2464+#. module: base
2465+#: help:ir.ui.view_sc,res_id:0
2466+msgid ""
2467+"Reference of the target resource, whose model/table depends on the 'Resource "
2468+"Name' field."
2469+msgstr ""
2470+
2471+#. module: base
2472+#: field:ir.model.fields,select_level:0
2473+msgid "Searchable"
2474+msgstr ""
2475+
2476+#. module: base
2477+#: model:res.country,name:base.uy
2478+msgid "Uruguay"
2479+msgstr ""
2480+
2481+#. module: base
2482+#: selection:base.language.install,lang:0
2483+msgid "Finnish / Suomi"
2484+msgstr ""
2485+
2486+#. module: base
2487+#: field:ir.rule,perm_write:0
2488+msgid "Apply For Write"
2489+msgstr ""
2490+
2491+#. module: base
2492+#: field:ir.sequence,prefix:0
2493+msgid "Prefix"
2494+msgstr ""
2495+
2496+#. module: base
2497+#: selection:base.language.install,lang:0
2498+msgid "German / Deutsch"
2499+msgstr ""
2500+
2501+#. module: base
2502+#: help:ir.actions.server,trigger_name:0
2503+msgid "Select the Signal name that is to be used as the trigger."
2504+msgstr ""
2505+
2506+#. module: base
2507+#: view:ir.actions.server:0
2508+msgid "Fields Mapping"
2509+msgstr ""
2510+
2511+#. module: base
2512+#: selection:base.language.install,lang:0
2513+msgid "Portugese / Português"
2514+msgstr ""
2515+
2516+#. module: base
2517+#: model:res.partner.title,name:base.res_partner_title_sir
2518+msgid "Sir"
2519+msgstr ""
2520+
2521+#. module: base
2522+#: code:addons/orm.py:2134
2523+#, python-format
2524+msgid "There is no view of type '%s' defined for the structure!"
2525+msgstr ""
2526+
2527+#. module: base
2528+#: field:ir.default,ref_id:0
2529+msgid "ID Ref."
2530+msgstr ""
2531+
2532+#. module: base
2533+#: model:ir.actions.server,name:base.action_start_configurator
2534+#: model:ir.ui.menu,name:base.menu_view_base_module_configuration
2535+msgid "Start Configuration"
2536+msgstr ""
2537+
2538+#. module: base
2539+#: model:res.country,name:base.mt
2540+msgid "Malta"
2541+msgstr ""
2542+
2543+#. module: base
2544+#: field:ir.actions.server,fields_lines:0
2545+msgid "Field Mappings."
2546+msgstr ""
2547+
2548+#. module: base
2549+#: model:ir.model,name:base.model_ir_module_module
2550+#: view:ir.model.data:0
2551+#: field:ir.model.data,module:0
2552+#: view:ir.module.module:0
2553+#: field:ir.module.module.dependency,module_id:0
2554+#: report:ir.module.reference.graph:0
2555+msgid "Module"
2556+msgstr ""
2557+
2558+#. module: base
2559+#: field:ir.attachment,description:0
2560+#: field:ir.mail_server,name:0
2561+#: field:ir.module.category,description:0
2562+#: view:ir.module.module:0
2563+#: field:ir.module.module,description:0
2564+#: view:res.partner.event:0
2565+#: field:res.partner.event,description:0
2566+#: view:res.request:0
2567+msgid "Description"
2568+msgstr ""
2569+
2570+#. module: base
2571+#: model:ir.actions.act_window,name:base.action_workflow_instance_form
2572+#: model:ir.ui.menu,name:base.menu_workflow_instance
2573+msgid "Instances"
2574+msgstr ""
2575+
2576+#. module: base
2577+#: model:res.country,name:base.aq
2578+msgid "Antarctica"
2579+msgstr ""
2580+
2581+#. module: base
2582+#: field:ir.actions.report.xml,auto:0
2583+msgid "Custom python parser"
2584+msgstr ""
2585+
2586+#. module: base
2587+#: view:base.language.import:0
2588+msgid "_Import"
2589+msgstr ""
2590+
2591+#. module: base
2592+#: view:res.partner.canal:0
2593+msgid "Channel"
2594+msgstr ""
2595+
2596+#. module: base
2597+#: field:res.lang,grouping:0
2598+msgid "Separator Format"
2599+msgstr ""
2600+
2601+#. module: base
2602+#: selection:publisher_warranty.contract,state:0
2603+msgid "Unvalidated"
2604+msgstr ""
2605+
2606+#. module: base
2607+#: model:ir.ui.menu,name:base.next_id_9
2608+msgid "Database Structure"
2609+msgstr ""
2610+
2611+#. module: base
2612+#: model:ir.actions.act_window,name:base.action_partner_mass_mail
2613+#: model:ir.model,name:base.model_partner_massmail_wizard
2614+#: view:partner.massmail.wizard:0
2615+msgid "Mass Mailing"
2616+msgstr ""
2617+
2618+#. module: base
2619+#: model:res.country,name:base.yt
2620+msgid "Mayotte"
2621+msgstr ""
2622+
2623+#. module: base
2624+#: code:addons/base/ir/ir_actions.py:653
2625+#, python-format
2626+msgid "Please specify an action to launch !"
2627+msgstr ""
2628+
2629+#. module: base
2630+#: view:res.payterm:0
2631+msgid "Payment Term"
2632+msgstr ""
2633+
2634+#. module: base
2635+#: selection:res.lang,direction:0
2636+msgid "Right-to-Left"
2637+msgstr ""
2638+
2639+#. module: base
2640+#: view:ir.actions.act_window:0
2641+#: model:ir.actions.act_window,name:base.actions_ir_filters_view
2642+#: view:ir.filters:0
2643+#: model:ir.model,name:base.model_ir_filters
2644+#: model:ir.ui.menu,name:base.menu_ir_filters
2645+msgid "Filters"
2646+msgstr ""
2647+
2648+#. module: base
2649+#: code:addons/orm.py:758
2650+#, python-format
2651+msgid "Please check that all your lines have %d columns."
2652+msgstr ""
2653+
2654+#. module: base
2655+#: model:ir.actions.act_window,name:base.ir_cron_act
2656+#: view:ir.cron:0
2657+#: model:ir.ui.menu,name:base.menu_ir_cron_act
2658+msgid "Scheduled Actions"
2659+msgstr ""
2660+
2661+#. module: base
2662+#: field:res.partner.address,title:0
2663+#: field:res.partner.title,name:0
2664+#: field:res.widget,title:0
2665+msgid "Title"
2666+msgstr ""
2667+
2668+#. module: base
2669+#: help:ir.property,res_id:0
2670+msgid "If not set, acts as a default value for new resources"
2671+msgstr ""
2672+
2673+#. module: base
2674+#: code:addons/orm.py:3988
2675+#, python-format
2676+msgid "Recursivity Detected."
2677+msgstr ""
2678+
2679+#. module: base
2680+#: code:addons/base/module/module.py:302
2681+#, python-format
2682+msgid "Recursion error in modules dependencies !"
2683+msgstr ""
2684+
2685+#. module: base
2686+#: view:base.language.install:0
2687+msgid ""
2688+"This wizard helps you add a new language to your OpenERP system. After "
2689+"loading a new language it becomes available as default interface language "
2690+"for users and partners."
2691+msgstr ""
2692+
2693+#. module: base
2694+#: view:ir.model:0
2695+msgid "Create a Menu"
2696+msgstr ""
2697+
2698+#. module: base
2699+#: help:res.partner,vat:0
2700+msgid ""
2701+"Value Added Tax number. Check the box if the partner is subjected to the "
2702+"VAT. Used by the VAT legal statement."
2703+msgstr ""
2704+
2705+#. module: base
2706+#: model:ir.model,name:base.model_maintenance_contract
2707+msgid "maintenance.contract"
2708+msgstr ""
2709+
2710+#. module: base
2711+#: model:res.country,name:base.ru
2712+msgid "Russian Federation"
2713+msgstr ""
2714+
2715+#. module: base
2716+#: selection:base.language.install,lang:0
2717+msgid "Urdu / اردو"
2718+msgstr ""
2719+
2720+#. module: base
2721+#: field:res.company,name:0
2722+msgid "Company Name"
2723+msgstr ""
2724+
2725+#. module: base
2726+#: model:ir.actions.act_window,name:base.action_country
2727+#: model:ir.ui.menu,name:base.menu_country_partner
2728+msgid "Countries"
2729+msgstr ""
2730+
2731+#. module: base
2732+#: selection:ir.translation,type:0
2733+msgid "RML (deprecated - use Report)"
2734+msgstr ""
2735+
2736+#. module: base
2737+#: view:ir.rule:0
2738+msgid "Record rules"
2739+msgstr ""
2740+
2741+#. module: base
2742+#: view:ir.property:0
2743+msgid "Field Information"
2744+msgstr ""
2745+
2746+#. module: base
2747+#: view:ir.actions.todo:0
2748+msgid "Search Actions"
2749+msgstr ""
2750+
2751+#. module: base
2752+#: model:ir.actions.act_window,name:base.action_view_partner_wizard_ean_check
2753+#: view:partner.wizard.ean.check:0
2754+msgid "Ean check"
2755+msgstr ""
2756+
2757+#. module: base
2758+#: field:res.partner,vat:0
2759+msgid "VAT"
2760+msgstr ""
2761+
2762+#. module: base
2763+#: view:res.lang:0
2764+msgid "12. %w ==> 5 ( Friday is the 6th day)"
2765+msgstr ""
2766+
2767+#. module: base
2768+#: constraint:res.partner.category:0
2769+msgid "Error ! You can not create recursive categories."
2770+msgstr ""
2771+
2772+#. module: base
2773+#: view:res.lang:0
2774+msgid "%x - Appropriate date representation."
2775+msgstr ""
2776+
2777+#. module: base
2778+#: view:res.lang:0
2779+msgid "%d - Day of the month [01,31]."
2780+msgstr ""
2781+
2782+#. module: base
2783+#: model:res.country,name:base.tj
2784+msgid "Tajikistan"
2785+msgstr ""
2786+
2787+#. module: base
2788+#: selection:ir.module.module,license:0
2789+msgid "GPL-2 or later version"
2790+msgstr ""
2791+
2792+#. module: base
2793+#: model:res.partner.title,shortcut:base.res_partner_title_sir
2794+msgid "M."
2795+msgstr ""
2796+
2797+#. module: base
2798+#: code:addons/base/module/module.py:519
2799+#, python-format
2800+msgid ""
2801+"Can not create the module file:\n"
2802+" %s"
2803+msgstr ""
2804+
2805+#. module: base
2806+#: code:addons/orm.py:3437
2807+#, python-format
2808+msgid ""
2809+"Operation prohibited by access rules, or performed on an already deleted "
2810+"document (Operation: read, Document type: %s)."
2811+msgstr ""
2812+
2813+#. module: base
2814+#: model:res.country,name:base.nr
2815+msgid "Nauru"
2816+msgstr ""
2817+
2818+#. module: base
2819+#: code:addons/base/module/module.py:240
2820+#, python-format
2821+msgid "The certificate ID of the module must be unique !"
2822+msgstr ""
2823+
2824+#. module: base
2825+#: model:ir.model,name:base.model_ir_property
2826+msgid "ir.property"
2827+msgstr ""
2828+
2829+#. module: base
2830+#: selection:ir.actions.act_window,view_type:0
2831+#: selection:ir.actions.act_window.view,view_mode:0
2832+#: view:ir.ui.view:0
2833+#: selection:ir.ui.view,type:0
2834+#: selection:wizard.ir.model.menu.create.line,view_type:0
2835+msgid "Form"
2836+msgstr ""
2837+
2838+#. module: base
2839+#: model:res.country,name:base.me
2840+msgid "Montenegro"
2841+msgstr ""
2842+
2843+#. module: base
2844+#: view:ir.cron:0
2845+msgid "Technical Data"
2846+msgstr ""
2847+
2848+#. module: base
2849+#: view:res.partner:0
2850+#: field:res.partner,category_id:0
2851+msgid "Categories"
2852+msgstr ""
2853+
2854+#. module: base
2855+#: view:base.language.import:0
2856+msgid ""
2857+"If you need another language than the official ones available, you can "
2858+"import a language pack from here. Other OpenERP languages than the official "
2859+"ones can be found on launchpad."
2860+msgstr ""
2861+
2862+#. module: base
2863+#: selection:ir.module.module,state:0
2864+#: selection:ir.module.module.dependency,state:0
2865+msgid "To be upgraded"
2866+msgstr ""
2867+
2868+#. module: base
2869+#: model:res.country,name:base.ly
2870+msgid "Libya"
2871+msgstr ""
2872+
2873+#. module: base
2874+#: model:res.country,name:base.cf
2875+msgid "Central African Republic"
2876+msgstr ""
2877+
2878+#. module: base
2879+#: model:res.country,name:base.li
2880+msgid "Liechtenstein"
2881+msgstr ""
2882+
2883+#. module: base
2884+#: model:ir.model,name:base.model_partner_sms_send
2885+#: view:partner.sms.send:0
2886+msgid "Send SMS"
2887+msgstr ""
2888+
2889+#. module: base
2890+#: field:res.partner,ean13:0
2891+msgid "EAN13"
2892+msgstr ""
2893+
2894+#. module: base
2895+#: code:addons/orm.py:2134
2896+#, python-format
2897+msgid "Invalid Architecture!"
2898+msgstr ""
2899+
2900+#. module: base
2901+#: model:res.country,name:base.pt
2902+msgid "Portugal"
2903+msgstr ""
2904+
2905+#. module: base
2906+#: sql_constraint:ir.model.data:0
2907+msgid ""
2908+"You cannot have multiple records with the same id for the same module !"
2909+msgstr ""
2910+
2911+#. module: base
2912+#: field:ir.module.module,certificate:0
2913+msgid "Quality Certificate"
2914+msgstr ""
2915+
2916+#. module: base
2917+#: view:res.lang:0
2918+msgid "6. %d, %m ==> 05, 12"
2919+msgstr ""
2920+
2921+#. module: base
2922+#: field:res.config.users,date:0
2923+#: field:res.users,date:0
2924+msgid "Last Connection"
2925+msgstr ""
2926+
2927+#. module: base
2928+#: field:ir.actions.act_window,help:0
2929+msgid "Action description"
2930+msgstr ""
2931+
2932+#. module: base
2933+#: help:res.partner,customer:0
2934+msgid "Check this box if the partner is a customer."
2935+msgstr ""
2936+
2937+#. module: base
2938+#: model:ir.actions.act_window,name:base.res_lang_act_window
2939+#: model:ir.model,name:base.model_res_lang
2940+#: model:ir.ui.menu,name:base.menu_res_lang_act_window
2941+#: view:res.lang:0
2942+msgid "Languages"
2943+msgstr ""
2944+
2945+#. module: base
2946+#: selection:workflow.activity,join_mode:0
2947+#: selection:workflow.activity,split_mode:0
2948+msgid "Xor"
2949+msgstr ""
2950+
2951+#. module: base
2952+#: model:res.country,name:base.ec
2953+msgid "Ecuador"
2954+msgstr ""
2955+
2956+#. module: base
2957+#: code:addons/base/module/wizard/base_export_language.py:52
2958+#, python-format
2959+msgid ""
2960+"Save this document to a .CSV file and open it with your favourite "
2961+"spreadsheet software. The file encoding is UTF-8. You have to translate the "
2962+"latest column before reimporting it."
2963+msgstr ""
2964+
2965+#. module: base
2966+#: model:ir.actions.act_window,name:base.action_partner_customer_form
2967+#: model:ir.actions.act_window,name:base.action_partner_form
2968+#: model:ir.ui.menu,name:base.menu_partner_form
2969+#: view:res.partner:0
2970+msgid "Customers"
2971+msgstr ""
2972+
2973+#. module: base
2974+#: model:res.country,name:base.au
2975+msgid "Australia"
2976+msgstr ""
2977+
2978+#. module: base
2979+#: help:res.partner,lang:0
2980+msgid ""
2981+"If the selected language is loaded in the system, all documents related to "
2982+"this partner will be printed in this language. If not, it will be english."
2983+msgstr ""
2984+
2985+#. module: base
2986+#: report:ir.module.reference.graph:0
2987+msgid "Menu :"
2988+msgstr ""
2989+
2990+#. module: base
2991+#: selection:ir.model.fields,state:0
2992+msgid "Base Field"
2993+msgstr ""
2994+
2995+#. module: base
2996+#: view:publisher_warranty.contract:0
2997+msgid "Validate"
2998+msgstr ""
2999+
3000+#. module: base
3001+#: field:ir.actions.todo,restart:0
3002+msgid "Restart"
3003+msgstr ""
3004+
3005+#. module: base
3006+#: field:ir.actions.report.xml,report_sxw_content:0
3007+#: field:ir.actions.report.xml,report_sxw_content_data:0
3008+msgid "SXW content"
3009+msgstr ""
3010+
3011+#. module: base
3012+#: view:ir.actions.wizard:0
3013+#: field:wizard.ir.model.menu.create.line,wizard_id:0
3014+msgid "Wizard"
3015+msgstr ""
3016+
3017+#. module: base
3018+#: view:ir.cron:0
3019+msgid "Action to Trigger"
3020+msgstr ""
3021+
3022+#. module: base
3023+#: code:addons/base/res/res_user.py:136
3024+#, python-format
3025+msgid "\"email_from\" needs to be set to send welcome mails to users"
3026+msgstr ""
3027+
3028+#. module: base
3029+#: selection:ir.translation,type:0
3030+msgid "Constraint"
3031+msgstr ""
3032+
3033+#. module: base
3034+#: selection:ir.values,key:0
3035+#: selection:res.partner.address,type:0
3036+msgid "Default"
3037+msgstr ""
3038+
3039+#. module: base
3040+#: view:ir.model.fields:0
3041+#: field:ir.model.fields,required:0
3042+#: field:res.partner.bank.type.field,required:0
3043+msgid "Required"
3044+msgstr ""
3045+
3046+#. module: base
3047+#: view:res.users:0
3048+msgid "Default Filters"
3049+msgstr ""
3050+
3051+#. module: base
3052+#: field:res.request.history,name:0
3053+msgid "Summary"
3054+msgstr ""
3055+
3056+#. module: base
3057+#: field:multi_company.default,expression:0
3058+msgid "Expression"
3059+msgstr ""
3060+
3061+#. module: base
3062+#: help:ir.actions.server,subject:0
3063+msgid ""
3064+"Specify the subject. You can use fields from the object, e.g. `Hello [[ "
3065+"object.partner_id.name ]]`"
3066+msgstr ""
3067+
3068+#. module: base
3069+#: view:res.company:0
3070+msgid "Header/Footer"
3071+msgstr ""
3072+
3073+#. module: base
3074+#: help:ir.actions.act_window,help:0
3075+msgid ""
3076+"Optional help text for the users with a description of the target view, such "
3077+"as its usage and purpose."
3078+msgstr ""
3079+
3080+#. module: base
3081+#: model:res.country,name:base.va
3082+msgid "Holy See (Vatican City State)"
3083+msgstr ""
3084+
3085+#. module: base
3086+#: field:base.module.import,module_file:0
3087+msgid "Module .ZIP file"
3088+msgstr ""
3089+
3090+#. module: base
3091+#: field:ir.ui.view,xml_id:0
3092+msgid "XML ID"
3093+msgstr ""
3094+
3095+#. module: base
3096+#: model:res.partner.category,name:base.res_partner_category_16
3097+msgid "Telecom sector"
3098+msgstr ""
3099+
3100+#. module: base
3101+#: field:workflow.transition,trigger_model:0
3102+msgid "Trigger Object"
3103+msgstr ""
3104+
3105+#. module: base
3106+#: view:res.users:0
3107+msgid "Current Activity"
3108+msgstr ""
3109+
3110+#. module: base
3111+#: view:workflow.activity:0
3112+#: field:workflow.activity,in_transitions:0
3113+msgid "Incoming Transitions"
3114+msgstr ""
3115+
3116+#. module: base
3117+#: model:res.country,name:base.sr
3118+msgid "Suriname"
3119+msgstr ""
3120+
3121+#. module: base
3122+#: model:ir.module.category,name:base.module_category_marketing
3123+#: model:ir.module.module,shortdesc:base.module_marketing
3124+#: model:ir.ui.menu,name:base.marketing_menu
3125+msgid "Marketing"
3126+msgstr ""
3127+
3128+#. module: base
3129+#: view:res.partner.bank:0
3130+msgid "Bank account"
3131+msgstr ""
3132+
3133+#. module: base
3134+#: selection:base.language.install,lang:0
3135+msgid "Spanish (HN) / Español (HN)"
3136+msgstr ""
3137+
3138+#. module: base
3139+#: view:ir.sequence.type:0
3140+msgid "Sequence Type"
3141+msgstr ""
3142+
3143+#. module: base
3144+#: view:ir.ui.view.custom:0
3145+msgid "Customized Architecture"
3146+msgstr ""
3147+
3148+#. module: base
3149+#: field:ir.module.module,license:0
3150+msgid "License"
3151+msgstr ""
3152+
3153+#. module: base
3154+#: field:ir.attachment,url:0
3155+msgid "Url"
3156+msgstr ""
3157+
3158+#. module: base
3159+#: selection:ir.actions.todo,restart:0
3160+msgid "Always"
3161+msgstr ""
3162+
3163+#. module: base
3164+#: selection:ir.translation,type:0
3165+msgid "SQL Constraint"
3166+msgstr ""
3167+
3168+#. module: base
3169+#: field:ir.actions.server,srcmodel_id:0
3170+#: field:ir.model,model:0
3171+#: field:ir.model.fields,model_id:0
3172+#: view:ir.values:0
3173+msgid "Model"
3174+msgstr ""
3175+
3176+#. module: base
3177+#: view:base.language.install:0
3178+msgid ""
3179+"The selected language has been successfully installed. You must change the "
3180+"preferences of the user and open a new menu to view the changes."
3181+msgstr ""
3182+
3183+#. module: base
3184+#: sql_constraint:ir.config_parameter:0
3185+msgid "Key must be unique."
3186+msgstr ""
3187+
3188+#. module: base
3189+#: view:ir.actions.act_window:0
3190+msgid "Open a Window"
3191+msgstr ""
3192+
3193+#. module: base
3194+#: model:res.country,name:base.gq
3195+msgid "Equatorial Guinea"
3196+msgstr ""
3197+
3198+#. module: base
3199+#: view:base.module.import:0
3200+#: model:ir.actions.act_window,name:base.action_view_base_module_import
3201+msgid "Module Import"
3202+msgstr ""
3203+
3204+#. module: base
3205+#: field:res.bank,zip:0
3206+#: field:res.company,zip:0
3207+#: field:res.partner.address,zip:0
3208+#: field:res.partner.bank,zip:0
3209+msgid "Zip"
3210+msgstr ""
3211+
3212+#. module: base
3213+#: view:ir.module.module:0
3214+#: field:ir.module.module,author:0
3215+msgid "Author"
3216+msgstr ""
3217+
3218+#. module: base
3219+#: model:res.country,name:base.mk
3220+msgid "FYROM"
3221+msgstr ""
3222+
3223+#. module: base
3224+#: view:res.lang:0
3225+msgid "%c - Appropriate date and time representation."
3226+msgstr ""
3227+
3228+#. module: base
3229+#: code:addons/base/res/res_config.py:386
3230+#, python-format
3231+msgid ""
3232+"Your database is now fully configured.\n"
3233+"\n"
3234+"Click 'Continue' and enjoy your OpenERP experience..."
3235+msgstr ""
3236+
3237+#. module: base
3238+#: selection:base.language.install,lang:0
3239+msgid "Hebrew / עִבְרִי"
3240+msgstr ""
3241+
3242+#. module: base
3243+#: model:res.country,name:base.bo
3244+msgid "Bolivia"
3245+msgstr ""
3246+
3247+#. module: base
3248+#: model:res.country,name:base.gh
3249+msgid "Ghana"
3250+msgstr ""
3251+
3252+#. module: base
3253+#: field:res.lang,direction:0
3254+msgid "Direction"
3255+msgstr ""
3256+
3257+#. module: base
3258+#: view:ir.actions.act_window:0
3259+#: model:ir.actions.act_window,name:base.action_ui_view
3260+#: field:ir.actions.act_window,view_ids:0
3261+#: field:ir.actions.act_window,views:0
3262+#: view:ir.model:0
3263+#: field:ir.model,view_ids:0
3264+#: field:ir.module.module,views_by_module:0
3265+#: model:ir.ui.menu,name:base.menu_action_ui_view
3266+#: view:ir.ui.view:0
3267+msgid "Views"
3268+msgstr ""
3269+
3270+#. module: base
3271+#: view:res.groups:0
3272+#: field:res.groups,rule_groups:0
3273+msgid "Rules"
3274+msgstr ""
3275+
3276+#. module: base
3277+#: code:addons/base/module/module.py:256
3278+#, python-format
3279+msgid "You try to remove a module that is installed or will be installed"
3280+msgstr ""
3281+
3282+#. module: base
3283+#: view:base.module.upgrade:0
3284+msgid "The selected modules have been updated / installed !"
3285+msgstr ""
3286+
3287+#. module: base
3288+#: selection:base.language.install,lang:0
3289+msgid "Spanish (PR) / Español (PR)"
3290+msgstr ""
3291+
3292+#. module: base
3293+#: model:res.country,name:base.gt
3294+msgid "Guatemala"
3295+msgstr ""
3296+
3297+#. module: base
3298+#: model:ir.actions.act_window,name:base.action_workflow_form
3299+#: model:ir.ui.menu,name:base.menu_low_workflow
3300+#: model:ir.ui.menu,name:base.menu_workflow
3301+#: model:ir.ui.menu,name:base.menu_workflow_root
3302+msgid "Workflows"
3303+msgstr ""
3304+
3305+#. module: base
3306+#: field:ir.translation,xml_id:0
3307+msgid "XML Id"
3308+msgstr ""
3309+
3310+#. module: base
3311+#: model:ir.actions.act_window,name:base.action_config_user_form
3312+msgid "Create Users"
3313+msgstr ""
3314+
3315+#. module: base
3316+#: model:ir.model,name:base.model_res_partner_title
3317+msgid "res.partner.title"
3318+msgstr ""
3319+
3320+#. module: base
3321+#: view:ir.values:0
3322+msgid "tree_but_action, client_print_multi"
3323+msgstr ""
3324+
3325+#. module: base
3326+#: model:res.partner.category,name:base.res_partner_category_retailers0
3327+msgid "Retailers"
3328+msgstr ""
3329+
3330+#. module: base
3331+#: help:ir.cron,priority:0
3332+msgid ""
3333+"0=Very Urgent\n"
3334+"10=Not urgent"
3335+msgstr ""
3336+
3337+#. module: base
3338+#: view:res.config:0
3339+#: view:res.config.installer:0
3340+msgid "Skip"
3341+msgstr ""
3342+
3343+#. module: base
3344+#: model:res.country,name:base.ls
3345+msgid "Lesotho"
3346+msgstr ""
3347+
3348+#. module: base
3349+#: code:addons/base/ir/ir_model.py:139
3350+#, python-format
3351+msgid "You can not remove the model '%s' !"
3352+msgstr ""
3353+
3354+#. module: base
3355+#: model:res.country,name:base.ke
3356+msgid "Kenya"
3357+msgstr ""
3358+
3359+#. module: base
3360+#: view:res.partner.event:0
3361+msgid "Event"
3362+msgstr ""
3363+
3364+#. module: base
3365+#: model:ir.ui.menu,name:base.menu_custom_reports
3366+msgid "Custom Reports"
3367+msgstr ""
3368+
3369+#. module: base
3370+#: selection:base.language.install,lang:0
3371+msgid "Abkhazian / аҧсуа"
3372+msgstr ""
3373+
3374+#. module: base
3375+#: view:base.module.configuration:0
3376+msgid "System Configuration Done"
3377+msgstr ""
3378+
3379+#. module: base
3380+#: code:addons/orm.py:1459
3381+#, python-format
3382+msgid "Error occurred while validating the field(s) %s: %s"
3383+msgstr ""
3384+
3385+#. module: base
3386+#: view:ir.property:0
3387+msgid "Generic"
3388+msgstr ""
3389+
3390+#. module: base
3391+#: model:res.country,name:base.sm
3392+msgid "San Marino"
3393+msgstr ""
3394+
3395+#. module: base
3396+#: model:res.country,name:base.bm
3397+msgid "Bermuda"
3398+msgstr ""
3399+
3400+#. module: base
3401+#: model:res.country,name:base.pe
3402+msgid "Peru"
3403+msgstr ""
3404+
3405+#. module: base
3406+#: selection:ir.model.fields,on_delete:0
3407+msgid "Set NULL"
3408+msgstr ""
3409+
3410+#. module: base
3411+#: model:res.country,name:base.bj
3412+msgid "Benin"
3413+msgstr ""
3414+
3415+#. module: base
3416+#: code:addons/base/publisher_warranty/publisher_warranty.py:295
3417+#: sql_constraint:publisher_warranty.contract:0
3418+#, python-format
3419+msgid "That contract is already registered in the system."
3420+msgstr ""
3421+
3422+#. module: base
3423+#: help:ir.sequence,suffix:0
3424+msgid "Suffix value of the record for the sequence"
3425+msgstr ""
3426+
3427+#. module: base
3428+#: selection:base.language.install,lang:0
3429+msgid "Spanish (PY) / Español (PY)"
3430+msgstr ""
3431+
3432+#. module: base
3433+#: field:ir.config_parameter,key:0
3434+msgid "Key"
3435+msgstr ""
3436+
3437+#. module: base
3438+#: field:res.company,rml_header:0
3439+msgid "RML Header"
3440+msgstr ""
3441+
3442+#. module: base
3443+#: field:partner.sms.send,app_id:0
3444+msgid "API ID"
3445+msgstr ""
3446+
3447+#. module: base
3448+#: code:addons/base/ir/ir_model.py:533
3449+#, python-format
3450+msgid ""
3451+"You can not create this document (%s) ! Be sure your user belongs to one of "
3452+"these groups: %s."
3453+msgstr ""
3454+
3455+#. module: base
3456+#: model:res.country,name:base.mu
3457+msgid "Mauritius"
3458+msgstr ""
3459+
3460+#. module: base
3461+#: view:ir.model.access:0
3462+#: view:ir.rule:0
3463+msgid "Full Access"
3464+msgstr ""
3465+
3466+#. module: base
3467+#: view:ir.actions.act_window:0
3468+#: view:ir.actions.report.xml:0
3469+#: view:ir.actions.wizard:0
3470+#: view:ir.model.fields:0
3471+#: model:ir.ui.menu,name:base.menu_security
3472+msgid "Security"
3473+msgstr ""
3474+
3475+#. module: base
3476+#: model:res.widget,title:base.openerp_favorites_twitter_widget
3477+msgid "OpenERP Favorites"
3478+msgstr ""
3479+
3480+#. module: base
3481+#: model:res.country,name:base.za
3482+msgid "South Africa"
3483+msgstr ""
3484+
3485+#. module: base
3486+#: view:ir.module.module:0
3487+#: selection:ir.module.module,state:0
3488+#: selection:ir.module.module.dependency,state:0
3489+msgid "Installed"
3490+msgstr ""
3491+
3492+#. module: base
3493+#: selection:base.language.install,lang:0
3494+msgid "Ukrainian / українська"
3495+msgstr ""
3496+
3497+#. module: base
3498+#: model:ir.actions.act_window,name:base.action_translation
3499+#: model:ir.ui.menu,name:base.menu_action_translation
3500+msgid "Translation Terms"
3501+msgstr ""
3502+
3503+#. module: base
3504+#: model:res.country,name:base.sn
3505+msgid "Senegal"
3506+msgstr ""
3507+
3508+#. module: base
3509+#: model:res.country,name:base.hu
3510+msgid "Hungary"
3511+msgstr ""
3512+
3513+#. module: base
3514+#: model:ir.model,name:base.model_res_groups
3515+msgid "res.groups"
3516+msgstr ""
3517+
3518+#. module: base
3519+#: model:res.country,name:base.br
3520+msgid "Brazil"
3521+msgstr ""
3522+
3523+#. module: base
3524+#: view:res.lang:0
3525+msgid "%M - Minute [00,59]."
3526+msgstr ""
3527+
3528+#. module: base
3529+#: selection:ir.module.module,license:0
3530+msgid "Affero GPL-3"
3531+msgstr ""
3532+
3533+#. module: base
3534+#: field:ir.sequence,number_next:0
3535+msgid "Next Number"
3536+msgstr ""
3537+
3538+#. module: base
3539+#: help:workflow.transition,condition:0
3540+msgid "Expression to be satisfied if we want the transition done."
3541+msgstr ""
3542+
3543+#. module: base
3544+#: selection:base.language.install,lang:0
3545+msgid "Spanish (PA) / Español (PA)"
3546+msgstr ""
3547+
3548+#. module: base
3549+#: view:res.currency:0
3550+#: field:res.currency,rate_ids:0
3551+msgid "Rates"
3552+msgstr ""
3553+
3554+#. module: base
3555+#: model:res.country,name:base.sy
3556+msgid "Syria"
3557+msgstr ""
3558+
3559+#. module: base
3560+#: view:res.lang:0
3561+msgid "======================================================"
3562+msgstr ""
3563+
3564+#. module: base
3565+#: help:ir.actions.server,mobile:0
3566+msgid ""
3567+"Provides fields that be used to fetch the mobile number, e.g. you select the "
3568+"invoice, then `object.invoice_address_id.mobile` is the field which gives "
3569+"the correct mobile number"
3570+msgstr ""
3571+
3572+#. module: base
3573+#: view:base.module.upgrade:0
3574+msgid "System update completed"
3575+msgstr ""
3576+
3577+#. module: base
3578+#: selection:res.request,state:0
3579+msgid "draft"
3580+msgstr ""
3581+
3582+#. module: base
3583+#: selection:ir.property,type:0
3584+#: field:res.currency,date:0
3585+#: field:res.currency.rate,name:0
3586+#: field:res.partner,date:0
3587+#: field:res.partner.event,date:0
3588+#: field:res.request,date_sent:0
3589+msgid "Date"
3590+msgstr ""
3591+
3592+#. module: base
3593+#: field:ir.actions.report.xml,report_sxw:0
3594+msgid "SXW path"
3595+msgstr ""
3596+
3597+#. module: base
3598+#: view:ir.attachment:0
3599+msgid "Data"
3600+msgstr ""
3601+
3602+#. module: base
3603+#: field:ir.ui.menu,parent_id:0
3604+#: field:wizard.ir.model.menu.create,menu_id:0
3605+msgid "Parent Menu"
3606+msgstr ""
3607+
3608+#. module: base
3609+#: field:ir.rule,perm_unlink:0
3610+msgid "Apply For Delete"
3611+msgstr ""
3612+
3613+#. module: base
3614+#: code:addons/base/ir/ir_model.py:359
3615+#, python-format
3616+msgid "Cannot rename column to %s, because that column already exists!"
3617+msgstr ""
3618+
3619+#. module: base
3620+#: view:ir.attachment:0
3621+msgid "Attached To"
3622+msgstr ""
3623+
3624+#. module: base
3625+#: field:res.lang,decimal_point:0
3626+msgid "Decimal Separator"
3627+msgstr ""
3628+
3629+#. module: base
3630+#: model:ir.actions.act_window,help:base.action_res_groups
3631+msgid ""
3632+"A group is a set of functional areas that will be assigned to the user in "
3633+"order to give them access and rights to specific applications and tasks in "
3634+"the system. You can create custom groups or edit the ones existing by "
3635+"default in order to customize the view of the menu that users will be able "
3636+"to see. Whether they can have a read, write, create and delete access right "
3637+"can be managed from here."
3638+msgstr ""
3639+
3640+#. module: base
3641+#: view:res.partner:0
3642+#: view:res.request:0
3643+#: field:res.request,history:0
3644+msgid "History"
3645+msgstr ""
3646+
3647+#. module: base
3648+#: field:ir.attachment,create_uid:0
3649+msgid "Creator"
3650+msgstr ""
3651+
3652+#. module: base
3653+#: model:res.company,overdue_msg:base.main_company
3654+msgid ""
3655+"Please note that the following payments are now due. If your payment "
3656+" has been sent, kindly forward your payment details. If "
3657+"payment will be delayed further, please contact us "
3658+"to discuss. \n"
3659+"Would your payment have been carried out after this mail was sent, please "
3660+"consider the present one as void."
3661+msgstr ""
3662+
3663+#. module: base
3664+#: model:res.country,name:base.mx
3665+msgid "Mexico"
3666+msgstr ""
3667+
3668+#. module: base
3669+#: model:ir.ui.menu,name:base.menu_base_config_plugins
3670+msgid "Plugins"
3671+msgstr ""
3672+
3673+#. module: base
3674+#: field:res.company,child_ids:0
3675+msgid "Child Companies"
3676+msgstr ""
3677+
3678+#. module: base
3679+#: model:ir.model,name:base.model_res_users
3680+msgid "res.users"
3681+msgstr ""
3682+
3683+#. module: base
3684+#: model:res.country,name:base.ni
3685+msgid "Nicaragua"
3686+msgstr ""
3687+
3688+#. module: base
3689+#: code:addons/orm.py:1046
3690+#, python-format
3691+msgid "The write method is not implemented on this object !"
3692+msgstr ""
3693+
3694+#. module: base
3695+#: view:res.partner.event:0
3696+msgid "General Description"
3697+msgstr ""
3698+
3699+#. module: base
3700+#: model:ir.actions.act_window,name:base.action_config_simple_view_form
3701+#: view:res.config.view:0
3702+msgid "Configure Your Interface"
3703+msgstr ""
3704+
3705+#. module: base
3706+#: field:ir.values,meta:0
3707+msgid "Meta Datas"
3708+msgstr ""
3709+
3710+#. module: base
3711+#: sql_constraint:ir.ui.view_sc:0
3712+msgid "Shortcut for this menu already exists!"
3713+msgstr ""
3714+
3715+#. module: base
3716+#: model:res.country,name:base.ve
3717+msgid "Venezuela"
3718+msgstr ""
3719+
3720+#. module: base
3721+#: view:res.lang:0
3722+msgid "9. %j ==> 340"
3723+msgstr ""
3724+
3725+#. module: base
3726+#: model:res.country,name:base.zm
3727+msgid "Zambia"
3728+msgstr ""
3729+
3730+#. module: base
3731+#: help:res.partner,user_id:0
3732+msgid ""
3733+"The internal user that is in charge of communicating with this partner if "
3734+"any."
3735+msgstr ""
3736+
3737+#. module: base
3738+#: field:res.partner,parent_id:0
3739+msgid "Parent Partner"
3740+msgstr ""
3741+
3742+#. module: base
3743+#: view:ir.module.module:0
3744+msgid "Cancel Upgrade"
3745+msgstr ""
3746+
3747+#. module: base
3748+#: model:res.country,name:base.ci
3749+msgid "Ivory Coast (Cote D'Ivoire)"
3750+msgstr ""
3751+
3752+#. module: base
3753+#: model:res.country,name:base.kz
3754+msgid "Kazakhstan"
3755+msgstr ""
3756+
3757+#. module: base
3758+#: view:res.lang:0
3759+msgid "%w - Weekday number [0(Sunday),6]."
3760+msgstr ""
3761+
3762+#. module: base
3763+#: model:ir.actions.act_window,help:base.action_partner_form
3764+msgid ""
3765+"A customer is an entity you do business with, like a company or an "
3766+"organization. A customer can have several contacts or addresses which are "
3767+"the people working for this company. You can use the history tab, to follow "
3768+"all transactions related to a customer: sales order, emails, opportunities, "
3769+"claims, etc. If you use the email gateway, the Outlook or the Thunderbird "
3770+"plugin, don't forget to register emails to each contact so that the gateway "
3771+"will automatically attach incoming emails to the right partner."
3772+msgstr ""
3773+
3774+#. module: base
3775+#: field:ir.actions.report.xml,name:0
3776+#: field:ir.actions.todo,name:0
3777+#: field:ir.actions.todo.category,name:0
3778+#: field:ir.cron,name:0
3779+#: field:ir.model.access,name:0
3780+#: field:ir.model.fields,name:0
3781+#: field:ir.module.category,name:0
3782+#: view:ir.module.module:0
3783+#: field:ir.module.module,name:0
3784+#: field:ir.module.module.dependency,name:0
3785+#: report:ir.module.reference.graph:0
3786+#: field:ir.property,name:0
3787+#: field:ir.rule,name:0
3788+#: field:ir.sequence,name:0
3789+#: field:ir.sequence.type,name:0
3790+#: field:ir.values,name:0
3791+#: field:multi_company.default,name:0
3792+#: field:res.bank,name:0
3793+#: field:res.currency.rate.type,name:0
3794+#: field:res.groups,name:0
3795+#: field:res.lang,name:0
3796+#: field:res.partner,name:0
3797+#: field:res.partner.bank.type,name:0
3798+#: view:res.partner.event:0
3799+#: field:res.request.link,name:0
3800+#: field:workflow,name:0
3801+#: field:workflow.activity,name:0
3802+msgid "Name"
3803+msgstr ""
3804+
3805+#. module: base
3806+#: help:ir.actions.act_window,multi:0
3807+msgid ""
3808+"If set to true, the action will not be displayed on the right toolbar of a "
3809+"form view"
3810+msgstr ""
3811+
3812+#. module: base
3813+#: model:res.country,name:base.ms
3814+msgid "Montserrat"
3815+msgstr ""
3816+
3817+#. module: base
3818+#: code:addons/base/ir/ir_model.py:237
3819+#, python-format
3820+msgid ""
3821+"The Selection Options expression is not a valid Pythonic expression.Please "
3822+"provide an expression in the [('key','Label'), ...] format."
3823+msgstr ""
3824+
3825+#. module: base
3826+#: model:ir.ui.menu,name:base.menu_translation_app
3827+msgid "Application Terms"
3828+msgstr ""
3829+
3830+#. module: base
3831+#: help:res.users,context_tz:0
3832+msgid ""
3833+"The user's timezone, used to perform timezone conversions between the server "
3834+"and the client."
3835+msgstr ""
3836+
3837+#. module: base
3838+#: field:ir.module.module,demo:0
3839+msgid "Demo data"
3840+msgstr ""
3841+
3842+#. module: base
3843+#: selection:base.language.install,lang:0
3844+msgid "English (UK)"
3845+msgstr ""
3846+
3847+#. module: base
3848+#: selection:base.language.install,lang:0
3849+msgid "Japanese / 日本語"
3850+msgstr ""
3851+
3852+#. module: base
3853+#: help:workflow.transition,act_from:0
3854+msgid ""
3855+"Source activity. When this activity is over, the condition is tested to "
3856+"determine if we can start the ACT_TO activity."
3857+msgstr ""
3858+
3859+#. module: base
3860+#: model:res.partner.category,name:base.res_partner_category_3
3861+msgid "Starter Partner"
3862+msgstr ""
3863+
3864+#. module: base
3865+#: help:ir.model.fields,relation_field:0
3866+msgid ""
3867+"For one2many fields, the field on the target model that implement the "
3868+"opposite many2one relationship"
3869+msgstr ""
3870+
3871+#. module: base
3872+#: model:ir.model,name:base.model_ir_actions_act_window_view
3873+msgid "ir.actions.act_window.view"
3874+msgstr ""
3875+
3876+#. module: base
3877+#: report:ir.module.reference.graph:0
3878+msgid "Web"
3879+msgstr ""
3880+
3881+#. module: base
3882+#: selection:base.language.install,lang:0
3883+msgid "English (CA)"
3884+msgstr ""
3885+
3886+#. module: base
3887+#: model:ir.model,name:base.model_publisher_warranty_contract
3888+msgid "publisher_warranty.contract"
3889+msgstr ""
3890+
3891+#. module: base
3892+#: model:res.country,name:base.et
3893+msgid "Ethiopia"
3894+msgstr ""
3895+
3896+#. module: base
3897+#: help:res.country.state,code:0
3898+msgid "The state code in three chars.\n"
3899+msgstr ""
3900+
3901+#. module: base
3902+#: model:res.country,name:base.sj
3903+msgid "Svalbard and Jan Mayen Islands"
3904+msgstr ""
3905+
3906+#. module: base
3907+#: model:ir.model,name:base.model_ir_actions_wizard
3908+#: selection:ir.ui.menu,action:0
3909+msgid "ir.actions.wizard"
3910+msgstr ""
3911+
3912+#. module: base
3913+#: view:ir.actions.act_window:0
3914+#: view:ir.actions.report.xml:0
3915+#: view:ir.actions.server:0
3916+#: view:res.request:0
3917+msgid "Group By"
3918+msgstr ""
3919+
3920+#. module: base
3921+#: view:res.config:0
3922+#: view:res.config.installer:0
3923+msgid "title"
3924+msgstr ""
3925+
3926+#. module: base
3927+#: model:ir.model,name:base.model_base_language_install
3928+msgid "Install Language"
3929+msgstr ""
3930+
3931+#. module: base
3932+#: view:ir.translation:0
3933+msgid "Translation"
3934+msgstr ""
3935+
3936+#. module: base
3937+#: selection:res.request,state:0
3938+msgid "closed"
3939+msgstr ""
3940+
3941+#. module: base
3942+#: selection:base.language.export,state:0
3943+msgid "get"
3944+msgstr ""
3945+
3946+#. module: base
3947+#: help:ir.model.fields,on_delete:0
3948+msgid "On delete property for many2one fields"
3949+msgstr ""
3950+
3951+#. module: base
3952+#: field:ir.actions.server,write_id:0
3953+msgid "Write Id"
3954+msgstr ""
3955+
3956+#. module: base
3957+#: model:ir.ui.menu,name:base.menu_product
3958+msgid "Products"
3959+msgstr ""
3960+
3961+#. module: base
3962+#: field:ir.actions.act_window,domain:0
3963+#: field:ir.filters,domain:0
3964+msgid "Domain Value"
3965+msgstr ""
3966+
3967+#. module: base
3968+#: view:ir.actions.server:0
3969+msgid "SMS Configuration"
3970+msgstr ""
3971+
3972+#. module: base
3973+#: selection:base.language.install,lang:0
3974+msgid "Spanish (BO) / Español (BO)"
3975+msgstr ""
3976+
3977+#. module: base
3978+#: model:ir.actions.act_window,name:base.ir_access_act
3979+#: model:ir.ui.menu,name:base.menu_ir_access_act
3980+msgid "Access Controls List"
3981+msgstr ""
3982+
3983+#. module: base
3984+#: model:res.country,name:base.um
3985+msgid "USA Minor Outlying Islands"
3986+msgstr ""
3987+
3988+#. module: base
3989+#: field:res.partner.bank.type.field,bank_type_id:0
3990+msgid "Bank Type"
3991+msgstr ""
3992+
3993+#. module: base
3994+#: code:addons/base/res/res_users.py:87
3995+#: code:addons/base/res/res_users.py:96
3996+#, python-format
3997+msgid "The name of the group can not start with \"-\""
3998+msgstr ""
3999+
4000+#. module: base
4001+#: view:ir.ui.view_sc:0
4002+#: field:res.partner.title,shortcut:0
4003+msgid "Shortcut"
4004+msgstr ""
4005+
4006+#. module: base
4007+#: field:ir.model.data,date_init:0
4008+msgid "Init Date"
4009+msgstr ""
4010+
4011+#. module: base
4012+#: selection:base.language.install,lang:0
4013+msgid "Gujarati / ગુજરાતી"
4014+msgstr ""
4015+
4016+#. module: base
4017+#: code:addons/base/module/module.py:297
4018+#, python-format
4019+msgid ""
4020+"Unable to process module \"%s\" because an external dependency is not met: %s"
4021+msgstr ""
4022+
4023+#. module: base
4024+#: view:publisher_warranty.contract.wizard:0
4025+msgid "Please enter the serial key provided in your contract document:"
4026+msgstr ""
4027+
4028+#. module: base
4029+#: view:workflow.activity:0
4030+#: field:workflow.activity,flow_start:0
4031+msgid "Flow Start"
4032+msgstr ""
4033+
4034+#. module: base
4035+#: code:addons/__init__.py:834
4036+#, python-format
4037+msgid "module base cannot be loaded! (hint: verify addons-path)"
4038+msgstr ""
4039+
4040+#. module: base
4041+#: view:res.partner.bank:0
4042+msgid "Bank Account Owner"
4043+msgstr ""
4044+
4045+#. module: base
4046+#: model:ir.actions.act_window,name:base.act_values_form
4047+msgid "Client Actions Connections"
4048+msgstr ""
4049+
4050+#. module: base
4051+#: field:ir.attachment,res_name:0
4052+#: field:ir.ui.view_sc,resource:0
4053+msgid "Resource Name"
4054+msgstr ""
4055+
4056+#. module: base
4057+#: selection:ir.cron,interval_type:0
4058+msgid "Hours"
4059+msgstr ""
4060+
4061+#. module: base
4062+#: model:res.country,name:base.gp
4063+msgid "Guadeloupe (French)"
4064+msgstr ""
4065+
4066+#. module: base
4067+#: code:addons/base/res/res_lang.py:187
4068+#: code:addons/base/res/res_lang.py:189
4069+#: code:addons/base/res/res_lang.py:191
4070+#, python-format
4071+msgid "User Error"
4072+msgstr ""
4073+
4074+#. module: base
4075+#: help:workflow.transition,signal:0
4076+msgid ""
4077+"When the operation of transition comes from a button pressed in the client "
4078+"form, signal tests the name of the pressed button. If signal is NULL, no "
4079+"button is necessary to validate this transition."
4080+msgstr ""
4081+
4082+#. module: base
4083+#: help:multi_company.default,object_id:0
4084+msgid "Object affected by this rule"
4085+msgstr ""
4086+
4087+#. module: base
4088+#: report:ir.module.reference.graph:0
4089+msgid "Directory"
4090+msgstr ""
4091+
4092+#. module: base
4093+#: field:wizard.ir.model.menu.create,name:0
4094+msgid "Menu Name"
4095+msgstr ""
4096+
4097+#. module: base
4098+#: view:ir.module.module:0
4099+msgid "Author Website"
4100+msgstr ""
4101+
4102+#. module: base
4103+#: view:ir.attachment:0
4104+msgid "Month"
4105+msgstr ""
4106+
4107+#. module: base
4108+#: model:res.country,name:base.my
4109+msgid "Malaysia"
4110+msgstr ""
4111+
4112+#. module: base
4113+#: view:base.language.install:0
4114+#: model:ir.actions.act_window,name:base.action_view_base_language_install
4115+msgid "Load Official Translation"
4116+msgstr ""
4117+
4118+#. module: base
4119+#: model:ir.model,name:base.model_res_request_history
4120+msgid "res.request.history"
4121+msgstr ""
4122+
4123+#. module: base
4124+#: view:ir.actions.server:0
4125+msgid "Client Action Configuration"
4126+msgstr ""
4127+
4128+#. module: base
4129+#: model:ir.model,name:base.model_res_partner_address
4130+#: view:res.partner.address:0
4131+msgid "Partner Addresses"
4132+msgstr ""
4133+
4134+#. module: base
4135+#: help:ir.model.fields,translate:0
4136+msgid ""
4137+"Whether values for this field can be translated (enables the translation "
4138+"mechanism for that field)"
4139+msgstr ""
4140+
4141+#. module: base
4142+#: view:res.lang:0
4143+msgid "%S - Seconds [00,61]."
4144+msgstr ""
4145+
4146+#. module: base
4147+#: model:res.country,name:base.cv
4148+msgid "Cape Verde"
4149+msgstr ""
4150+
4151+#. module: base
4152+#: view:base.module.import:0
4153+msgid "Select module package to import (.zip file):"
4154+msgstr ""
4155+
4156+#. module: base
4157+#: model:ir.actions.act_window,name:base.act_res_partner_event
4158+#: model:ir.ui.menu,name:base.menu_event_association
4159+#: field:res.partner,events:0
4160+#: field:res.partner.event,name:0
4161+#: model:res.widget,title:base.events_widget
4162+msgid "Events"
4163+msgstr ""
4164+
4165+#. module: base
4166+#: model:ir.model,name:base.model_ir_actions_url
4167+#: selection:ir.ui.menu,action:0
4168+msgid "ir.actions.url"
4169+msgstr ""
4170+
4171+#. module: base
4172+#: model:res.widget,title:base.currency_converter_widget
4173+msgid "Currency Converter"
4174+msgstr ""
4175+
4176+#. module: base
4177+#: code:addons/orm.py:341
4178+#, python-format
4179+msgid "Wrong ID for the browse record, got %r, expected an integer."
4180+msgstr ""
4181+
4182+#. module: base
4183+#: model:ir.actions.act_window,name:base.action_partner_addess_tree
4184+#: view:res.partner:0
4185+msgid "Partner Contacts"
4186+msgstr ""
4187+
4188+#. module: base
4189+#: field:base.module.update,add:0
4190+msgid "Number of modules added"
4191+msgstr ""
4192+
4193+#. module: base
4194+#: view:res.currency:0
4195+msgid "Price Accuracy"
4196+msgstr ""
4197+
4198+#. module: base
4199+#: selection:base.language.install,lang:0
4200+msgid "Latvian / latviešu valoda"
4201+msgstr ""
4202+
4203+#. module: base
4204+#: view:res.config:0
4205+#: view:res.config.installer:0
4206+msgid "vsep"
4207+msgstr ""
4208+
4209+#. module: base
4210+#: selection:base.language.install,lang:0
4211+msgid "French / Français"
4212+msgstr ""
4213+
4214+#. module: base
4215+#: code:addons/orm.py:1049
4216+#, python-format
4217+msgid "The create method is not implemented on this object !"
4218+msgstr ""
4219+
4220+#. module: base
4221+#: field:workflow.triggers,workitem_id:0
4222+msgid "Workitem"
4223+msgstr ""
4224+
4225+#. module: base
4226+#: view:ir.actions.todo:0
4227+msgid "Set as Todo"
4228+msgstr ""
4229+
4230+#. module: base
4231+#: field:ir.actions.act_window.view,act_window_id:0
4232+#: view:ir.actions.actions:0
4233+#: field:ir.actions.todo,action_id:0
4234+#: field:ir.ui.menu,action:0
4235+#: view:ir.values:0
4236+#: selection:ir.values,key:0
4237+#: view:res.users:0
4238+msgid "Action"
4239+msgstr ""
4240+
4241+#. module: base
4242+#: view:ir.actions.server:0
4243+msgid "Email Configuration"
4244+msgstr ""
4245+
4246+#. module: base
4247+#: model:ir.model,name:base.model_ir_cron
4248+msgid "ir.cron"
4249+msgstr ""
4250+
4251+#. module: base
4252+#: view:ir.rule:0
4253+msgid "Combination of rules"
4254+msgstr ""
4255+
4256+#. module: base
4257+#: view:ir.sequence:0
4258+msgid "Current Year without Century: %(y)s"
4259+msgstr ""
4260+
4261+#. module: base
4262+#: field:ir.actions.server,trigger_obj_id:0
4263+msgid "Trigger On"
4264+msgstr ""
4265+
4266+#. module: base
4267+#: sql_constraint:ir.rule:0
4268+msgid "Rule must have at least one checked access right !"
4269+msgstr ""
4270+
4271+#. module: base
4272+#: model:res.country,name:base.fj
4273+msgid "Fiji"
4274+msgstr ""
4275+
4276+#. module: base
4277+#: field:ir.model.fields,size:0
4278+msgid "Size"
4279+msgstr ""
4280+
4281+#. module: base
4282+#: model:res.country,name:base.sd
4283+msgid "Sudan"
4284+msgstr ""
4285+
4286+#. module: base
4287+#: model:res.country,name:base.fm
4288+msgid "Micronesia"
4289+msgstr ""
4290+
4291+#. module: base
4292+#: view:res.request.history:0
4293+msgid "Request History"
4294+msgstr ""
4295+
4296+#. module: base
4297+#: field:ir.module.module,menus_by_module:0
4298+#: view:res.groups:0
4299+msgid "Menus"
4300+msgstr ""
4301+
4302+#. module: base
4303+#: selection:base.language.install,lang:0
4304+msgid "Serbian (Latin) / srpski"
4305+msgstr ""
4306+
4307+#. module: base
4308+#: model:res.country,name:base.il
4309+msgid "Israel"
4310+msgstr ""
4311+
4312+#. module: base
4313+#: model:ir.actions.wizard,name:base.wizard_server_action_create
4314+msgid "Create Action"
4315+msgstr ""
4316+
4317+#. module: base
4318+#: model:ir.actions.act_window,name:base.action_model_model
4319+#: model:ir.model,name:base.model_ir_model
4320+#: model:ir.ui.menu,name:base.ir_model_model_menu
4321+msgid "Objects"
4322+msgstr ""
4323+
4324+#. module: base
4325+#: field:res.lang,time_format:0
4326+msgid "Time Format"
4327+msgstr ""
4328+
4329+#. module: base
4330+#: view:ir.module.module:0
4331+msgid "Defined Reports"
4332+msgstr ""
4333+
4334+#. module: base
4335+#: view:ir.actions.report.xml:0
4336+msgid "Report xml"
4337+msgstr ""
4338+
4339+#. module: base
4340+#: field:base.language.export,modules:0
4341+#: model:ir.actions.act_window,name:base.action_module_open_categ
4342+#: model:ir.actions.act_window,name:base.open_module_tree
4343+#: field:ir.module.category,module_ids:0
4344+#: view:ir.module.module:0
4345+#: model:ir.ui.menu,name:base.menu_management
4346+#: model:ir.ui.menu,name:base.menu_module_tree
4347+msgid "Modules"
4348+msgstr ""
4349+
4350+#. module: base
4351+#: view:workflow.activity:0
4352+#: selection:workflow.activity,kind:0
4353+#: field:workflow.activity,subflow_id:0
4354+#: field:workflow.workitem,subflow_id:0
4355+msgid "Subflow"
4356+msgstr ""
4357+
4358+#. module: base
4359+#: model:ir.model,name:base.model_res_config
4360+msgid "res.config"
4361+msgstr ""
4362+
4363+#. module: base
4364+#: field:workflow.transition,signal:0
4365+msgid "Signal (button Name)"
4366+msgstr ""
4367+
4368+#. module: base
4369+#: model:ir.actions.act_window,name:base.action_res_bank_form
4370+#: model:ir.ui.menu,name:base.menu_action_res_bank_form
4371+#: view:res.bank:0
4372+#: field:res.partner,bank_ids:0
4373+msgid "Banks"
4374+msgstr ""
4375+
4376+#. module: base
4377+#: view:res.log:0
4378+msgid "Unread"
4379+msgstr ""
4380+
4381+#. module: base
4382+#: field:ir.cron,doall:0
4383+msgid "Repeat Missed"
4384+msgstr ""
4385+
4386+#. module: base
4387+#: help:ir.actions.server,state:0
4388+msgid "Type of the Action that is to be executed"
4389+msgstr ""
4390+
4391+#. module: base
4392+#: field:ir.server.object.lines,server_id:0
4393+msgid "Object Mapping"
4394+msgstr ""
4395+
4396+#. module: base
4397+#: help:res.currency.rate,rate:0
4398+msgid "The rate of the currency to the currency of rate 1"
4399+msgstr ""
4400+
4401+#. module: base
4402+#: model:res.country,name:base.uk
4403+msgid "United Kingdom"
4404+msgstr ""
4405+
4406+#. module: base
4407+#: view:res.config:0
4408+msgid "res_config_contents"
4409+msgstr ""
4410+
4411+#. module: base
4412+#: help:res.partner.category,active:0
4413+msgid "The active field allows you to hide the category without removing it."
4414+msgstr ""
4415+
4416+#. module: base
4417+#: report:ir.module.reference.graph:0
4418+msgid "Object:"
4419+msgstr ""
4420+
4421+#. module: base
4422+#: model:res.country,name:base.bw
4423+msgid "Botswana"
4424+msgstr ""
4425+
4426+#. module: base
4427+#: model:ir.actions.act_window,name:base.action_partner_title_partner
4428+#: model:ir.ui.menu,name:base.menu_partner_title_partner
4429+#: view:res.partner.title:0
4430+msgid "Partner Titles"
4431+msgstr ""
4432+
4433+#. module: base
4434+#: help:ir.actions.act_window,auto_refresh:0
4435+msgid "Add an auto-refresh on the view"
4436+msgstr ""
4437+
4438+#. module: base
4439+#: help:res.partner,employee:0
4440+msgid "Check this box if the partner is an Employee."
4441+msgstr ""
4442+
4443+#. module: base
4444+#: field:ir.actions.report.xml,report_rml_content:0
4445+#: field:ir.actions.report.xml,report_rml_content_data:0
4446+msgid "RML content"
4447+msgstr ""
4448+
4449+#. module: base
4450+#: model:ir.actions.act_window,name:base.action_workflow_workitem_form
4451+#: model:ir.ui.menu,name:base.menu_workflow_workitem
4452+msgid "Workitems"
4453+msgstr ""
4454+
4455+#. module: base
4456+#: field:base.language.export,advice:0
4457+msgid "Advice"
4458+msgstr ""
4459+
4460+#. module: base
4461+#: model:ir.model,name:base.model_ir_attachment
4462+msgid "ir.attachment"
4463+msgstr ""
4464+
4465+#. module: base
4466+#: code:addons/orm.py:4086
4467+#, python-format
4468+msgid ""
4469+"You cannot perform this operation. New Record Creation is not allowed for "
4470+"this object as this object is for reporting purpose."
4471+msgstr ""
4472+
4473+#. module: base
4474+#: view:base.language.import:0
4475+msgid "- module,type,name,res_id,src,value"
4476+msgstr ""
4477+
4478+#. module: base
4479+#: selection:base.language.install,lang:0
4480+msgid "Lithuanian / Lietuvių kalba"
4481+msgstr ""
4482+
4483+#. module: base
4484+#: help:ir.actions.server,record_id:0
4485+msgid ""
4486+"Provide the field name where the record id is stored after the create "
4487+"operations. If it is empty, you can not track the new record."
4488+msgstr ""
4489+
4490+#. module: base
4491+#: help:ir.model.fields,relation:0
4492+msgid "For relationship fields, the technical name of the target model"
4493+msgstr ""
4494+
4495+#. module: base
4496+#: selection:base.language.install,lang:0
4497+msgid "Indonesian / Bahasa Indonesia"
4498+msgstr ""
4499+
4500+#. module: base
4501+#: field:ir.ui.view,inherit_id:0
4502+msgid "Inherited View"
4503+msgstr ""
4504+
4505+#. module: base
4506+#: view:ir.translation:0
4507+msgid "Source Term"
4508+msgstr ""
4509+
4510+#. module: base
4511+#: model:ir.ui.menu,name:base.menu_main_pm
4512+msgid "Project"
4513+msgstr ""
4514+
4515+#. module: base
4516+#: field:ir.ui.menu,web_icon_hover_data:0
4517+msgid "Web Icon Image (hover)"
4518+msgstr ""
4519+
4520+#. module: base
4521+#: view:base.module.import:0
4522+msgid "Module file successfully imported!"
4523+msgstr ""
4524+
4525+#. module: base
4526+#: selection:ir.actions.todo,state:0
4527+msgid "Cancelled"
4528+msgstr ""
4529+
4530+#. module: base
4531+#: view:res.config.users:0
4532+msgid "Create User"
4533+msgstr ""
4534+
4535+#. module: base
4536+#: view:partner.clear.ids:0
4537+msgid "Want to Clear Ids ? "
4538+msgstr ""
4539+
4540+#. module: base
4541+#: field:publisher_warranty.contract,name:0
4542+#: field:publisher_warranty.contract.wizard,name:0
4543+msgid "Serial Key"
4544+msgstr ""
4545+
4546+#. module: base
4547+#: selection:res.request,priority:0
4548+msgid "Low"
4549+msgstr ""
4550+
4551+#. module: base
4552+#: model:ir.ui.menu,name:base.menu_audit
4553+msgid "Audit"
4554+msgstr ""
4555+
4556+#. module: base
4557+#: model:res.country,name:base.lc
4558+msgid "Saint Lucia"
4559+msgstr ""
4560+
4561+#. module: base
4562+#: view:publisher_warranty.contract:0
4563+msgid "Maintenance Contract"
4564+msgstr ""
4565+
4566+#. module: base
4567+#: help:ir.actions.server,trigger_obj_id:0
4568+msgid "Select the object from the model on which the workflow will executed."
4569+msgstr ""
4570+
4571+#. module: base
4572+#: model:res.groups,name:base.group_user
4573+#: field:res.partner,employee:0
4574+msgid "Employee"
4575+msgstr ""
4576+
4577+#. module: base
4578+#: field:ir.model.access,perm_create:0
4579+msgid "Create Access"
4580+msgstr ""
4581+
4582+#. module: base
4583+#: field:res.bank,state:0
4584+#: field:res.company,state_id:0
4585+#: field:res.partner.address,state_id:0
4586+#: field:res.partner.bank,state_id:0
4587+msgid "Fed. State"
4588+msgstr ""
4589+
4590+#. module: base
4591+#: field:ir.actions.server,copy_object:0
4592+msgid "Copy Of"
4593+msgstr ""
4594+
4595+#. module: base
4596+#: field:ir.model,osv_memory:0
4597+msgid "In-memory model"
4598+msgstr ""
4599+
4600+#. module: base
4601+#: view:partner.clear.ids:0
4602+msgid "Clear Ids"
4603+msgstr ""
4604+
4605+#. module: base
4606+#: model:res.country,name:base.io
4607+msgid "British Indian Ocean Territory"
4608+msgstr ""
4609+
4610+#. module: base
4611+#: field:res.users,view:0
4612+msgid "Interface"
4613+msgstr ""
4614+
4615+#. module: base
4616+#: view:ir.actions.server:0
4617+msgid "Field Mapping"
4618+msgstr ""
4619+
4620+#. module: base
4621+#: view:publisher_warranty.contract:0
4622+msgid "Refresh Validation Dates"
4623+msgstr ""
4624+
4625+#. module: base
4626+#: field:ir.model.fields,ttype:0
4627+msgid "Field Type"
4628+msgstr ""
4629+
4630+#. module: base
4631+#: field:res.country.state,code:0
4632+msgid "State Code"
4633+msgstr ""
4634+
4635+#. module: base
4636+#: field:ir.model.fields,on_delete:0
4637+msgid "On delete"
4638+msgstr ""
4639+
4640+#. module: base
4641+#: selection:res.lang,direction:0
4642+msgid "Left-to-Right"
4643+msgstr ""
4644+
4645+#. module: base
4646+#: view:res.lang:0
4647+#: field:res.lang,translatable:0
4648+msgid "Translatable"
4649+msgstr ""
4650+
4651+#. module: base
4652+#: model:res.country,name:base.vn
4653+msgid "Vietnam"
4654+msgstr ""
4655+
4656+#. module: base
4657+#: field:res.users,signature:0
4658+msgid "Signature"
4659+msgstr ""
4660+
4661+#. module: base
4662+#: code:addons/fields.py:456
4663+#: code:addons/fields.py:654
4664+#: code:addons/fields.py:656
4665+#: code:addons/fields.py:658
4666+#: code:addons/fields.py:660
4667+#: code:addons/fields.py:662
4668+#: code:addons/fields.py:664
4669+#, python-format
4670+msgid "Not Implemented"
4671+msgstr ""
4672+
4673+#. module: base
4674+#: model:ir.model,name:base.model_res_widget_user
4675+msgid "res.widget.user"
4676+msgstr ""
4677+
4678+#. module: base
4679+#: field:res.partner.category,complete_name:0
4680+msgid "Full Name"
4681+msgstr ""
4682+
4683+#. module: base
4684+#: view:base.module.configuration:0
4685+msgid "_Ok"
4686+msgstr ""
4687+
4688+#. module: base
4689+#: help:ir.filters,user_id:0
4690+msgid "False means for every user"
4691+msgstr ""
4692+
4693+#. module: base
4694+#: code:addons/base/module/module.py:238
4695+#, python-format
4696+msgid "The name of the module must be unique !"
4697+msgstr ""
4698+
4699+#. module: base
4700+#: model:res.country,name:base.mz
4701+msgid "Mozambique"
4702+msgstr ""
4703+
4704+#. module: base
4705+#: model:ir.ui.menu,name:base.menu_project_long_term
4706+msgid "Long Term Planning"
4707+msgstr ""
4708+
4709+#. module: base
4710+#: field:ir.actions.server,message:0
4711+#: field:partner.massmail.wizard,text:0
4712+#: view:partner.sms.send:0
4713+#: field:res.log,name:0
4714+msgid "Message"
4715+msgstr ""
4716+
4717+#. module: base
4718+#: field:ir.actions.act_window.view,multi:0
4719+msgid "On Multiple Doc."
4720+msgstr ""
4721+
4722+#. module: base
4723+#: view:res.partner:0
4724+#: field:res.partner,user_id:0
4725+msgid "Salesman"
4726+msgstr ""
4727+
4728+#. module: base
4729+#: field:res.partner,address:0
4730+#: view:res.partner.address:0
4731+msgid "Contacts"
4732+msgstr ""
4733+
4734+#. module: base
4735+#: code:addons/orm.py:3704
4736+#, python-format
4737+msgid ""
4738+"Unable to delete this document because it is used as a default property"
4739+msgstr ""
4740+
4741+#. module: base
4742+#: view:res.widget.wizard:0
4743+msgid "Add"
4744+msgstr ""
4745+
4746+#. module: base
4747+#: view:base.module.upgrade:0
4748+#: model:ir.ui.menu,name:base.menu_view_base_module_upgrade
4749+msgid "Apply Scheduled Upgrades"
4750+msgstr ""
4751+
4752+#. module: base
4753+#: view:res.widget:0
4754+msgid "Widgets"
4755+msgstr ""
4756+
4757+#. module: base
4758+#: model:res.country,name:base.cz
4759+msgid "Czech Republic"
4760+msgstr ""
4761+
4762+#. module: base
4763+#: view:res.widget.wizard:0
4764+msgid "Widget Wizard"
4765+msgstr ""
4766+
4767+#. module: base
4768+#: model:ir.actions.act_window,help:base.act_ir_actions_todo_form
4769+msgid ""
4770+"The configuration wizards are used to help you configure a new instance of "
4771+"OpenERP. They are launched during the installation of new modules, but you "
4772+"can choose to restart some wizards manually from this menu."
4773+msgstr ""
4774+
4775+#. module: base
4776+#: code:addons/base/res/res_users.py:222
4777+#, python-format
4778+msgid ""
4779+"Please use the change password wizard (in User Preferences or User menu) to "
4780+"change your own password."
4781+msgstr ""
4782+
4783+#. module: base
4784+#: code:addons/orm.py:1883
4785+#, python-format
4786+msgid "Insufficient fields for Calendar View!"
4787+msgstr ""
4788+
4789+#. module: base
4790+#: selection:ir.property,type:0
4791+msgid "Integer"
4792+msgstr ""
4793+
4794+#. module: base
4795+#: help:ir.actions.report.xml,report_rml:0
4796+msgid ""
4797+"The path to the main report file (depending on Report Type) or NULL if the "
4798+"content is in another data field"
4799+msgstr ""
4800+
4801+#. module: base
4802+#: help:res.users,company_id:0
4803+msgid "The company this user is currently working for."
4804+msgstr ""
4805+
4806+#. module: base
4807+#: model:ir.model,name:base.model_wizard_ir_model_menu_create
4808+msgid "wizard.ir.model.menu.create"
4809+msgstr ""
4810+
4811+#. module: base
4812+#: view:workflow.transition:0
4813+msgid "Transition"
4814+msgstr ""
4815+
4816+#. module: base
4817+#: field:res.groups,menu_access:0
4818+msgid "Access Menu"
4819+msgstr ""
4820+
4821+#. module: base
4822+#: model:res.country,name:base.na
4823+msgid "Namibia"
4824+msgstr ""
4825+
4826+#. module: base
4827+#: model:res.country,name:base.mn
4828+msgid "Mongolia"
4829+msgstr ""
4830+
4831+#. module: base
4832+#: view:ir.module.module:0
4833+msgid "Created Menus"
4834+msgstr ""
4835+
4836+#. module: base
4837+#: selection:ir.ui.view,type:0
4838+msgid "mdx"
4839+msgstr ""
4840+
4841+#. module: base
4842+#: model:res.country,name:base.bi
4843+msgid "Burundi"
4844+msgstr ""
4845+
4846+#. module: base
4847+#: view:base.language.install:0
4848+#: view:base.module.import:0
4849+#: view:base.module.update:0
4850+#: view:publisher_warranty.contract.wizard:0
4851+#: view:res.request:0
4852+msgid "Close"
4853+msgstr ""
4854+
4855+#. module: base
4856+#: selection:base.language.install,lang:0
4857+msgid "Spanish (MX) / Español (MX)"
4858+msgstr ""
4859+
4860+#. module: base
4861+#: view:res.log:0
4862+msgid "My Logs"
4863+msgstr ""
4864+
4865+#. module: base
4866+#: model:res.country,name:base.bt
4867+msgid "Bhutan"
4868+msgstr ""
4869+
4870+#. module: base
4871+#: help:ir.sequence,number_next:0
4872+msgid "Next number of this sequence"
4873+msgstr ""
4874+
4875+#. module: base
4876+#: model:res.partner.category,name:base.res_partner_category_11
4877+msgid "Textile Suppliers"
4878+msgstr ""
4879+
4880+#. module: base
4881+#: selection:ir.actions.url,target:0
4882+msgid "This Window"
4883+msgstr ""
4884+
4885+#. module: base
4886+#: view:publisher_warranty.contract:0
4887+msgid "Publisher Warranty Contracts"
4888+msgstr ""
4889+
4890+#. module: base
4891+#: help:res.log,name:0
4892+msgid "The logging message."
4893+msgstr ""
4894+
4895+#. module: base
4896+#: field:base.language.export,format:0
4897+msgid "File Format"
4898+msgstr ""
4899+
4900+#. module: base
4901+#: field:res.lang,iso_code:0
4902+msgid "ISO code"
4903+msgstr ""
4904+
4905+#. module: base
4906+#: model:ir.model,name:base.model_res_config_view
4907+msgid "res.config.view"
4908+msgstr ""
4909+
4910+#. module: base
4911+#: view:res.log:0
4912+#: field:res.log,read:0
4913+msgid "Read"
4914+msgstr ""
4915+
4916+#. module: base
4917+#: sql_constraint:res.country:0
4918+msgid "The name of the country must be unique !"
4919+msgstr ""
4920+
4921+#. module: base
4922+#: model:ir.actions.act_window,help:base.action_country_state
4923+msgid ""
4924+"If you are working on the American market, you can manage the different "
4925+"federal states you are working on from here. Each state is attached to one "
4926+"country."
4927+msgstr ""
4928+
4929+#. module: base
4930+#: view:workflow.workitem:0
4931+msgid "Workflow Workitems"
4932+msgstr ""
4933+
4934+#. module: base
4935+#: model:res.country,name:base.vc
4936+msgid "Saint Vincent & Grenadines"
4937+msgstr ""
4938+
4939+#. module: base
4940+#: field:ir.mail_server,smtp_pass:0
4941+#: field:partner.sms.send,password:0
4942+#: field:res.users,password:0
4943+msgid "Password"
4944+msgstr ""
4945+
4946+#. module: base
4947+#: model:ir.actions.act_window,name:base.action_model_fields
4948+#: view:ir.model:0
4949+#: field:ir.model,field_id:0
4950+#: model:ir.model,name:base.model_ir_model_fields
4951+#: view:ir.model.fields:0
4952+#: model:ir.ui.menu,name:base.ir_model_model_fields
4953+msgid "Fields"
4954+msgstr ""
4955+
4956+#. module: base
4957+#: model:ir.actions.act_window,name:base.action_partner_employee_form
4958+msgid "Employees"
4959+msgstr ""
4960+
4961+#. module: base
4962+#: help:res.log,read:0
4963+msgid ""
4964+"If this log item has been read, get() should not send it to the client"
4965+msgstr ""
4966+
4967+#. module: base
4968+#: field:res.company,rml_header2:0
4969+#: field:res.company,rml_header3:0
4970+msgid "RML Internal Header"
4971+msgstr ""
4972+
4973+#. module: base
4974+#: field:ir.actions.act_window,search_view_id:0
4975+msgid "Search View Ref."
4976+msgstr ""
4977+
4978+#. module: base
4979+#: field:ir.module.module,installed_version:0
4980+msgid "Latest version"
4981+msgstr ""
4982+
4983+#. module: base
4984+#: model:ir.actions.act_window,help:base.res_partner_canal-act
4985+msgid ""
4986+"Track from where is coming your leads and opportunities by creating specific "
4987+"channels that will be maintained at the creation of a document in the "
4988+"system. Some examples of channels can be: Website, Phone Call, Reseller, etc."
4989+msgstr ""
4990+
4991+#. module: base
4992+#: model:res.partner.bank.type.field,name:base.bank_normal_field
4993+msgid "acc_number"
4994+msgstr ""
4995+
4996+#. module: base
4997+#: model:ir.actions.act_window,name:base.action_partner_address_form
4998+#: model:ir.ui.menu,name:base.menu_partner_address_form
4999+msgid "Addresses"
5000+msgstr ""
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches