Merge lp:~openerp-commiter/openobject-server/trunk-fix-uninstallation-sus into lp:~openerp-dev/openobject-server/trunk-configuration-rework

Proposed by Sunny Sheth(OpenERP)
Status: Rejected
Rejected by: qdp (OpenERP)
Proposed branch: lp:~openerp-commiter/openobject-server/trunk-fix-uninstallation-sus
Merge into: lp:~openerp-dev/openobject-server/trunk-configuration-rework
Diff against target: 11303 lines (+9706/-216)
14 files modified
bin/addons/base/i18n/fa_AF.po (+9248/-0)
bin/addons/base/i18n/hu.po (+4/-4)
debian/po/he.po (+0/-39)
debian/po/pt_BR.po (+4/-4)
openerp/addons/__init__.py (+4/-2)
openerp/addons/base/__openerp__.py (+1/-0)
openerp/addons/base/i18n/nl.po (+5/-5)
openerp/addons/base/i18n/pt_BR.po (+226/-131)
openerp/addons/base/i18n/vi.po (+5/-5)
openerp/addons/base/ir/ir_rule.py (+34/-16)
openerp/addons/base/ir/workflow/print_instance.py (+22/-8)
openerp/addons/base/res/res_company.py (+5/-1)
openerp/addons/base/res/res_security.xml (+1/-1)
openerp/addons/base/test/test_ir_rule.yml (+147/-0)
To merge this branch: bzr merge lp:~openerp-commiter/openobject-server/trunk-fix-uninstallation-sus
Reviewer Review Type Date Requested Status
qdp (OpenERP) Disapprove
Review via email: mp+52526@code.launchpad.net

Description of the change

Fix problem of uninstallation of module.

To post a comment you must log in.
Revision history for this message
Vo Minh Thu (thu) wrote :

What is this .po file supposed to fix?

Revision history for this message
qdp (OpenERP) (qdp) wrote :

i think this branch isn't stacked on the good one (should be the main project branch, not the trunk-addons) and thus it's giving here a wrong diff.

Please Sudhir resubmit a correct branch so that we can see the diff directly.

Thanks

review: Disapprove

Unmerged revisions

3364. By sus <sus@sus-desktop>

[FIX] Fix problem of uninstallation

Preview Diff

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

Subscribers

People subscribed via source and target branches