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

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

Description of the change

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

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

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/__init__.py'
--- bin/addons/__init__.py 2012-01-15 11:33:42 +0000
+++ bin/addons/__init__.py 2012-05-09 12:37:21 +0000
@@ -50,6 +50,15 @@
5050
51logger = netsvc.Logger()51logger = netsvc.Logger()
5252
53### OpenUpgrade
54def table_exists(cr, table):
55 """ Check whether a certain table or view exists """
56 cr.execute(
57 'SELECT count(relname) FROM pg_class WHERE relname = %s',
58 (table,))
59 return cr.fetchone()[0] == 1
60### End of OpenUpgrade
61
53_ad = os.path.abspath(opj(tools.ustr(tools.config['root_path']), u'addons')) # default addons path (base)62_ad = os.path.abspath(opj(tools.ustr(tools.config['root_path']), u'addons')) # default addons path (base)
54ad_paths= map(lambda m: os.path.abspath(tools.ustr(m.strip())), tools.config['addons_path'].split(','))63ad_paths= map(lambda m: os.path.abspath(tools.ustr(m.strip())), tools.config['addons_path'].split(','))
5564
@@ -698,7 +707,7 @@
698 tools.convert_xml_import(cr, module_name, file, id_map, mode, noupdate)707 tools.convert_xml_import(cr, module_name, file, id_map, mode, noupdate)
699 finally:708 finally:
700 file.close()709 file.close()
701710
702 local_registry = {}711 local_registry = {}
703 def get_repr(properties, type='val'):712 def get_repr(properties, type='val'):
704 """ 713 """
@@ -730,24 +739,12 @@
730 if isinstance(model, osv.osv.osv_memory):739 if isinstance(model, osv.osv.osv_memory):
731 return740 return
732741
742 model_registry = local_registry.setdefault(
743 model._name, {})
733 if model._inherits:744 if model._inherits:
734 properties = { 745 model_registry['_inherits'] = {'_inherits': unicode(model._inherits)}
735 'model': model._name,746 for k, v in model._columns.items():
736 'field': '_inherits',747 properties = {
737 'type': '',
738 'isfunction': '',
739 'relation': '',
740 'required': '',
741 'selection_keys': '',
742 'req_default': '',
743 'inherits': unicode(model._inherits),
744 }
745 local_registry[get_repr(properties, 'key')] = get_repr(
746 properties)
747 for k,v in model._columns.items():
748 properties = {
749 'model': model._name,
750 'field': k,
751 'type': v._type,748 'type': v._type,
752 'isfunction': (749 'isfunction': (
753 isinstance(v, osv.fields.function) and 'function' or ''),750 isinstance(v, osv.fields.function) and 'function' or ''),
@@ -773,49 +770,70 @@
773 properties['req_default'] = 'function'770 properties['req_default'] = 'function'
774 else:771 else:
775 properties['req_default'] = unicode(model._defaults[k])772 properties['req_default'] = unicode(model._defaults[k])
776 local_registry[get_repr(properties, 'key')] = get_repr(773 for key, value in properties.items():
777 properties)774 if value:
778775 model_registry.setdefault(k, {})[key] = value
779 def compare_registries():776
780 """777 def get_record_id(cr, module, model, field, mode):
781 OpenUpgrade: Store the characteristics of the BaseModel and its fields778 """
782 in the local registry, so that we can compare changes with the779 OpenUpgrade: get or create the id from the record table matching
783 main registry780 the key parameter values
784 """781 """
785 for key in sorted(local_registry.keys()):782 cr.execute(
786 if key in registry:783 "SELECT id FROM openupgrade_record "
787 if registry[key] != local_registry[key]:784 "WHERE module = %s AND model = %s AND "
788 logger.notifyChannel(785 "field = %s AND mode = %s AND type = %s",
789 'OpenUpgrade_FIELD', netsvc.LOG_INFO,786 (module, model, field, mode, 'field')
790 '"%s","modify",%s,%s' % (787 )
791 package.name, key, local_registry[key]))788 record = cr.fetchone()
792 else:789 if record:
793 logger.notifyChannel(790 return record[0]
794 'OpenUpgrade_FIELD', netsvc.LOG_INFO,791 cr.execute(
795 '"%s","create",%s,%s' % (792 "INSERT INTO openupgrade_record "
796 package.name, key, local_registry[key]))793 "(module, model, field, mode, type) "
797 registry[key] = local_registry[key]794 "VALUES (%s, %s, %s, %s, %s)",
798795 (module, model, field, mode, 'field')
799 def log_xmlids(cr, package_name):796 )
800 """797 cr.execute(
801 OpenUpgrade: Log all XMLID's owned by this package.798 "SELECT id FROM openupgrade_record "
802 TODO: other modules can really easily add items that 'belong' to799 "WHERE module = %s AND model = %s AND "
803 another module. Needs deeper digging in the load_data methods.800 "field = %s AND mode = %s AND type = %s",
804801 (module, model, field, mode, 'field')
805 Need to pass the cursor, as the one passed to the upper method is802 )
806 closed by now (or it is in OpenERP 6.1).803 return cr.fetchone()[0]
807 """804
808805 def compare_registries(cr, module):
809 cr.execute(806 """
810 'select model, name from ir_model_data where module=%s '807 OpenUpgrade: Compare the local registry with the global registry,
811 'order by model, name', (package_name,))808 log any differences and merge the local registry with
812 for res in cr.fetchall():809 the global one.
813 xmlid_repr = ','.join([810 """
814 "\"" + string.replace(property, '\"', '\'') + "\""811 if not table_exists(cr, 'openupgrade_record'):
815 for property in (res[0], res[1], package_name)812 return
816 ])813 for model, fields in local_registry.items():
817 logger.notifyChannel(814 registry.setdefault(model, {})
818 'OpenUpgrade_XMLID', netsvc.LOG_INFO, xmlid_repr)815 for field, attributes in fields.items():
816 old_field = registry[model].setdefault(field, {})
817 mode = old_field and 'modify' or 'create'
818 record_id = False
819 for key, value in attributes.items():
820 if key not in old_field or old_field[key] != value:
821 if not record_id:
822 record_id = get_record_id(
823 cr, module, model, field, mode)
824 cr.execute(
825 "SELECT id FROM openupgrade_attribute "
826 "WHERE name = %s AND value = %s AND "
827 "record_id = %s",
828 (key, value, record_id)
829 )
830 if not cr.fetchone():
831 cr.execute(
832 "INSERT INTO openupgrade_attribute "
833 "(name, value, record_id) VALUES (%s, %s, %s)",
834 (key, value, record_id)
835 )
836 old_field[key] = value
819837
820 # **kwargs is passed directly to convert_xml_import838 # **kwargs is passed directly to convert_xml_import
821 if not status:839 if not status:
@@ -839,11 +857,10 @@
839857
840 if hasattr(package, 'init') or hasattr(package, 'update') or package.state in ('to install', 'to upgrade'):858 if hasattr(package, 'init') or hasattr(package, 'update') or package.state in ('to install', 'to upgrade'):
841 # OpenUpgrade: add this module's models to the registry859 # OpenUpgrade: add this module's models to the registry
842 logger.notifyChannel('OpenUpgrade_FIELD', netsvc.LOG_INFO, 'module %s' % (package.name))
843 local_registry = {}860 local_registry = {}
844 for model in osv.orm.orm:861 for model in modules:
845 log_model(model)862 log_model(model)
846 compare_registries()863 compare_registries(cr, package.name)
847864
848 init_module_objects(cr, package.name, modules)865 init_module_objects(cr, package.name, modules)
849 cr.commit()866 cr.commit()
@@ -898,7 +915,7 @@
898 modobj.write(cr, 1, [mid], {'state': 'installed', 'latest_version': ver})915 modobj.write(cr, 1, [mid], {'state': 'installed', 'latest_version': ver})
899 cr.commit()916 cr.commit()
900 # Update translations for all installed languages917 # Update translations for all installed languages
901 modobj.update_translations(cr, 1, [mid], None)918 modobj.update_translations(cr, 1, [mid], None, {'overwrite': True})
902 cr.commit()919 cr.commit()
903920
904 package.state = 'installed'921 package.state = 'installed'
@@ -907,7 +924,6 @@
907 delattr(package, kind)924 delattr(package, kind)
908925
909 statusi += 1926 statusi += 1
910 log_xmlids(cr, package.name) # OpenUpgrade
911 cr.commit()927 cr.commit()
912928
913 return processed_modules929 return processed_modules
914930
=== modified file 'bin/addons/base/base_data.xml'
--- bin/addons/base/base_data.xml 2011-03-16 12:17:33 +0000
+++ bin/addons/base/base_data.xml 2012-05-09 12:37:21 +0000
@@ -1330,7 +1330,7 @@
13301330
1331 <record id="INR" model="res.currency">1331 <record id="INR" model="res.currency">
1332 <field name="name">INR</field>1332 <field name="name">INR</field>
1333 <field name="symbol">Rs</field>1333 <field name="symbol">ā‚¹</field>
1334 <field name="rounding">0.01</field>1334 <field name="rounding">0.01</field>
1335 <field name="accuracy">4</field>1335 <field name="accuracy">4</field>
1336 <field name="company_id" ref="main_company"/>1336 <field name="company_id" ref="main_company"/>
@@ -1617,5 +1617,71 @@
1617 <field name="currency_id" ref="MUR"/>1617 <field name="currency_id" ref="MUR"/>
1618 <field eval="time.strftime('%Y-01-01')" name="name"/>1618 <field eval="time.strftime('%Y-01-01')" name="name"/>
1619 </record>1619 </record>
1620
1621 <record id="XOF" model="res.currency">
1622 <field name="name">XOF</field>
1623 <field name="symbol">CFA</field>
1624 <field name="rounding">1</field>
1625 <field name="accuracy">4</field>
1626 <field name="company_id" ref="main_company"/>
1627 </record>
1628 <record id="rateXOF" model="res.currency.rate">
1629 <field name="rate">655.957</field>
1630 <field name="currency_id" ref="XOF"/>
1631 <field eval="time.strftime('%Y-01-01')" name="name"/>
1632 </record>
1633
1634 <record id="XAF" model="res.currency">
1635 <field name="name">XAF</field>
1636 <field name="symbol">FCFA</field>
1637 <field name="rounding">1</field>
1638 <field name="accuracy">4</field>
1639 <field name="company_id" ref="main_company"/>
1640 </record>
1641 <record id="rateXAF" model="res.currency.rate">
1642 <field name="rate">655.957</field>
1643 <field name="currency_id" ref="XAF"/>
1644 <field eval="time.strftime('%Y-01-01')" name="name"/>
1645 </record>
1646
1647 <record id="UGX" model="res.currency">
1648 <field name="name">UGX</field>
1649 <field name="symbol">USh</field>
1650 <field name="rounding">1</field>
1651 <field name="accuracy">4</field>
1652 <field name="company_id" ref="main_company"/>
1653 </record>
1654 <record id="rateUGX" model="res.currency.rate">
1655 <field name="rate">3401.91388</field>
1656 <field name="currency_id" ref="UGX"/>
1657 <field eval="time.strftime('%Y-01-01')" name="name"/>
1658 </record>
1659
1660 <record id="HNL" model="res.currency">
1661 <field name="name">HNL</field>
1662 <field name="symbol">L</field>
1663 <field name="rounding">0.01</field>
1664 <field name="accuracy">4</field>
1665 <field name="company_id" ref="main_company"/>
1666 </record>
1667 <record id="rateHNL" model="res.currency.rate">
1668 <field name="rate">25</field>
1669 <field name="currency_id" ref="HNL"/>
1670 <field eval="time.strftime('%Y-01-01')" name="name"/>
1671 </record>
1672
1673 <!-- Chilean peso -->
1674 <record id="CLP" model="res.currency">
1675 <field name="name">CLP</field>
1676 <field name="symbol">$</field>
1677 <field name="rounding">0.01</field>
1678 <field name="accuracy">4</field>
1679 <field name="company_id" ref="main_company"/>
1680 </record>
1681 <record id="rateCLP" model="res.currency.rate">
1682 <field name="rate">710</field>
1683 <field name="currency_id" ref="CLP"/>
1684 <field eval="time.strftime('%Y-01-01')" name="name"/>
1685 </record>
1620 </data>1686 </data>
1621</openerp>1687</openerp>
16221688
=== added file 'bin/addons/base/i18n/ab.po'
--- bin/addons/base/i18n/ab.po 1970-01-01 00:00:00 +0000
+++ bin/addons/base/i18n/ab.po 2012-05-09 12:37:21 +0000
@@ -0,0 +1,9246 @@
1# Abkhazian translation for openobject-server
2# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3# This file is distributed under the same license as the openobject-server package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
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: 2012-02-27 08:03+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Abkhazian <ab@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: 2012-03-07 05:41+0000\n"
18"X-Generator: Launchpad (build 14907)\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:582
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:532
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_users.py:558
142#, python-format
143msgid "Warning!"
144msgstr ""
145
146#. module: base
147#: code:addons/base/ir/ir_model.py:344
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:129
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:4206
172#, python-format
173msgid "created."
174msgstr ""
175
176#. module: base
177#: model:res.partner.category,name:base.res_partner_category_woodsuppliers0
178msgid "Wood Suppliers"
179msgstr ""
180
181#. module: base
182#: code:addons/base/module/module.py:390
183#, python-format
184msgid ""
185"Some installed modules depend on the module you plan to Uninstall :\n"
186" %s"
187msgstr ""
188
189#. module: base
190#: field:ir.sequence,number_increment:0
191msgid "Increment Number"
192msgstr ""
193
194#. module: base
195#: model:ir.actions.act_window,name:base.action_res_company_tree
196#: model:ir.ui.menu,name:base.menu_action_res_company_tree
197msgid "Company's Structure"
198msgstr ""
199
200#. module: base
201#: selection:base.language.install,lang:0
202msgid "Inuktitut / įƒį“„į’ƒį‘Žį‘į‘¦"
203msgstr ""
204
205#. module: base
206#: view:res.partner:0
207msgid "Search Partner"
208msgstr ""
209
210#. module: base
211#: code:addons/base/res/res_user.py:132
212#, python-format
213msgid "\"smtp_server\" needs to be set to send mails to users"
214msgstr ""
215
216#. module: base
217#: code:addons/base/module/wizard/base_export_language.py:60
218#, python-format
219msgid "new"
220msgstr ""
221
222#. module: base
223#: field:ir.actions.report.xml,multi:0
224msgid "On multiple doc."
225msgstr ""
226
227#. module: base
228#: field:ir.module.category,module_nr:0
229msgid "Number of Modules"
230msgstr ""
231
232#. module: base
233#: help:multi_company.default,company_dest_id:0
234msgid "Company to store the current record"
235msgstr ""
236
237#. module: base
238#: field:res.partner.bank.type.field,size:0
239msgid "Max. Size"
240msgstr ""
241
242#. module: base
243#: view:res.partner:0
244#: field:res.partner,subname:0
245#: field:res.partner.address,name:0
246msgid "Contact Name"
247msgstr ""
248
249#. module: base
250#: code:addons/base/module/wizard/base_export_language.py:56
251#, python-format
252msgid ""
253"Save this document to a %s file and edit it with a specific software or a "
254"text editor. The file encoding is UTF-8."
255msgstr ""
256
257#. module: base
258#: sql_constraint:res.lang:0
259msgid "The name of the language must be unique !"
260msgstr ""
261
262#. module: base
263#: selection:res.request,state:0
264msgid "active"
265msgstr ""
266
267#. module: base
268#: field:ir.actions.wizard,wiz_name:0
269msgid "Wizard Name"
270msgstr ""
271
272#. module: base
273#: code:addons/orm.py:2526
274#, python-format
275msgid "Invalid group_by"
276msgstr ""
277
278#. module: base
279#: field:res.partner,credit_limit:0
280msgid "Credit Limit"
281msgstr ""
282
283#. module: base
284#: field:ir.model.data,date_update:0
285msgid "Update Date"
286msgstr ""
287
288#. module: base
289#: view:ir.attachment:0
290msgid "Owner"
291msgstr ""
292
293#. module: base
294#: field:ir.actions.act_window,src_model:0
295msgid "Source Object"
296msgstr ""
297
298#. module: base
299#: view:ir.actions.todo:0
300msgid "Config Wizard Steps"
301msgstr ""
302
303#. module: base
304#: model:ir.model,name:base.model_ir_ui_view_sc
305msgid "ir.ui.view_sc"
306msgstr ""
307
308#. module: base
309#: field:res.widget.user,widget_id:0
310#: field:res.widget.wizard,widgets_list:0
311msgid "Widget"
312msgstr ""
313
314#. module: base
315#: view:ir.model.access:0
316#: field:ir.model.access,group_id: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_users.py:396
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:1390
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:287
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
495#: field:ir.model,name:0
496msgid "Model Description"
497msgstr ""
498
499#. module: base
500#: help:ir.actions.act_window,src_model:0
501msgid ""
502"Optional model name of the objects on which this action should be visible"
503msgstr ""
504
505#. module: base
506#: field:workflow.transition,trigger_expr_id:0
507msgid "Trigger Expression"
508msgstr ""
509
510#. module: base
511#: model:res.country,name:base.jo
512msgid "Jordan"
513msgstr ""
514
515#. module: base
516#: view:ir.module.module:0
517msgid "Certified"
518msgstr ""
519
520#. module: base
521#: model:res.country,name:base.er
522msgid "Eritrea"
523msgstr ""
524
525#. module: base
526#: view:res.config:0
527#: view:res.config.installer:0
528msgid "description"
529msgstr ""
530
531#. module: base
532#: model:ir.ui.menu,name:base.menu_base_action_rule
533#: model:ir.ui.menu,name:base.menu_base_action_rule_admin
534msgid "Automated Actions"
535msgstr ""
536
537#. module: base
538#: model:ir.model,name:base.model_ir_actions_actions
539msgid "ir.actions.actions"
540msgstr ""
541
542#. module: base
543#: view:partner.wizard.ean.check:0
544msgid "Want to check Ean ? "
545msgstr ""
546
547#. module: base
548#: field:ir.values,key2:0
549msgid "Event Type"
550msgstr ""
551
552#. module: base
553#: view:base.language.export:0
554msgid ""
555"OpenERP translations (core, modules, clients) are managed through "
556"Launchpad.net, our open source project management facility. We use their "
557"online interface to synchronize all translations efforts."
558msgstr ""
559
560#. module: base
561#: field:res.partner,title:0
562msgid "Partner Form"
563msgstr ""
564
565#. module: base
566#: selection:base.language.install,lang:0
567msgid "Swedish / svenska"
568msgstr ""
569
570#. module: base
571#: model:res.country,name:base.rs
572msgid "Serbia"
573msgstr ""
574
575#. module: base
576#: selection:ir.translation,type:0
577msgid "Wizard View"
578msgstr ""
579
580#. module: base
581#: model:res.country,name:base.kh
582msgid "Cambodia, Kingdom of"
583msgstr ""
584
585#. module: base
586#: model:ir.actions.act_window,name:base.ir_sequence_form
587#: view:ir.sequence:0
588#: model:ir.ui.menu,name:base.menu_ir_sequence_form
589msgid "Sequences"
590msgstr ""
591
592#. module: base
593#: model:ir.model,name:base.model_base_language_import
594msgid "Language Import"
595msgstr ""
596
597#. module: base
598#: model:ir.model,name:base.model_res_config_users
599msgid "res.config.users"
600msgstr ""
601
602#. module: base
603#: selection:base.language.install,lang:0
604msgid "Albanian / Shqip"
605msgstr ""
606
607#. module: base
608#: model:ir.ui.menu,name:base.menu_crm_config_opportunity
609msgid "Opportunities"
610msgstr ""
611
612#. module: base
613#: model:ir.model,name:base.model_base_language_export
614msgid "base.language.export"
615msgstr ""
616
617#. module: base
618#: model:res.country,name:base.pg
619msgid "Papua New Guinea"
620msgstr ""
621
622#. module: base
623#: help:ir.actions.report.xml,report_type:0
624msgid "Report Type, e.g. pdf, html, raw, sxw, odt, html2html, mako2html, ..."
625msgstr ""
626
627#. module: base
628#: model:res.partner.category,name:base.res_partner_category_4
629msgid "Basic Partner"
630msgstr ""
631
632#. module: base
633#: report:ir.module.reference.graph:0
634msgid ","
635msgstr ""
636
637#. module: base
638#: view:res.partner:0
639msgid "My Partners"
640msgstr ""
641
642#. module: base
643#: view:ir.actions.report.xml:0
644msgid "XML Report"
645msgstr ""
646
647#. module: base
648#: model:res.country,name:base.es
649msgid "Spain"
650msgstr ""
651
652#. module: base
653#: model:ir.ui.menu,name:base.menu_translation_export
654msgid "Import / Export"
655msgstr ""
656
657#. module: base
658#: help:ir.actions.act_window,domain:0
659msgid ""
660"Optional domain filtering of the destination data, as a Python expression"
661msgstr ""
662
663#. module: base
664#: model:ir.actions.act_window,name:base.action_view_base_module_upgrade
665#: model:ir.model,name:base.model_base_module_upgrade
666msgid "Module Upgrade"
667msgstr ""
668
669#. module: base
670#: view:res.config.users:0
671msgid ""
672"Groups are used to define access rights on objects and the visibility of "
673"screens and menus"
674msgstr ""
675
676#. module: base
677#: selection:base.language.install,lang:0
678msgid "Spanish (UY) / EspaƱol (UY)"
679msgstr ""
680
681#. module: base
682#: field:res.partner,mobile:0
683#: field:res.partner.address,mobile:0
684msgid "Mobile"
685msgstr ""
686
687#. module: base
688#: model:res.country,name:base.om
689msgid "Oman"
690msgstr ""
691
692#. module: base
693#: model:ir.actions.act_window,name:base.action_payterm_form
694#: model:ir.model,name:base.model_res_payterm
695msgid "Payment term"
696msgstr ""
697
698#. module: base
699#: model:res.country,name:base.nu
700msgid "Niue"
701msgstr ""
702
703#. module: base
704#: selection:ir.cron,interval_type:0
705msgid "Work Days"
706msgstr ""
707
708#. module: base
709#: selection:ir.module.module,license:0
710msgid "Other OSI Approved Licence"
711msgstr ""
712
713#. module: base
714#: help:res.config.users,context_lang:0
715#: help:res.users,context_lang:0
716msgid ""
717"Sets the language for the user's user interface, when UI translations are "
718"available"
719msgstr ""
720
721#. module: base
722#: code:addons/orm.py:1043
723#, python-format
724msgid "The unlink method is not implemented on this object !"
725msgstr ""
726
727#. module: base
728#: model:ir.actions.act_window,name:base.act_menu_create
729#: view:wizard.ir.model.menu.create:0
730msgid "Create Menu"
731msgstr ""
732
733#. module: base
734#: model:res.country,name:base.in
735msgid "India"
736msgstr ""
737
738#. module: base
739#: model:ir.actions.act_window,name:base.res_request_link-act
740#: model:ir.ui.menu,name:base.menu_res_request_link_act
741msgid "Request Reference Types"
742msgstr ""
743
744#. module: base
745#: view:ir.values:0
746msgid "client_action_multi, client_action_relate"
747msgstr ""
748
749#. module: base
750#: model:res.country,name:base.ad
751msgid "Andorra, Principality of"
752msgstr ""
753
754#. module: base
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#: field:ir.actions.todo,type:0
776#: view:ir.attachment:0
777#: field:ir.attachment,type:0
778#: field:ir.model,state:0
779#: field:ir.model.fields,state:0
780#: field:ir.property,type:0
781#: field:ir.server.object.lines,type:0
782#: field:ir.translation,type:0
783#: view:ir.ui.view:0
784#: view:ir.values:0
785#: field:ir.values,key:0
786#: view:res.partner:0
787#: view:res.partner.address:0
788msgid "Type"
789msgstr ""
790
791#. module: base
792#: code:addons/orm.py:398
793#, python-format
794msgid ""
795"Language with code \"%s\" is not defined in your system !\n"
796"Define it through the Administration menu."
797msgstr ""
798
799#. module: base
800#: model:res.country,name:base.gu
801msgid "Guam (USA)"
802msgstr ""
803
804#. module: base
805#: model:ir.ui.menu,name:base.menu_hr_project
806msgid "Human Resources Dashboard"
807msgstr ""
808
809#. module: base
810#: code:addons/base/res/res_users.py:558
811#, python-format
812msgid "Setting empty passwords is not allowed for security reasons!"
813msgstr ""
814
815#. module: base
816#: selection:ir.actions.server,state:0
817#: selection:workflow.activity,kind:0
818msgid "Dummy"
819msgstr ""
820
821#. module: base
822#: constraint:ir.ui.view:0
823msgid "Invalid XML for View Architecture!"
824msgstr ""
825
826#. module: base
827#: model:res.country,name:base.ky
828msgid "Cayman Islands"
829msgstr ""
830
831#. module: base
832#: model:res.country,name:base.kr
833msgid "South Korea"
834msgstr ""
835
836#. module: base
837#: model:ir.actions.act_window,name:base.action_workflow_transition_form
838#: model:ir.ui.menu,name:base.menu_workflow_transition
839#: view:workflow.activity:0
840msgid "Transitions"
841msgstr ""
842
843#. module: base
844#: code:addons/orm.py:4615
845#, python-format
846msgid "Record #%d of %s not found, cannot copy!"
847msgstr ""
848
849#. module: base
850#: field:ir.module.module,contributors:0
851msgid "Contributors"
852msgstr ""
853
854#. module: base
855#: selection:ir.property,type:0
856msgid "Char"
857msgstr ""
858
859#. module: base
860#: model:ir.actions.act_window,name:base.action_publisher_warranty_contract_form
861#: model:ir.ui.menu,name:base.menu_publisher_warranty_contract
862msgid "Contracts"
863msgstr ""
864
865#. module: base
866#: selection:base.language.install,lang:0
867msgid "Spanish (AR) / EspaƱol (AR)"
868msgstr ""
869
870#. module: base
871#: model:res.country,name:base.ug
872msgid "Uganda"
873msgstr ""
874
875#. module: base
876#: field:ir.model.access,perm_unlink:0
877msgid "Delete Access"
878msgstr ""
879
880#. module: base
881#: model:res.country,name:base.ne
882msgid "Niger"
883msgstr ""
884
885#. module: base
886#: selection:base.language.install,lang:0
887msgid "Chinese (HK)"
888msgstr ""
889
890#. module: base
891#: model:res.country,name:base.ba
892msgid "Bosnia-Herzegovina"
893msgstr ""
894
895#. module: base
896#: view:base.language.export:0
897msgid ""
898"To improve or expand the official translations, you should use directly "
899"Lauchpad's web interface (Rosetta). If you need to perform mass translation, "
900"Launchpad also allows uploading full .po files at once"
901msgstr ""
902
903#. module: base
904#: selection:base.language.install,lang:0
905msgid "Spanish (GT) / EspaƱol (GT)"
906msgstr ""
907
908#. module: base
909#: view:res.lang:0
910msgid ""
911"%W - Week number of the year (Monday as the first day of the week) as a "
912"decimal number [00,53]. All days in a new year preceding the first Monday "
913"are considered to be in week 0."
914msgstr ""
915
916#. module: base
917#: field:ir.module.module,website:0
918#: field:res.company,website:0
919#: field:res.partner,website:0
920msgid "Website"
921msgstr ""
922
923#. module: base
924#: model:res.country,name:base.gs
925msgid "S. Georgia & S. Sandwich Isls."
926msgstr ""
927
928#. module: base
929#: field:ir.actions.url,url:0
930msgid "Action URL"
931msgstr ""
932
933#. module: base
934#: field:base.module.import,module_name:0
935msgid "Module Name"
936msgstr ""
937
938#. module: base
939#: model:res.country,name:base.mh
940msgid "Marshall Islands"
941msgstr ""
942
943#. module: base
944#: code:addons/base/ir/ir_model.py:368
945#, python-format
946msgid "Changing the model of a field is forbidden!"
947msgstr ""
948
949#. module: base
950#: model:res.country,name:base.ht
951msgid "Haiti"
952msgstr ""
953
954#. module: base
955#: view:ir.ui.view:0
956#: selection:ir.ui.view,type:0
957msgid "Search"
958msgstr ""
959
960#. module: base
961#: code:addons/osv.py:132
962#, python-format
963msgid ""
964"The operation cannot be completed, probably due to the following:\n"
965"- deletion: you may be trying to delete a record while other records still "
966"reference it\n"
967"- creation/update: a mandatory field is not correctly set"
968msgstr ""
969
970#. module: base
971#: view:ir.rule:0
972msgid ""
973"2. Group-specific rules are combined together with a logical AND operator"
974msgstr ""
975
976#. module: base
977#: code:addons/base/res/res_users.py:222
978#, python-format
979msgid "Operation Canceled"
980msgstr ""
981
982#. module: base
983#: help:base.language.export,lang:0
984msgid "To export a new language, do not select a language."
985msgstr ""
986
987#. module: base
988#: view:res.request:0
989msgid "Request Date"
990msgstr ""
991
992#. module: base
993#: model:ir.ui.menu,name:base.menu_hr_dasboard
994msgid "Dashboard"
995msgstr ""
996
997#. module: base
998#: model:ir.ui.menu,name:base.menu_purchase_root
999msgid "Purchases"
1000msgstr ""
1001
1002#. module: base
1003#: model:res.country,name:base.md
1004msgid "Moldavia"
1005msgstr ""
1006
1007#. module: base
1008#: view:ir.module.module:0
1009msgid "Features"
1010msgstr ""
1011
1012#. module: base
1013#: view:ir.module.module:0
1014#: report:ir.module.reference.graph:0
1015msgid "Version"
1016msgstr ""
1017
1018#. module: base
1019#: view:ir.model.access:0
1020#: field:ir.model.access,perm_read:0
1021#: view:ir.rule:0
1022msgid "Read Access"
1023msgstr ""
1024
1025#. module: base
1026#: model:ir.model,name:base.model_ir_exports
1027msgid "ir.exports"
1028msgstr ""
1029
1030#. module: base
1031#: code:addons/base/module/wizard/base_update_translations.py:38
1032#, python-format
1033msgid "No language with code \"%s\" exists"
1034msgstr ""
1035
1036#. module: base
1037#: code:addons/base/publisher_warranty/publisher_warranty.py:125
1038#: code:addons/base/publisher_warranty/publisher_warranty.py:163
1039#, python-format
1040msgid "Error during communication with the publisher warranty server."
1041msgstr ""
1042
1043#. module: base
1044#: help:ir.actions.server,email:0
1045msgid ""
1046"Provides the fields that will be used to fetch the email address, e.g. when "
1047"you select the invoice, then `object.invoice_address_id.email` is the field "
1048"which gives the correct address"
1049msgstr ""
1050
1051#. module: base
1052#: view:res.lang:0
1053msgid "%Y - Year with century."
1054msgstr ""
1055
1056#. module: base
1057#: report:ir.module.reference.graph:0
1058msgid "-"
1059msgstr ""
1060
1061#. module: base
1062#: view:publisher_warranty.contract.wizard:0
1063msgid ""
1064"This wizard helps you register a publisher warranty contract in your OpenERP "
1065"system. After the contract has been registered, you will be able to send "
1066"issues directly to OpenERP."
1067msgstr ""
1068
1069#. module: base
1070#: code:addons/orm.py:1744
1071#, python-format
1072msgid "The search method is not implemented on this object !"
1073msgstr ""
1074
1075#. module: base
1076#: view:wizard.ir.model.menu.create:0
1077msgid "Create _Menu"
1078msgstr ""
1079
1080#. module: base
1081#: field:res.payterm,name:0
1082msgid "Payment Term (short name)"
1083msgstr ""
1084
1085#. module: base
1086#: model:ir.model,name:base.model_res_bank
1087#: view:res.bank:0
1088#: field:res.partner.bank,bank:0
1089msgid "Bank"
1090msgstr ""
1091
1092#. module: base
1093#: model:ir.model,name:base.model_ir_exports_line
1094msgid "ir.exports.line"
1095msgstr ""
1096
1097#. module: base
1098#: help:base.language.install,overwrite:0
1099msgid ""
1100"If you check this box, your customized translations will be overwritten and "
1101"replaced by the official ones."
1102msgstr ""
1103
1104#. module: base
1105#: field:ir.actions.report.xml,report_rml:0
1106msgid "Main report file path"
1107msgstr ""
1108
1109#. module: base
1110#: model:ir.actions.act_window,name:base.ir_action_report_xml
1111#: field:ir.module.module,reports_by_module:0
1112#: model:ir.ui.menu,name:base.menu_ir_action_report_xml
1113msgid "Reports"
1114msgstr ""
1115
1116#. module: base
1117#: help:ir.actions.act_window.view,multi:0
1118#: help:ir.actions.report.xml,multi:0
1119msgid ""
1120"If set to true, the action will not be displayed on the right toolbar of a "
1121"form view."
1122msgstr ""
1123
1124#. module: base
1125#: field:workflow,on_create:0
1126msgid "On Create"
1127msgstr ""
1128
1129#. module: base
1130#: code:addons/base/ir/ir_model.py:681
1131#, python-format
1132msgid ""
1133"'%s' contains too many dots. XML ids should not contain dots ! These are "
1134"used to refer to other modules data, as in module.reference_id"
1135msgstr ""
1136
1137#. module: base
1138#: field:partner.sms.send,user:0
1139#: field:res.users,login:0
1140msgid "Login"
1141msgstr ""
1142
1143#. module: base
1144#: view:ir.actions.server:0
1145msgid ""
1146"Access all the fields related to the current object using expressions, i.e. "
1147"object.partner_id.name "
1148msgstr ""
1149
1150#. module: base
1151#: model:ir.model,name:base.model_res_country_state
1152msgid "Country state"
1153msgstr ""
1154
1155#. module: base
1156#: selection:ir.property,type:0
1157msgid "Float"
1158msgstr ""
1159
1160#. module: base
1161#: model:ir.model,name:base.model_res_request_link
1162msgid "res.request.link"
1163msgstr ""
1164
1165#. module: base
1166#: field:ir.actions.wizard,name:0
1167msgid "Wizard Info"
1168msgstr ""
1169
1170#. module: base
1171#: view:base.language.export:0
1172#: model:ir.actions.act_window,name:base.action_wizard_lang_export
1173#: model:ir.ui.menu,name:base.menu_wizard_lang_export
1174msgid "Export Translation"
1175msgstr ""
1176
1177#. module: base
1178#: help:res.log,secondary:0
1179msgid ""
1180"Do not display this log if it belongs to the same object the user is working "
1181"on"
1182msgstr ""
1183
1184#. module: base
1185#: model:res.country,name:base.tp
1186msgid "East Timor"
1187msgstr ""
1188
1189#. module: base
1190#: model:res.company,follow_up_msg:base.main_company
1191msgid ""
1192"Date : %(date)s\n"
1193"\n"
1194"Dear %(partner_name)s,\n"
1195"\n"
1196"Please find in attachment a reminder of all your unpaid invoices, for a "
1197"total amount due of:\n"
1198"\n"
1199"%(followup_amount).2f %(company_currency)s\n"
1200"\n"
1201"Thanks,\n"
1202"--\n"
1203"%(user_signature)s\n"
1204"%(company_name)s"
1205msgstr ""
1206
1207#. module: base
1208#: field:res.currency,accuracy:0
1209msgid "Computational Accuracy"
1210msgstr ""
1211
1212#. module: base
1213#: selection:base.language.install,lang:0
1214msgid "Sinhalese / ą·ƒą·’ą¶‚ą·„ą¶½"
1215msgstr ""
1216
1217#. module: base
1218#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line
1219msgid "wizard.ir.model.menu.create.line"
1220msgstr ""
1221
1222#. module: base
1223#: field:ir.attachment,res_id:0
1224msgid "Attached ID"
1225msgstr ""
1226
1227#. module: base
1228#: view:ir.sequence:0
1229msgid "Day: %(day)s"
1230msgstr ""
1231
1232#. module: base
1233#: model:res.country,name:base.mv
1234msgid "Maldives"
1235msgstr ""
1236
1237#. module: base
1238#: help:ir.values,res_id:0
1239msgid "Keep 0 if the action must appear on all resources."
1240msgstr ""
1241
1242#. module: base
1243#: model:ir.model,name:base.model_ir_rule
1244msgid "ir.rule"
1245msgstr ""
1246
1247#. module: base
1248#: selection:ir.cron,interval_type:0
1249msgid "Days"
1250msgstr ""
1251
1252#. module: base
1253#: help:ir.actions.server,condition:0
1254msgid ""
1255"Condition that is to be tested before action is executed, e.g. "
1256"object.list_price > object.cost_price"
1257msgstr ""
1258
1259#. module: base
1260#: code:addons/base/res/res_company.py:66
1261#: code:addons/base/res/res_partner.py:175
1262#, python-format
1263msgid " (copy)"
1264msgstr ""
1265
1266#. module: base
1267#: view:res.lang:0
1268msgid "7. %H:%M:%S ==> 18:25:20"
1269msgstr ""
1270
1271#. module: base
1272#: view:res.partner:0
1273#: view:res.partner.category:0
1274#: field:res.partner.category,partner_ids:0
1275msgid "Partners"
1276msgstr ""
1277
1278#. module: base
1279#: field:res.partner.category,parent_left:0
1280msgid "Left parent"
1281msgstr ""
1282
1283#. module: base
1284#: model:ir.actions.act_window,name:base.res_widget_act_window
1285#: model:ir.ui.menu,name:base.menu_res_widget_act_window
1286msgid "Homepage Widgets"
1287msgstr ""
1288
1289#. module: base
1290#: help:ir.actions.server,message:0
1291msgid ""
1292"Specify the message. You can use the fields from the object. e.g. `Dear [[ "
1293"object.partner_id.name ]]`"
1294msgstr ""
1295
1296#. module: base
1297#: field:ir.attachment,res_model:0
1298msgid "Attached Model"
1299msgstr ""
1300
1301#. module: base
1302#: view:ir.rule:0
1303msgid "Domain Setup"
1304msgstr ""
1305
1306#. module: base
1307#: field:ir.actions.server,trigger_name:0
1308msgid "Trigger Name"
1309msgstr ""
1310
1311#. module: base
1312#: model:ir.model,name:base.model_ir_model_access
1313msgid "ir.model.access"
1314msgstr ""
1315
1316#. module: base
1317#: field:ir.cron,priority:0
1318#: field:ir.mail_server,sequence:0
1319#: field:res.request,priority:0
1320#: field:res.request.link,priority:0
1321msgid "Priority"
1322msgstr ""
1323
1324#. module: base
1325#: field:workflow.transition,act_from:0
1326msgid "Source Activity"
1327msgstr ""
1328
1329#. module: base
1330#: view:ir.sequence:0
1331msgid "Legend (for prefix, suffix)"
1332msgstr ""
1333
1334#. module: base
1335#: selection:ir.server.object.lines,type:0
1336msgid "Formula"
1337msgstr ""
1338
1339#. module: base
1340#: code:addons/base/res/res_users.py:396
1341#, python-format
1342msgid "Can not remove root user!"
1343msgstr ""
1344
1345#. module: base
1346#: model:res.country,name:base.mw
1347msgid "Malawi"
1348msgstr ""
1349
1350#. module: base
1351#: code:addons/base/ir/ir_filters.py:38
1352#: code:addons/base/res/res_users.py:80
1353#: code:addons/base/res/res_users.py:420
1354#, python-format
1355msgid "%s (copy)"
1356msgstr ""
1357
1358#. module: base
1359#: field:res.partner.address,type:0
1360msgid "Address Type"
1361msgstr ""
1362
1363#. module: base
1364#: view:ir.ui.menu:0
1365msgid "Full Path"
1366msgstr ""
1367
1368#. module: base
1369#: view:res.request:0
1370msgid "References"
1371msgstr ""
1372
1373#. module: base
1374#: view:res.lang:0
1375msgid ""
1376"%U - Week number of the year (Sunday as the first day of the week) as a "
1377"decimal number [00,53]. All days in a new year preceding the first Sunday "
1378"are considered to be in week 0."
1379msgstr ""
1380
1381#. module: base
1382#: view:ir.ui.view:0
1383msgid "Advanced"
1384msgstr ""
1385
1386#. module: base
1387#: model:res.country,name:base.fi
1388msgid "Finland"
1389msgstr ""
1390
1391#. module: base
1392#: selection:ir.actions.act_window,view_type:0
1393#: selection:ir.actions.act_window.view,view_mode:0
1394#: view:ir.ui.view:0
1395#: selection:ir.ui.view,type:0
1396#: selection:wizard.ir.model.menu.create.line,view_type:0
1397msgid "Tree"
1398msgstr ""
1399
1400#. module: base
1401#: help:res.config.users,password:0
1402msgid ""
1403"Keep empty if you don't want the user to be able to connect on the system."
1404msgstr ""
1405
1406#. module: base
1407#: view:ir.actions.server:0
1408msgid "Create / Write / Copy"
1409msgstr ""
1410
1411#. module: base
1412#: view:base.language.export:0
1413msgid "https://help.launchpad.net/Translations"
1414msgstr ""
1415
1416#. module: base
1417#: field:ir.actions.act_window,view_mode:0
1418msgid "View Mode"
1419msgstr ""
1420
1421#. module: base
1422#: view:base.language.import:0
1423msgid ""
1424"When using CSV format, please also check that the first line of your file is "
1425"one of the following:"
1426msgstr ""
1427
1428#. module: base
1429#: code:addons/fields.py:114
1430#, python-format
1431msgid "Not implemented search_memory method !"
1432msgstr ""
1433
1434#. module: base
1435#: view:res.log:0
1436msgid "Logs"
1437msgstr ""
1438
1439#. module: base
1440#: selection:base.language.install,lang:0
1441msgid "Spanish / EspaƱol"
1442msgstr ""
1443
1444#. module: base
1445#: selection:base.language.install,lang:0
1446msgid "Korean (KP) / ķ•œźµ­ģ–“ (KP)"
1447msgstr ""
1448
1449#. module: base
1450#: view:base.module.update:0
1451msgid ""
1452"This wizard will scan all module repositories on the server side to detect "
1453"newly added modules as well as any change to existing modules."
1454msgstr ""
1455
1456#. module: base
1457#: field:res.company,logo:0
1458msgid "Logo"
1459msgstr ""
1460
1461#. module: base
1462#: view:res.partner.address:0
1463msgid "Search Contact"
1464msgstr ""
1465
1466#. module: base
1467#: view:ir.module.module:0
1468msgid "Uninstall (beta)"
1469msgstr ""
1470
1471#. module: base
1472#: selection:ir.actions.act_window,target:0
1473#: selection:ir.actions.url,target:0
1474msgid "New Window"
1475msgstr ""
1476
1477#. module: base
1478#: model:res.country,name:base.bs
1479msgid "Bahamas"
1480msgstr ""
1481
1482#. module: base
1483#: code:addons/base/res/res_partner.py:273
1484#, python-format
1485msgid ""
1486"Couldn't generate the next id because some partners have an alphabetic id !"
1487msgstr ""
1488
1489#. module: base
1490#: view:ir.attachment:0
1491msgid "Attachment"
1492msgstr ""
1493
1494#. module: base
1495#: model:res.country,name:base.ie
1496msgid "Ireland"
1497msgstr ""
1498
1499#. module: base
1500#: field:base.module.update,update:0
1501msgid "Number of modules updated"
1502msgstr ""
1503
1504#. module: base
1505#: code:addons/fields.py:100
1506#, python-format
1507msgid "Not implemented set_memory method !"
1508msgstr ""
1509
1510#. module: base
1511#: view:workflow.activity:0
1512msgid "Workflow Activity"
1513msgstr ""
1514
1515#. module: base
1516#: view:ir.rule:0
1517msgid ""
1518"Example: GLOBAL_RULE_1 AND GLOBAL_RULE_2 AND ( (GROUP_A_RULE_1 AND "
1519"GROUP_A_RULE_2) OR (GROUP_B_RULE_1 AND GROUP_B_RULE_2) )"
1520msgstr ""
1521
1522#. module: base
1523#: model:ir.actions.act_window,help:base.action_ui_view
1524msgid ""
1525"Views allows you to personalize each view of OpenERP. You can add new "
1526"fields, move fields, rename them or delete the ones that you do not need."
1527msgstr ""
1528
1529#. module: base
1530#: field:ir.actions.act_window,groups_id:0
1531#: model:ir.actions.act_window,name:base.action_res_groups
1532#: view:ir.actions.report.xml:0
1533#: field:ir.actions.report.xml,groups_id:0
1534#: view:ir.actions.todo:0
1535#: field:ir.actions.todo,groups_id:0
1536#: field:ir.actions.wizard,groups_id:0
1537#: view:ir.model:0
1538#: field:ir.model.fields,groups:0
1539#: field:ir.rule,groups:0
1540#: view:ir.ui.menu:0
1541#: field:ir.ui.menu,groups_id:0
1542#: model:ir.ui.menu,name:base.menu_action_res_groups
1543#: view:res.groups:0
1544#: field:res.users,groups_id:0
1545msgid "Groups"
1546msgstr ""
1547
1548#. module: base
1549#: selection:base.language.install,lang:0
1550msgid "Spanish (CL) / EspaƱol (CL)"
1551msgstr ""
1552
1553#. module: base
1554#: view:res.config.users:0
1555msgid ""
1556"Create additional users and assign them groups that will allow them to have "
1557"access to selected functionalities within the system. Click on 'Done' if you "
1558"do not wish to add more users at this stage, you can always do this later."
1559msgstr ""
1560
1561#. module: base
1562#: model:res.country,name:base.bz
1563msgid "Belize"
1564msgstr ""
1565
1566#. module: base
1567#: model:res.country,name:base.ge
1568msgid "Georgia"
1569msgstr ""
1570
1571#. module: base
1572#: model:res.country,name:base.pl
1573msgid "Poland"
1574msgstr ""
1575
1576#. module: base
1577#: help:ir.actions.act_window,view_mode:0
1578msgid ""
1579"Comma-separated list of allowed view modes, such as 'form', 'tree', "
1580"'calendar', etc. (Default: tree,form)"
1581msgstr ""
1582
1583#. module: base
1584#: code:addons/orm.py:3615
1585#, python-format
1586msgid "A document was modified since you last viewed it (%s:%d)"
1587msgstr ""
1588
1589#. module: base
1590#: view:workflow:0
1591msgid "Workflow Editor"
1592msgstr ""
1593
1594#. module: base
1595#: selection:ir.module.module,state:0
1596#: selection:ir.module.module.dependency,state:0
1597msgid "To be removed"
1598msgstr ""
1599
1600#. module: base
1601#: model:ir.model,name:base.model_ir_sequence
1602msgid "ir.sequence"
1603msgstr ""
1604
1605#. module: base
1606#: help:ir.actions.server,expression:0
1607msgid ""
1608"Enter the field/expression that will return the list. E.g. select the sale "
1609"order in Object, and you can have loop on the sales order line. Expression = "
1610"`object.order_line`."
1611msgstr ""
1612
1613#. module: base
1614#: field:ir.property,fields_id:0
1615#: selection:ir.translation,type:0
1616#: field:multi_company.default,field_id:0
1617msgid "Field"
1618msgstr ""
1619
1620#. module: base
1621#: view:ir.rule:0
1622msgid "Groups (no group = global)"
1623msgstr ""
1624
1625#. module: base
1626#: model:res.country,name:base.fo
1627msgid "Faroe Islands"
1628msgstr ""
1629
1630#. module: base
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:116
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:1883
1839#: code:addons/orm.py:1894
1840#, python-format
1841msgid "Invalid Object Architecture!"
1842msgstr ""
1843
1844#. module: base
1845#: model:ir.ui.menu,name:base.menu_email_gateway_form
1846msgid "Messages"
1847msgstr ""
1848
1849#. module: base
1850#: code:addons/base/ir/ir_model.py:311
1851#: code:addons/base/ir/ir_model.py:313
1852#: code:addons/base/ir/ir_model.py:343
1853#: code:addons/base/ir/ir_model.py:357
1854#: code:addons/base/ir/ir_model.py:359
1855#: code:addons/base/ir/ir_model.py:361
1856#: code:addons/base/ir/ir_model.py:368
1857#: code:addons/base/ir/ir_model.py:371
1858#: code:addons/base/module/wizard/base_update_translations.py:38
1859#, python-format
1860msgid "Error!"
1861msgstr ""
1862
1863#. module: base
1864#: view:res.lang:0
1865msgid "%p - Equivalent of either AM or PM."
1866msgstr ""
1867
1868#. module: base
1869#: view:ir.actions.server:0
1870msgid "Iteration Actions"
1871msgstr ""
1872
1873#. module: base
1874#: help:multi_company.default,company_id:0
1875msgid "Company where the user is connected"
1876msgstr ""
1877
1878#. module: base
1879#: field:publisher_warranty.contract,date_stop:0
1880msgid "Ending Date"
1881msgstr ""
1882
1883#. module: base
1884#: model:res.country,name:base.nz
1885msgid "New Zealand"
1886msgstr ""
1887
1888#. module: base
1889#: code:addons/orm.py:3895
1890#, python-format
1891msgid ""
1892"One of the records you are trying to modify has already been deleted "
1893"(Document type: %s)."
1894msgstr ""
1895
1896#. module: base
1897#: model:ir.actions.act_window,help:base.action_country
1898msgid ""
1899"Display and manage the list of all countries that can be assigned to your "
1900"partner records. You can create or delete countries to make sure the ones "
1901"you are working on will be maintained."
1902msgstr ""
1903
1904#. module: base
1905#: model:res.partner.category,name:base.res_partner_category_7
1906msgid "Openstuff.net"
1907msgstr ""
1908
1909#. module: base
1910#: model:res.country,name:base.nf
1911msgid "Norfolk Island"
1912msgstr ""
1913
1914#. module: base
1915#: selection:base.language.install,lang:0
1916msgid "Korean (KR) / ķ•œźµ­ģ–“ (KR)"
1917msgstr ""
1918
1919#. module: base
1920#: help:ir.model.fields,model:0
1921msgid "The technical name of the model this field belongs to"
1922msgstr ""
1923
1924#. module: base
1925#: field:ir.actions.server,action_id:0
1926#: selection:ir.actions.server,state:0
1927msgid "Client Action"
1928msgstr ""
1929
1930#. module: base
1931#: model:res.country,name:base.bd
1932msgid "Bangladesh"
1933msgstr ""
1934
1935#. module: base
1936#: constraint:res.company:0
1937msgid "Error! You can not create recursive companies."
1938msgstr ""
1939
1940#. module: base
1941#: selection:publisher_warranty.contract,state:0
1942msgid "Valid"
1943msgstr ""
1944
1945#. module: base
1946#: selection:ir.translation,type:0
1947msgid "XSL"
1948msgstr ""
1949
1950#. module: base
1951#: code:addons/base/module/module.py:409
1952#, python-format
1953msgid "Can not upgrade module '%s'. It is not installed."
1954msgstr ""
1955
1956#. module: base
1957#: model:res.country,name:base.cu
1958msgid "Cuba"
1959msgstr ""
1960
1961#. module: base
1962#: model:ir.model,name:base.model_res_partner_event
1963msgid "res.partner.event"
1964msgstr ""
1965
1966#. module: base
1967#: model:res.widget,title:base.facebook_widget
1968msgid "Facebook"
1969msgstr ""
1970
1971#. module: base
1972#: model:res.country,name:base.am
1973msgid "Armenia"
1974msgstr ""
1975
1976#. module: base
1977#: model:ir.actions.act_window,name:base.ir_property_form
1978#: model:ir.ui.menu,name:base.menu_ir_property_form_all
1979msgid "Configuration Parameters"
1980msgstr ""
1981
1982#. module: base
1983#: constraint:ir.cron:0
1984msgid "Invalid arguments"
1985msgstr ""
1986
1987#. module: base
1988#: model:res.country,name:base.se
1989msgid "Sweden"
1990msgstr ""
1991
1992#. module: base
1993#: selection:ir.actions.act_window.view,view_mode:0
1994#: selection:ir.ui.view,type:0
1995#: selection:wizard.ir.model.menu.create.line,view_type:0
1996msgid "Gantt"
1997msgstr ""
1998
1999#. module: base
2000#: view:ir.property:0
2001msgid "Property"
2002msgstr ""
2003
2004#. module: base
2005#: model:ir.model,name:base.model_res_partner_bank_type
2006#: field:res.partner.bank,state:0
2007#: view:res.partner.bank.type:0
2008msgid "Bank Account Type"
2009msgstr ""
2010
2011#. module: base
2012#: field:base.language.export,config_logo:0
2013#: field:base.language.import,config_logo:0
2014#: field:base.language.install,config_logo:0
2015#: field:base.module.import,config_logo:0
2016#: field:base.module.update,config_logo:0
2017#: field:base.update.translations,config_logo:0
2018#: field:ir.actions.configuration.wizard,config_logo:0
2019#: field:ir.wizard.screen,config_logo:0
2020#: field:publisher_warranty.contract.wizard,config_logo:0
2021#: field:res.config,config_logo:0
2022#: field:res.config.installer,config_logo:0
2023msgid "Image"
2024msgstr ""
2025
2026#. module: base
2027#: view:ir.actions.server:0
2028msgid "Iteration Action Configuration"
2029msgstr ""
2030
2031#. module: base
2032#: selection:publisher_warranty.contract,state:0
2033msgid "Canceled"
2034msgstr ""
2035
2036#. module: base
2037#: model:res.country,name:base.at
2038msgid "Austria"
2039msgstr ""
2040
2041#. module: base
2042#: selection:base.language.install,state:0
2043#: selection:base.module.import,state:0
2044#: selection:base.module.update,state:0
2045msgid "done"
2046msgstr ""
2047
2048#. module: base
2049#: selection:ir.actions.act_window.view,view_mode:0
2050#: model:ir.ui.menu,name:base.menu_calendar_configuration
2051#: selection:ir.ui.view,type:0
2052#: selection:wizard.ir.model.menu.create.line,view_type:0
2053msgid "Calendar"
2054msgstr ""
2055
2056#. module: base
2057#: field:res.partner.address,partner_id:0
2058msgid "Partner Name"
2059msgstr ""
2060
2061#. module: base
2062#: field:workflow.activity,signal_send:0
2063msgid "Signal (subflow.*)"
2064msgstr ""
2065
2066#. module: base
2067#: model:res.partner.category,name:base.res_partner_category_17
2068msgid "HR sector"
2069msgstr ""
2070
2071#. module: base
2072#: code:addons/orm.py:4408
2073#, python-format
2074msgid ""
2075"Invalid \"order\" specified. A valid \"order\" specification is a comma-"
2076"separated list of valid field names (optionally followed by asc/desc for the "
2077"direction)"
2078msgstr ""
2079
2080#. module: base
2081#: model:ir.model,name:base.model_ir_module_module_dependency
2082msgid "Module dependency"
2083msgstr ""
2084
2085#. module: base
2086#: selection:publisher_warranty.contract.wizard,state:0
2087msgid "Draft"
2088msgstr ""
2089
2090#. module: base
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:2134
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
2262msgid "Module"
2263msgstr ""
2264
2265#. module: base
2266#: field:ir.attachment,description:0
2267#: field:ir.mail_server,name:0
2268#: field:ir.module.category,description:0
2269#: view:ir.module.module:0
2270#: field:ir.module.module,description: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_massmail_wizard
2321#: view:partner.massmail.wizard: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:653
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:3988
2382#, python-format
2383msgid "Recursivity Detected."
2384msgstr ""
2385
2386#. module: base
2387#: code:addons/base/module/module.py:302
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:519
2506#, python-format
2507msgid ""
2508"Can not create the module file:\n"
2509" %s"
2510msgstr ""
2511
2512#. module: base
2513#: code:addons/orm.py:3437
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:240
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#: selection:ir.module.module,state:0
2571#: selection:ir.module.module.dependency,state:0
2572msgid "To be upgraded"
2573msgstr ""
2574
2575#. module: base
2576#: model:res.country,name:base.ly
2577msgid "Libya"
2578msgstr ""
2579
2580#. module: base
2581#: model:res.country,name:base.cf
2582msgid "Central African Republic"
2583msgstr ""
2584
2585#. module: base
2586#: model:res.country,name:base.li
2587msgid "Liechtenstein"
2588msgstr ""
2589
2590#. module: base
2591#: model:ir.model,name:base.model_partner_sms_send
2592#: view:partner.sms.send:0
2593msgid "Send SMS"
2594msgstr ""
2595
2596#. module: base
2597#: field:res.partner,ean13:0
2598msgid "EAN13"
2599msgstr ""
2600
2601#. module: base
2602#: code:addons/orm.py:2134
2603#, python-format
2604msgid "Invalid Architecture!"
2605msgstr ""
2606
2607#. module: base
2608#: model:res.country,name:base.pt
2609msgid "Portugal"
2610msgstr ""
2611
2612#. module: base
2613#: sql_constraint:ir.model.data:0
2614msgid ""
2615"You cannot have multiple records with the same id for the same module !"
2616msgstr ""
2617
2618#. module: base
2619#: field:ir.module.module,certificate:0
2620msgid "Quality Certificate"
2621msgstr ""
2622
2623#. module: base
2624#: view:res.lang:0
2625msgid "6. %d, %m ==> 05, 12"
2626msgstr ""
2627
2628#. module: base
2629#: field:res.config.users,date:0
2630#: field:res.users,date:0
2631msgid "Last Connection"
2632msgstr ""
2633
2634#. module: base
2635#: field:ir.actions.act_window,help:0
2636msgid "Action description"
2637msgstr ""
2638
2639#. module: base
2640#: help:res.partner,customer:0
2641msgid "Check this box if the partner is a customer."
2642msgstr ""
2643
2644#. module: base
2645#: model:ir.actions.act_window,name:base.res_lang_act_window
2646#: model:ir.model,name:base.model_res_lang
2647#: model:ir.ui.menu,name:base.menu_res_lang_act_window
2648#: view:res.lang:0
2649msgid "Languages"
2650msgstr ""
2651
2652#. module: base
2653#: selection:workflow.activity,join_mode:0
2654#: selection:workflow.activity,split_mode:0
2655msgid "Xor"
2656msgstr ""
2657
2658#. module: base
2659#: model:res.country,name:base.ec
2660msgid "Ecuador"
2661msgstr ""
2662
2663#. module: base
2664#: code:addons/base/module/wizard/base_export_language.py:52
2665#, python-format
2666msgid ""
2667"Save this document to a .CSV file and open it with your favourite "
2668"spreadsheet software. The file encoding is UTF-8. You have to translate the "
2669"latest column before reimporting it."
2670msgstr ""
2671
2672#. module: base
2673#: model:ir.actions.act_window,name:base.action_partner_customer_form
2674#: model:ir.actions.act_window,name:base.action_partner_form
2675#: model:ir.ui.menu,name:base.menu_partner_form
2676#: view:res.partner:0
2677msgid "Customers"
2678msgstr ""
2679
2680#. module: base
2681#: model:res.country,name:base.au
2682msgid "Australia"
2683msgstr ""
2684
2685#. module: base
2686#: help:res.partner,lang:0
2687msgid ""
2688"If the selected language is loaded in the system, all documents related to "
2689"this partner will be printed in this language. If not, it will be english."
2690msgstr ""
2691
2692#. module: base
2693#: report:ir.module.reference.graph:0
2694msgid "Menu :"
2695msgstr ""
2696
2697#. module: base
2698#: selection:ir.model.fields,state:0
2699msgid "Base Field"
2700msgstr ""
2701
2702#. module: base
2703#: view:publisher_warranty.contract:0
2704msgid "Validate"
2705msgstr ""
2706
2707#. module: base
2708#: field:ir.actions.todo,restart:0
2709msgid "Restart"
2710msgstr ""
2711
2712#. module: base
2713#: field:ir.actions.report.xml,report_sxw_content:0
2714#: field:ir.actions.report.xml,report_sxw_content_data:0
2715msgid "SXW content"
2716msgstr ""
2717
2718#. module: base
2719#: view:ir.actions.wizard:0
2720#: field:wizard.ir.model.menu.create.line,wizard_id:0
2721msgid "Wizard"
2722msgstr ""
2723
2724#. module: base
2725#: view:ir.cron:0
2726msgid "Action to Trigger"
2727msgstr ""
2728
2729#. module: base
2730#: code:addons/base/res/res_user.py:136
2731#, python-format
2732msgid "\"email_from\" needs to be set to send welcome mails to users"
2733msgstr ""
2734
2735#. module: base
2736#: selection:ir.translation,type:0
2737msgid "Constraint"
2738msgstr ""
2739
2740#. module: base
2741#: selection:ir.values,key:0
2742#: selection:res.partner.address,type:0
2743msgid "Default"
2744msgstr ""
2745
2746#. module: base
2747#: view:ir.model.fields:0
2748#: field:ir.model.fields,required:0
2749#: field:res.partner.bank.type.field,required:0
2750msgid "Required"
2751msgstr ""
2752
2753#. module: base
2754#: view:res.users:0
2755msgid "Default Filters"
2756msgstr ""
2757
2758#. module: base
2759#: field:res.request.history,name:0
2760msgid "Summary"
2761msgstr ""
2762
2763#. module: base
2764#: field:multi_company.default,expression:0
2765msgid "Expression"
2766msgstr ""
2767
2768#. module: base
2769#: help:ir.actions.server,subject:0
2770msgid ""
2771"Specify the subject. You can use fields from the object, e.g. `Hello [[ "
2772"object.partner_id.name ]]`"
2773msgstr ""
2774
2775#. module: base
2776#: view:res.company:0
2777msgid "Header/Footer"
2778msgstr ""
2779
2780#. module: base
2781#: help:ir.actions.act_window,help:0
2782msgid ""
2783"Optional help text for the users with a description of the target view, such "
2784"as its usage and purpose."
2785msgstr ""
2786
2787#. module: base
2788#: model:res.country,name:base.va
2789msgid "Holy See (Vatican City State)"
2790msgstr ""
2791
2792#. module: base
2793#: field:base.module.import,module_file:0
2794msgid "Module .ZIP file"
2795msgstr ""
2796
2797#. module: base
2798#: field:ir.ui.view,xml_id:0
2799msgid "XML ID"
2800msgstr ""
2801
2802#. module: base
2803#: model:res.partner.category,name:base.res_partner_category_16
2804msgid "Telecom sector"
2805msgstr ""
2806
2807#. module: base
2808#: field:workflow.transition,trigger_model:0
2809msgid "Trigger Object"
2810msgstr ""
2811
2812#. module: base
2813#: view:res.users:0
2814msgid "Current Activity"
2815msgstr ""
2816
2817#. module: base
2818#: view:workflow.activity:0
2819#: field:workflow.activity,in_transitions:0
2820msgid "Incoming Transitions"
2821msgstr ""
2822
2823#. module: base
2824#: model:res.country,name:base.sr
2825msgid "Suriname"
2826msgstr ""
2827
2828#. module: base
2829#: model:ir.module.category,name:base.module_category_marketing
2830#: model:ir.module.module,shortdesc:base.module_marketing
2831#: model:ir.ui.menu,name:base.marketing_menu
2832msgid "Marketing"
2833msgstr ""
2834
2835#. module: base
2836#: view:res.partner.bank:0
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,model:0
2878#: field:ir.model.fields,model_id:0
2879#: view:ir.values:0
2880msgid "Model"
2881msgstr ""
2882
2883#. module: base
2884#: view:base.language.install:0
2885msgid ""
2886"The selected language has been successfully installed. You must change the "
2887"preferences of the user and open a new menu to view the changes."
2888msgstr ""
2889
2890#. module: base
2891#: sql_constraint:ir.config_parameter:0
2892msgid "Key must be unique."
2893msgstr ""
2894
2895#. module: base
2896#: view:ir.actions.act_window:0
2897msgid "Open a Window"
2898msgstr ""
2899
2900#. module: base
2901#: model:res.country,name:base.gq
2902msgid "Equatorial Guinea"
2903msgstr ""
2904
2905#. module: base
2906#: view:base.module.import:0
2907#: model:ir.actions.act_window,name:base.action_view_base_module_import
2908msgid "Module Import"
2909msgstr ""
2910
2911#. module: base
2912#: field:res.bank,zip:0
2913#: field:res.company,zip:0
2914#: field:res.partner.address,zip:0
2915#: field:res.partner.bank,zip:0
2916msgid "Zip"
2917msgstr ""
2918
2919#. module: base
2920#: view:ir.module.module:0
2921#: field:ir.module.module,author:0
2922msgid "Author"
2923msgstr ""
2924
2925#. module: base
2926#: model:res.country,name:base.mk
2927msgid "FYROM"
2928msgstr ""
2929
2930#. module: base
2931#: view:res.lang:0
2932msgid "%c - Appropriate date and time representation."
2933msgstr ""
2934
2935#. module: base
2936#: code:addons/base/res/res_config.py:386
2937#, python-format
2938msgid ""
2939"Your database is now fully configured.\n"
2940"\n"
2941"Click 'Continue' and enjoy your OpenERP experience..."
2942msgstr ""
2943
2944#. module: base
2945#: selection:base.language.install,lang:0
2946msgid "Hebrew / ע֓בְ×ØÖ“×™"
2947msgstr ""
2948
2949#. module: base
2950#: model:res.country,name:base.bo
2951msgid "Bolivia"
2952msgstr ""
2953
2954#. module: base
2955#: model:res.country,name:base.gh
2956msgid "Ghana"
2957msgstr ""
2958
2959#. module: base
2960#: field:res.lang,direction:0
2961msgid "Direction"
2962msgstr ""
2963
2964#. module: base
2965#: view:ir.actions.act_window:0
2966#: model:ir.actions.act_window,name:base.action_ui_view
2967#: field:ir.actions.act_window,view_ids:0
2968#: field:ir.actions.act_window,views:0
2969#: view:ir.model:0
2970#: field:ir.model,view_ids:0
2971#: field:ir.module.module,views_by_module:0
2972#: model:ir.ui.menu,name:base.menu_action_ui_view
2973#: view:ir.ui.view:0
2974msgid "Views"
2975msgstr ""
2976
2977#. module: base
2978#: view:res.groups:0
2979#: field:res.groups,rule_groups:0
2980msgid "Rules"
2981msgstr ""
2982
2983#. module: base
2984#: code:addons/base/module/module.py:256
2985#, python-format
2986msgid "You try to remove a module that is installed or will be installed"
2987msgstr ""
2988
2989#. module: base
2990#: view:base.module.upgrade:0
2991msgid "The selected modules have been updated / installed !"
2992msgstr ""
2993
2994#. module: base
2995#: selection:base.language.install,lang:0
2996msgid "Spanish (PR) / EspaƱol (PR)"
2997msgstr ""
2998
2999#. module: base
3000#: model:res.country,name:base.gt
3001msgid "Guatemala"
3002msgstr ""
3003
3004#. module: base
3005#: model:ir.actions.act_window,name:base.action_workflow_form
3006#: model:ir.ui.menu,name:base.menu_low_workflow
3007#: model:ir.ui.menu,name:base.menu_workflow
3008#: model:ir.ui.menu,name:base.menu_workflow_root
3009msgid "Workflows"
3010msgstr ""
3011
3012#. module: base
3013#: field:ir.translation,xml_id:0
3014msgid "XML Id"
3015msgstr ""
3016
3017#. module: base
3018#: model:ir.actions.act_window,name:base.action_config_user_form
3019msgid "Create Users"
3020msgstr ""
3021
3022#. module: base
3023#: model:ir.model,name:base.model_res_partner_title
3024msgid "res.partner.title"
3025msgstr ""
3026
3027#. module: base
3028#: view:ir.values:0
3029msgid "tree_but_action, client_print_multi"
3030msgstr ""
3031
3032#. module: base
3033#: model:res.partner.category,name:base.res_partner_category_retailers0
3034msgid "Retailers"
3035msgstr ""
3036
3037#. module: base
3038#: help:ir.cron,priority:0
3039msgid ""
3040"0=Very Urgent\n"
3041"10=Not urgent"
3042msgstr ""
3043
3044#. module: base
3045#: view:res.config:0
3046#: view:res.config.installer:0
3047msgid "Skip"
3048msgstr ""
3049
3050#. module: base
3051#: model:res.country,name:base.ls
3052msgid "Lesotho"
3053msgstr ""
3054
3055#. module: base
3056#: code:addons/base/ir/ir_model.py:139
3057#, python-format
3058msgid "You can not remove the model '%s' !"
3059msgstr ""
3060
3061#. module: base
3062#: model:res.country,name:base.ke
3063msgid "Kenya"
3064msgstr ""
3065
3066#. module: base
3067#: view:res.partner.event:0
3068msgid "Event"
3069msgstr ""
3070
3071#. module: base
3072#: model:ir.ui.menu,name:base.menu_custom_reports
3073msgid "Custom Reports"
3074msgstr ""
3075
3076#. module: base
3077#: selection:base.language.install,lang:0
3078msgid "Abkhazian / Š°Ņ§ŃŃƒŠ°"
3079msgstr ""
3080
3081#. module: base
3082#: view:base.module.configuration:0
3083msgid "System Configuration Done"
3084msgstr ""
3085
3086#. module: base
3087#: code:addons/orm.py:1459
3088#, python-format
3089msgid "Error occurred while validating the field(s) %s: %s"
3090msgstr ""
3091
3092#. module: base
3093#: view:ir.property:0
3094msgid "Generic"
3095msgstr ""
3096
3097#. module: base
3098#: model:res.country,name:base.sm
3099msgid "San Marino"
3100msgstr ""
3101
3102#. module: base
3103#: model:res.country,name:base.bm
3104msgid "Bermuda"
3105msgstr ""
3106
3107#. module: base
3108#: model:res.country,name:base.pe
3109msgid "Peru"
3110msgstr ""
3111
3112#. module: base
3113#: selection:ir.model.fields,on_delete:0
3114msgid "Set NULL"
3115msgstr ""
3116
3117#. module: base
3118#: model:res.country,name:base.bj
3119msgid "Benin"
3120msgstr ""
3121
3122#. module: base
3123#: code:addons/base/publisher_warranty/publisher_warranty.py:295
3124#: sql_constraint:publisher_warranty.contract:0
3125#, python-format
3126msgid "That contract is already registered in the system."
3127msgstr ""
3128
3129#. module: base
3130#: help:ir.sequence,suffix:0
3131msgid "Suffix value of the record for the sequence"
3132msgstr ""
3133
3134#. module: base
3135#: selection:base.language.install,lang:0
3136msgid "Spanish (PY) / EspaƱol (PY)"
3137msgstr ""
3138
3139#. module: base
3140#: field:ir.config_parameter,key:0
3141msgid "Key"
3142msgstr ""
3143
3144#. module: base
3145#: field:res.company,rml_header:0
3146msgid "RML Header"
3147msgstr ""
3148
3149#. module: base
3150#: field:partner.sms.send,app_id:0
3151msgid "API ID"
3152msgstr ""
3153
3154#. module: base
3155#: code:addons/base/ir/ir_model.py:533
3156#, python-format
3157msgid ""
3158"You can not create this document (%s) ! Be sure your user belongs to one of "
3159"these groups: %s."
3160msgstr ""
3161
3162#. module: base
3163#: model:res.country,name:base.mu
3164msgid "Mauritius"
3165msgstr ""
3166
3167#. module: base
3168#: view:ir.model.access:0
3169#: view:ir.rule:0
3170msgid "Full Access"
3171msgstr ""
3172
3173#. module: base
3174#: view:ir.actions.act_window:0
3175#: view:ir.actions.report.xml:0
3176#: view:ir.actions.wizard:0
3177#: view:ir.model.fields:0
3178#: model:ir.ui.menu,name:base.menu_security
3179msgid "Security"
3180msgstr ""
3181
3182#. module: base
3183#: model:res.widget,title:base.openerp_favorites_twitter_widget
3184msgid "OpenERP Favorites"
3185msgstr ""
3186
3187#. module: base
3188#: model:res.country,name:base.za
3189msgid "South Africa"
3190msgstr ""
3191
3192#. module: base
3193#: view:ir.module.module:0
3194#: selection:ir.module.module,state:0
3195#: selection:ir.module.module.dependency,state:0
3196msgid "Installed"
3197msgstr ""
3198
3199#. module: base
3200#: selection:base.language.install,lang:0
3201msgid "Ukrainian / уŠŗрŠ°Ń—Š½ŃŃŒŠŗŠ°"
3202msgstr ""
3203
3204#. module: base
3205#: model:ir.actions.act_window,name:base.action_translation
3206#: model:ir.ui.menu,name:base.menu_action_translation
3207msgid "Translation Terms"
3208msgstr ""
3209
3210#. module: base
3211#: model:res.country,name:base.sn
3212msgid "Senegal"
3213msgstr ""
3214
3215#. module: base
3216#: model:res.country,name:base.hu
3217msgid "Hungary"
3218msgstr ""
3219
3220#. module: base
3221#: model:ir.model,name:base.model_res_groups
3222msgid "res.groups"
3223msgstr ""
3224
3225#. module: base
3226#: model:res.country,name:base.br
3227msgid "Brazil"
3228msgstr ""
3229
3230#. module: base
3231#: view:res.lang:0
3232msgid "%M - Minute [00,59]."
3233msgstr ""
3234
3235#. module: base
3236#: selection:ir.module.module,license:0
3237msgid "Affero GPL-3"
3238msgstr ""
3239
3240#. module: base
3241#: field:ir.sequence,number_next:0
3242msgid "Next Number"
3243msgstr ""
3244
3245#. module: base
3246#: help:workflow.transition,condition:0
3247msgid "Expression to be satisfied if we want the transition done."
3248msgstr ""
3249
3250#. module: base
3251#: selection:base.language.install,lang:0
3252msgid "Spanish (PA) / EspaƱol (PA)"
3253msgstr ""
3254
3255#. module: base
3256#: view:res.currency:0
3257#: field:res.currency,rate_ids:0
3258msgid "Rates"
3259msgstr ""
3260
3261#. module: base
3262#: model:res.country,name:base.sy
3263msgid "Syria"
3264msgstr ""
3265
3266#. module: base
3267#: view:res.lang:0
3268msgid "======================================================"
3269msgstr ""
3270
3271#. module: base
3272#: help:ir.actions.server,mobile:0
3273msgid ""
3274"Provides fields that be used to fetch the mobile number, e.g. you select the "
3275"invoice, then `object.invoice_address_id.mobile` is the field which gives "
3276"the correct mobile number"
3277msgstr ""
3278
3279#. module: base
3280#: view:base.module.upgrade:0
3281msgid "System update completed"
3282msgstr ""
3283
3284#. module: base
3285#: selection:res.request,state:0
3286msgid "draft"
3287msgstr ""
3288
3289#. module: base
3290#: selection:ir.property,type:0
3291#: field:res.currency,date:0
3292#: field:res.currency.rate,name:0
3293#: field:res.partner,date:0
3294#: field:res.partner.event,date:0
3295#: field:res.request,date_sent:0
3296msgid "Date"
3297msgstr ""
3298
3299#. module: base
3300#: field:ir.actions.report.xml,report_sxw:0
3301msgid "SXW path"
3302msgstr ""
3303
3304#. module: base
3305#: view:ir.attachment:0
3306msgid "Data"
3307msgstr ""
3308
3309#. module: base
3310#: field:ir.ui.menu,parent_id:0
3311#: field:wizard.ir.model.menu.create,menu_id:0
3312msgid "Parent Menu"
3313msgstr ""
3314
3315#. module: base
3316#: field:ir.rule,perm_unlink:0
3317msgid "Apply For Delete"
3318msgstr ""
3319
3320#. module: base
3321#: code:addons/base/ir/ir_model.py:359
3322#, python-format
3323msgid "Cannot rename column to %s, because that column already exists!"
3324msgstr ""
3325
3326#. module: base
3327#: view:ir.attachment:0
3328msgid "Attached To"
3329msgstr ""
3330
3331#. module: base
3332#: field:res.lang,decimal_point:0
3333msgid "Decimal Separator"
3334msgstr ""
3335
3336#. module: base
3337#: model:ir.actions.act_window,help:base.action_res_groups
3338msgid ""
3339"A group is a set of functional areas that will be assigned to the user in "
3340"order to give them access and rights to specific applications and tasks in "
3341"the system. You can create custom groups or edit the ones existing by "
3342"default in order to customize the view of the menu that users will be able "
3343"to see. Whether they can have a read, write, create and delete access right "
3344"can be managed from here."
3345msgstr ""
3346
3347#. module: base
3348#: view:res.partner:0
3349#: view:res.request:0
3350#: field:res.request,history:0
3351msgid "History"
3352msgstr ""
3353
3354#. module: base
3355#: field:ir.attachment,create_uid:0
3356msgid "Creator"
3357msgstr ""
3358
3359#. module: base
3360#: model:res.company,overdue_msg:base.main_company
3361msgid ""
3362"Please note that the following payments are now due. If your payment "
3363" has been sent, kindly forward your payment details. If "
3364"payment will be delayed further, please contact us "
3365"to discuss. \n"
3366"Would your payment have been carried out after this mail was sent, please "
3367"consider the present one as void."
3368msgstr ""
3369
3370#. module: base
3371#: model:res.country,name:base.mx
3372msgid "Mexico"
3373msgstr ""
3374
3375#. module: base
3376#: model:ir.ui.menu,name:base.menu_base_config_plugins
3377msgid "Plugins"
3378msgstr ""
3379
3380#. module: base
3381#: field:res.company,child_ids:0
3382msgid "Child Companies"
3383msgstr ""
3384
3385#. module: base
3386#: model:ir.model,name:base.model_res_users
3387msgid "res.users"
3388msgstr ""
3389
3390#. module: base
3391#: model:res.country,name:base.ni
3392msgid "Nicaragua"
3393msgstr ""
3394
3395#. module: base
3396#: code:addons/orm.py:1046
3397#, python-format
3398msgid "The write method is not implemented on this object !"
3399msgstr ""
3400
3401#. module: base
3402#: view:res.partner.event:0
3403msgid "General Description"
3404msgstr ""
3405
3406#. module: base
3407#: model:ir.actions.act_window,name:base.action_config_simple_view_form
3408#: view:res.config.view:0
3409msgid "Configure Your Interface"
3410msgstr ""
3411
3412#. module: base
3413#: field:ir.values,meta:0
3414msgid "Meta Datas"
3415msgstr ""
3416
3417#. module: base
3418#: sql_constraint:ir.ui.view_sc:0
3419msgid "Shortcut for this menu already exists!"
3420msgstr ""
3421
3422#. module: base
3423#: model:res.country,name:base.ve
3424msgid "Venezuela"
3425msgstr ""
3426
3427#. module: base
3428#: view:res.lang:0
3429msgid "9. %j ==> 340"
3430msgstr ""
3431
3432#. module: base
3433#: model:res.country,name:base.zm
3434msgid "Zambia"
3435msgstr ""
3436
3437#. module: base
3438#: help:res.partner,user_id:0
3439msgid ""
3440"The internal user that is in charge of communicating with this partner if "
3441"any."
3442msgstr ""
3443
3444#. module: base
3445#: field:res.partner,parent_id:0
3446msgid "Parent Partner"
3447msgstr ""
3448
3449#. module: base
3450#: view:ir.module.module:0
3451msgid "Cancel Upgrade"
3452msgstr ""
3453
3454#. module: base
3455#: model:res.country,name:base.ci
3456msgid "Ivory Coast (Cote D'Ivoire)"
3457msgstr ""
3458
3459#. module: base
3460#: model:res.country,name:base.kz
3461msgid "Kazakhstan"
3462msgstr ""
3463
3464#. module: base
3465#: view:res.lang:0
3466msgid "%w - Weekday number [0(Sunday),6]."
3467msgstr ""
3468
3469#. module: base
3470#: model:ir.actions.act_window,help:base.action_partner_form
3471msgid ""
3472"A customer is an entity you do business with, like a company or an "
3473"organization. A customer can have several contacts or addresses which are "
3474"the people working for this company. You can use the history tab, to follow "
3475"all transactions related to a customer: sales order, emails, opportunities, "
3476"claims, etc. If you use the email gateway, the Outlook or the Thunderbird "
3477"plugin, don't forget to register emails to each contact so that the gateway "
3478"will automatically attach incoming emails to the right partner."
3479msgstr ""
3480
3481#. module: base
3482#: field:ir.actions.report.xml,name:0
3483#: field:ir.actions.todo,name:0
3484#: field:ir.actions.todo.category,name:0
3485#: field:ir.cron,name:0
3486#: field:ir.model.access,name:0
3487#: field:ir.model.fields,name:0
3488#: field:ir.module.category,name:0
3489#: view:ir.module.module:0
3490#: field:ir.module.module,name:0
3491#: field:ir.module.module.dependency,name:0
3492#: report:ir.module.reference.graph:0
3493#: field:ir.property,name:0
3494#: field:ir.rule,name:0
3495#: field:ir.sequence,name:0
3496#: field:ir.sequence.type,name:0
3497#: field:ir.values,name:0
3498#: field:multi_company.default,name:0
3499#: field:res.bank,name:0
3500#: field:res.currency.rate.type,name:0
3501#: field:res.groups,name:0
3502#: field:res.lang,name:0
3503#: field:res.partner,name:0
3504#: field:res.partner.bank.type,name:0
3505#: view:res.partner.event:0
3506#: field:res.request.link,name:0
3507#: field:workflow,name:0
3508#: field:workflow.activity,name:0
3509msgid "Name"
3510msgstr ""
3511
3512#. module: base
3513#: help:ir.actions.act_window,multi:0
3514msgid ""
3515"If set to true, the action will not be displayed on the right toolbar of a "
3516"form view"
3517msgstr ""
3518
3519#. module: base
3520#: model:res.country,name:base.ms
3521msgid "Montserrat"
3522msgstr ""
3523
3524#. module: base
3525#: code:addons/base/ir/ir_model.py:237
3526#, python-format
3527msgid ""
3528"The Selection Options expression is not a valid Pythonic expression.Please "
3529"provide an expression in the [('key','Label'), ...] format."
3530msgstr ""
3531
3532#. module: base
3533#: model:ir.ui.menu,name:base.menu_translation_app
3534msgid "Application Terms"
3535msgstr ""
3536
3537#. module: base
3538#: help:res.users,context_tz:0
3539msgid ""
3540"The user's timezone, used to perform timezone conversions between the server "
3541"and the client."
3542msgstr ""
3543
3544#. module: base
3545#: field:ir.module.module,demo:0
3546msgid "Demo data"
3547msgstr ""
3548
3549#. module: base
3550#: selection:base.language.install,lang:0
3551msgid "English (UK)"
3552msgstr ""
3553
3554#. module: base
3555#: selection:base.language.install,lang:0
3556msgid "Japanese / ę—„ęœ¬čŖž"
3557msgstr ""
3558
3559#. module: base
3560#: help:workflow.transition,act_from:0
3561msgid ""
3562"Source activity. When this activity is over, the condition is tested to "
3563"determine if we can start the ACT_TO activity."
3564msgstr ""
3565
3566#. module: base
3567#: model:res.partner.category,name:base.res_partner_category_3
3568msgid "Starter Partner"
3569msgstr ""
3570
3571#. module: base
3572#: help:ir.model.fields,relation_field:0
3573msgid ""
3574"For one2many fields, the field on the target model that implement the "
3575"opposite many2one relationship"
3576msgstr ""
3577
3578#. module: base
3579#: model:ir.model,name:base.model_ir_actions_act_window_view
3580msgid "ir.actions.act_window.view"
3581msgstr ""
3582
3583#. module: base
3584#: report:ir.module.reference.graph:0
3585msgid "Web"
3586msgstr ""
3587
3588#. module: base
3589#: selection:base.language.install,lang:0
3590msgid "English (CA)"
3591msgstr ""
3592
3593#. module: base
3594#: model:ir.model,name:base.model_publisher_warranty_contract
3595msgid "publisher_warranty.contract"
3596msgstr ""
3597
3598#. module: base
3599#: model:res.country,name:base.et
3600msgid "Ethiopia"
3601msgstr ""
3602
3603#. module: base
3604#: help:res.country.state,code:0
3605msgid "The state code in three chars.\n"
3606msgstr ""
3607
3608#. module: base
3609#: model:res.country,name:base.sj
3610msgid "Svalbard and Jan Mayen Islands"
3611msgstr ""
3612
3613#. module: base
3614#: model:ir.model,name:base.model_ir_actions_wizard
3615#: selection:ir.ui.menu,action:0
3616msgid "ir.actions.wizard"
3617msgstr ""
3618
3619#. module: base
3620#: view:ir.actions.act_window:0
3621#: view:ir.actions.report.xml:0
3622#: view:ir.actions.server:0
3623#: view:res.request:0
3624msgid "Group By"
3625msgstr ""
3626
3627#. module: base
3628#: view:res.config:0
3629#: view:res.config.installer:0
3630msgid "title"
3631msgstr ""
3632
3633#. module: base
3634#: model:ir.model,name:base.model_base_language_install
3635msgid "Install Language"
3636msgstr ""
3637
3638#. module: base
3639#: view:ir.translation:0
3640msgid "Translation"
3641msgstr ""
3642
3643#. module: base
3644#: selection:res.request,state:0
3645msgid "closed"
3646msgstr ""
3647
3648#. module: base
3649#: selection:base.language.export,state:0
3650msgid "get"
3651msgstr ""
3652
3653#. module: base
3654#: help:ir.model.fields,on_delete:0
3655msgid "On delete property for many2one fields"
3656msgstr ""
3657
3658#. module: base
3659#: field:ir.actions.server,write_id:0
3660msgid "Write Id"
3661msgstr ""
3662
3663#. module: base
3664#: model:ir.ui.menu,name:base.menu_product
3665msgid "Products"
3666msgstr ""
3667
3668#. module: base
3669#: field:ir.actions.act_window,domain:0
3670#: field:ir.filters,domain:0
3671msgid "Domain Value"
3672msgstr ""
3673
3674#. module: base
3675#: view:ir.actions.server:0
3676msgid "SMS Configuration"
3677msgstr ""
3678
3679#. module: base
3680#: selection:base.language.install,lang:0
3681msgid "Spanish (BO) / EspaƱol (BO)"
3682msgstr ""
3683
3684#. module: base
3685#: model:ir.actions.act_window,name:base.ir_access_act
3686#: model:ir.ui.menu,name:base.menu_ir_access_act
3687msgid "Access Controls List"
3688msgstr ""
3689
3690#. module: base
3691#: model:res.country,name:base.um
3692msgid "USA Minor Outlying Islands"
3693msgstr ""
3694
3695#. module: base
3696#: field:res.partner.bank.type.field,bank_type_id:0
3697msgid "Bank Type"
3698msgstr ""
3699
3700#. module: base
3701#: code:addons/base/res/res_users.py:87
3702#: code:addons/base/res/res_users.py:96
3703#, python-format
3704msgid "The name of the group can not start with \"-\""
3705msgstr ""
3706
3707#. module: base
3708#: view:ir.ui.view_sc:0
3709#: field:res.partner.title,shortcut:0
3710msgid "Shortcut"
3711msgstr ""
3712
3713#. module: base
3714#: field:ir.model.data,date_init:0
3715msgid "Init Date"
3716msgstr ""
3717
3718#. module: base
3719#: selection:base.language.install,lang:0
3720msgid "Gujarati / ąŖ—ą«ąŖœąŖ°ąŖ¾ąŖ¤ą«€"
3721msgstr ""
3722
3723#. module: base
3724#: code:addons/base/module/module.py:297
3725#, python-format
3726msgid ""
3727"Unable to process module \"%s\" because an external dependency is not met: %s"
3728msgstr ""
3729
3730#. module: base
3731#: view:publisher_warranty.contract.wizard:0
3732msgid "Please enter the serial key provided in your contract document:"
3733msgstr ""
3734
3735#. module: base
3736#: view:workflow.activity:0
3737#: field:workflow.activity,flow_start:0
3738msgid "Flow Start"
3739msgstr ""
3740
3741#. module: base
3742#: code:addons/__init__.py:834
3743#, python-format
3744msgid "module base cannot be loaded! (hint: verify addons-path)"
3745msgstr ""
3746
3747#. module: base
3748#: view:res.partner.bank:0
3749msgid "Bank Account Owner"
3750msgstr ""
3751
3752#. module: base
3753#: model:ir.actions.act_window,name:base.act_values_form
3754msgid "Client Actions Connections"
3755msgstr ""
3756
3757#. module: base
3758#: field:ir.attachment,res_name:0
3759#: field:ir.ui.view_sc,resource:0
3760msgid "Resource Name"
3761msgstr ""
3762
3763#. module: base
3764#: selection:ir.cron,interval_type:0
3765msgid "Hours"
3766msgstr ""
3767
3768#. module: base
3769#: model:res.country,name:base.gp
3770msgid "Guadeloupe (French)"
3771msgstr ""
3772
3773#. module: base
3774#: code:addons/base/res/res_lang.py:187
3775#: code:addons/base/res/res_lang.py:189
3776#: code:addons/base/res/res_lang.py:191
3777#, python-format
3778msgid "User Error"
3779msgstr ""
3780
3781#. module: base
3782#: help:workflow.transition,signal:0
3783msgid ""
3784"When the operation of transition comes from a button pressed in the client "
3785"form, signal tests the name of the pressed button. If signal is NULL, no "
3786"button is necessary to validate this transition."
3787msgstr ""
3788
3789#. module: base
3790#: help:multi_company.default,object_id:0
3791msgid "Object affected by this rule"
3792msgstr ""
3793
3794#. module: base
3795#: report:ir.module.reference.graph:0
3796msgid "Directory"
3797msgstr ""
3798
3799#. module: base
3800#: field:wizard.ir.model.menu.create,name:0
3801msgid "Menu Name"
3802msgstr ""
3803
3804#. module: base
3805#: view:ir.module.module:0
3806msgid "Author Website"
3807msgstr ""
3808
3809#. module: base
3810#: view:ir.attachment:0
3811msgid "Month"
3812msgstr ""
3813
3814#. module: base
3815#: model:res.country,name:base.my
3816msgid "Malaysia"
3817msgstr ""
3818
3819#. module: base
3820#: view:base.language.install:0
3821#: model:ir.actions.act_window,name:base.action_view_base_language_install
3822msgid "Load Official Translation"
3823msgstr ""
3824
3825#. module: base
3826#: model:ir.model,name:base.model_res_request_history
3827msgid "res.request.history"
3828msgstr ""
3829
3830#. module: base
3831#: view:ir.actions.server:0
3832msgid "Client Action Configuration"
3833msgstr ""
3834
3835#. module: base
3836#: model:ir.model,name:base.model_res_partner_address
3837#: view:res.partner.address:0
3838msgid "Partner Addresses"
3839msgstr ""
3840
3841#. module: base
3842#: help:ir.model.fields,translate:0
3843msgid ""
3844"Whether values for this field can be translated (enables the translation "
3845"mechanism for that field)"
3846msgstr ""
3847
3848#. module: base
3849#: view:res.lang:0
3850msgid "%S - Seconds [00,61]."
3851msgstr ""
3852
3853#. module: base
3854#: model:res.country,name:base.cv
3855msgid "Cape Verde"
3856msgstr ""
3857
3858#. module: base
3859#: view:base.module.import:0
3860msgid "Select module package to import (.zip file):"
3861msgstr ""
3862
3863#. module: base
3864#: model:ir.actions.act_window,name:base.act_res_partner_event
3865#: model:ir.ui.menu,name:base.menu_event_association
3866#: field:res.partner,events:0
3867#: field:res.partner.event,name:0
3868#: model:res.widget,title:base.events_widget
3869msgid "Events"
3870msgstr ""
3871
3872#. module: base
3873#: model:ir.model,name:base.model_ir_actions_url
3874#: selection:ir.ui.menu,action:0
3875msgid "ir.actions.url"
3876msgstr ""
3877
3878#. module: base
3879#: model:res.widget,title:base.currency_converter_widget
3880msgid "Currency Converter"
3881msgstr ""
3882
3883#. module: base
3884#: code:addons/orm.py:341
3885#, python-format
3886msgid "Wrong ID for the browse record, got %r, expected an integer."
3887msgstr ""
3888
3889#. module: base
3890#: model:ir.actions.act_window,name:base.action_partner_addess_tree
3891#: view:res.partner:0
3892msgid "Partner Contacts"
3893msgstr ""
3894
3895#. module: base
3896#: field:base.module.update,add:0
3897msgid "Number of modules added"
3898msgstr ""
3899
3900#. module: base
3901#: view:res.currency:0
3902msgid "Price Accuracy"
3903msgstr ""
3904
3905#. module: base
3906#: selection:base.language.install,lang:0
3907msgid "Latvian / latvieŔu valoda"
3908msgstr ""
3909
3910#. module: base
3911#: view:res.config:0
3912#: view:res.config.installer:0
3913msgid "vsep"
3914msgstr ""
3915
3916#. module: base
3917#: selection:base.language.install,lang:0
3918msgid "French / FranƧais"
3919msgstr ""
3920
3921#. module: base
3922#: code:addons/orm.py:1049
3923#, python-format
3924msgid "The create method is not implemented on this object !"
3925msgstr ""
3926
3927#. module: base
3928#: field:workflow.triggers,workitem_id:0
3929msgid "Workitem"
3930msgstr ""
3931
3932#. module: base
3933#: view:ir.actions.todo:0
3934msgid "Set as Todo"
3935msgstr ""
3936
3937#. module: base
3938#: field:ir.actions.act_window.view,act_window_id:0
3939#: view:ir.actions.actions:0
3940#: field:ir.actions.todo,action_id:0
3941#: field:ir.ui.menu,action:0
3942#: view:ir.values:0
3943#: selection:ir.values,key:0
3944#: view:res.users:0
3945msgid "Action"
3946msgstr ""
3947
3948#. module: base
3949#: view:ir.actions.server:0
3950msgid "Email Configuration"
3951msgstr ""
3952
3953#. module: base
3954#: model:ir.model,name:base.model_ir_cron
3955msgid "ir.cron"
3956msgstr ""
3957
3958#. module: base
3959#: view:ir.rule:0
3960msgid "Combination of rules"
3961msgstr ""
3962
3963#. module: base
3964#: view:ir.sequence:0
3965msgid "Current Year without Century: %(y)s"
3966msgstr ""
3967
3968#. module: base
3969#: field:ir.actions.server,trigger_obj_id:0
3970msgid "Trigger On"
3971msgstr ""
3972
3973#. module: base
3974#: sql_constraint:ir.rule:0
3975msgid "Rule must have at least one checked access right !"
3976msgstr ""
3977
3978#. module: base
3979#: model:res.country,name:base.fj
3980msgid "Fiji"
3981msgstr ""
3982
3983#. module: base
3984#: field:ir.model.fields,size:0
3985msgid "Size"
3986msgstr ""
3987
3988#. module: base
3989#: model:res.country,name:base.sd
3990msgid "Sudan"
3991msgstr ""
3992
3993#. module: base
3994#: model:res.country,name:base.fm
3995msgid "Micronesia"
3996msgstr ""
3997
3998#. module: base
3999#: view:res.request.history:0
4000msgid "Request History"
4001msgstr ""
4002
4003#. module: base
4004#: field:ir.module.module,menus_by_module:0
4005#: view:res.groups:0
4006msgid "Menus"
4007msgstr ""
4008
4009#. module: base
4010#: selection:base.language.install,lang:0
4011msgid "Serbian (Latin) / srpski"
4012msgstr ""
4013
4014#. module: base
4015#: model:res.country,name:base.il
4016msgid "Israel"
4017msgstr ""
4018
4019#. module: base
4020#: model:ir.actions.wizard,name:base.wizard_server_action_create
4021msgid "Create Action"
4022msgstr ""
4023
4024#. module: base
4025#: model:ir.actions.act_window,name:base.action_model_model
4026#: model:ir.model,name:base.model_ir_model
4027#: model:ir.ui.menu,name:base.ir_model_model_menu
4028msgid "Objects"
4029msgstr ""
4030
4031#. module: base
4032#: field:res.lang,time_format:0
4033msgid "Time Format"
4034msgstr ""
4035
4036#. module: base
4037#: view:ir.module.module:0
4038msgid "Defined Reports"
4039msgstr ""
4040
4041#. module: base
4042#: view:ir.actions.report.xml:0
4043msgid "Report xml"
4044msgstr ""
4045
4046#. module: base
4047#: field:base.language.export,modules:0
4048#: model:ir.actions.act_window,name:base.action_module_open_categ
4049#: model:ir.actions.act_window,name:base.open_module_tree
4050#: field:ir.module.category,module_ids:0
4051#: view:ir.module.module:0
4052#: model:ir.ui.menu,name:base.menu_management
4053#: model:ir.ui.menu,name:base.menu_module_tree
4054msgid "Modules"
4055msgstr ""
4056
4057#. module: base
4058#: view:workflow.activity:0
4059#: selection:workflow.activity,kind:0
4060#: field:workflow.activity,subflow_id:0
4061#: field:workflow.workitem,subflow_id:0
4062msgid "Subflow"
4063msgstr ""
4064
4065#. module: base
4066#: model:ir.model,name:base.model_res_config
4067msgid "res.config"
4068msgstr ""
4069
4070#. module: base
4071#: field:workflow.transition,signal:0
4072msgid "Signal (button Name)"
4073msgstr ""
4074
4075#. module: base
4076#: model:ir.actions.act_window,name:base.action_res_bank_form
4077#: model:ir.ui.menu,name:base.menu_action_res_bank_form
4078#: view:res.bank:0
4079#: field:res.partner,bank_ids:0
4080msgid "Banks"
4081msgstr ""
4082
4083#. module: base
4084#: view:res.log:0
4085msgid "Unread"
4086msgstr ""
4087
4088#. module: base
4089#: field:ir.cron,doall:0
4090msgid "Repeat Missed"
4091msgstr ""
4092
4093#. module: base
4094#: help:ir.actions.server,state:0
4095msgid "Type of the Action that is to be executed"
4096msgstr ""
4097
4098#. module: base
4099#: field:ir.server.object.lines,server_id:0
4100msgid "Object Mapping"
4101msgstr ""
4102
4103#. module: base
4104#: help:res.currency.rate,rate:0
4105msgid "The rate of the currency to the currency of rate 1"
4106msgstr ""
4107
4108#. module: base
4109#: model:res.country,name:base.uk
4110msgid "United Kingdom"
4111msgstr ""
4112
4113#. module: base
4114#: view:res.config:0
4115msgid "res_config_contents"
4116msgstr ""
4117
4118#. module: base
4119#: help:res.partner.category,active:0
4120msgid "The active field allows you to hide the category without removing it."
4121msgstr ""
4122
4123#. module: base
4124#: report:ir.module.reference.graph:0
4125msgid "Object:"
4126msgstr ""
4127
4128#. module: base
4129#: model:res.country,name:base.bw
4130msgid "Botswana"
4131msgstr ""
4132
4133#. module: base
4134#: model:ir.actions.act_window,name:base.action_partner_title_partner
4135#: model:ir.ui.menu,name:base.menu_partner_title_partner
4136#: view:res.partner.title:0
4137msgid "Partner Titles"
4138msgstr ""
4139
4140#. module: base
4141#: help:ir.actions.act_window,auto_refresh:0
4142msgid "Add an auto-refresh on the view"
4143msgstr ""
4144
4145#. module: base
4146#: help:res.partner,employee:0
4147msgid "Check this box if the partner is an Employee."
4148msgstr ""
4149
4150#. module: base
4151#: field:ir.actions.report.xml,report_rml_content:0
4152#: field:ir.actions.report.xml,report_rml_content_data:0
4153msgid "RML content"
4154msgstr ""
4155
4156#. module: base
4157#: model:ir.actions.act_window,name:base.action_workflow_workitem_form
4158#: model:ir.ui.menu,name:base.menu_workflow_workitem
4159msgid "Workitems"
4160msgstr ""
4161
4162#. module: base
4163#: field:base.language.export,advice:0
4164msgid "Advice"
4165msgstr ""
4166
4167#. module: base
4168#: model:ir.model,name:base.model_ir_attachment
4169msgid "ir.attachment"
4170msgstr ""
4171
4172#. module: base
4173#: code:addons/orm.py:4086
4174#, python-format
4175msgid ""
4176"You cannot perform this operation. New Record Creation is not allowed for "
4177"this object as this object is for reporting purpose."
4178msgstr ""
4179
4180#. module: base
4181#: view:base.language.import:0
4182msgid "- module,type,name,res_id,src,value"
4183msgstr ""
4184
4185#. module: base
4186#: selection:base.language.install,lang:0
4187msgid "Lithuanian / Lietuvių kalba"
4188msgstr ""
4189
4190#. module: base
4191#: help:ir.actions.server,record_id:0
4192msgid ""
4193"Provide the field name where the record id is stored after the create "
4194"operations. If it is empty, you can not track the new record."
4195msgstr ""
4196
4197#. module: base
4198#: help:ir.model.fields,relation:0
4199msgid "For relationship fields, the technical name of the target model"
4200msgstr ""
4201
4202#. module: base
4203#: selection:base.language.install,lang:0
4204msgid "Indonesian / Bahasa Indonesia"
4205msgstr ""
4206
4207#. module: base
4208#: field:ir.ui.view,inherit_id:0
4209msgid "Inherited View"
4210msgstr ""
4211
4212#. module: base
4213#: view:ir.translation:0
4214msgid "Source Term"
4215msgstr ""
4216
4217#. module: base
4218#: model:ir.ui.menu,name:base.menu_main_pm
4219msgid "Project"
4220msgstr ""
4221
4222#. module: base
4223#: field:ir.ui.menu,web_icon_hover_data:0
4224msgid "Web Icon Image (hover)"
4225msgstr ""
4226
4227#. module: base
4228#: view:base.module.import:0
4229msgid "Module file successfully imported!"
4230msgstr ""
4231
4232#. module: base
4233#: selection:ir.actions.todo,state:0
4234msgid "Cancelled"
4235msgstr ""
4236
4237#. module: base
4238#: view:res.config.users:0
4239msgid "Create User"
4240msgstr ""
4241
4242#. module: base
4243#: view:partner.clear.ids:0
4244msgid "Want to Clear Ids ? "
4245msgstr ""
4246
4247#. module: base
4248#: field:publisher_warranty.contract,name:0
4249#: field:publisher_warranty.contract.wizard,name:0
4250msgid "Serial Key"
4251msgstr ""
4252
4253#. module: base
4254#: selection:res.request,priority:0
4255msgid "Low"
4256msgstr ""
4257
4258#. module: base
4259#: model:ir.ui.menu,name:base.menu_audit
4260msgid "Audit"
4261msgstr ""
4262
4263#. module: base
4264#: model:res.country,name:base.lc
4265msgid "Saint Lucia"
4266msgstr ""
4267
4268#. module: base
4269#: view:publisher_warranty.contract:0
4270msgid "Maintenance Contract"
4271msgstr ""
4272
4273#. module: base
4274#: help:ir.actions.server,trigger_obj_id:0
4275msgid "Select the object from the model on which the workflow will executed."
4276msgstr ""
4277
4278#. module: base
4279#: model:res.groups,name:base.group_user
4280#: field:res.partner,employee:0
4281msgid "Employee"
4282msgstr ""
4283
4284#. module: base
4285#: field:ir.model.access,perm_create:0
4286msgid "Create Access"
4287msgstr ""
4288
4289#. module: base
4290#: field:res.bank,state:0
4291#: field:res.company,state_id:0
4292#: field:res.partner.address,state_id:0
4293#: field:res.partner.bank,state_id:0
4294msgid "Fed. State"
4295msgstr ""
4296
4297#. module: base
4298#: field:ir.actions.server,copy_object:0
4299msgid "Copy Of"
4300msgstr ""
4301
4302#. module: base
4303#: field:ir.model,osv_memory:0
4304msgid "In-memory model"
4305msgstr ""
4306
4307#. module: base
4308#: view:partner.clear.ids:0
4309msgid "Clear Ids"
4310msgstr ""
4311
4312#. module: base
4313#: model:res.country,name:base.io
4314msgid "British Indian Ocean Territory"
4315msgstr ""
4316
4317#. module: base
4318#: field:res.users,view:0
4319msgid "Interface"
4320msgstr ""
4321
4322#. module: base
4323#: view:ir.actions.server:0
4324msgid "Field Mapping"
4325msgstr ""
4326
4327#. module: base
4328#: view:publisher_warranty.contract:0
4329msgid "Refresh Validation Dates"
4330msgstr ""
4331
4332#. module: base
4333#: field:ir.model.fields,ttype:0
4334msgid "Field Type"
4335msgstr ""
4336
4337#. module: base
4338#: field:res.country.state,code:0
4339msgid "State Code"
4340msgstr ""
4341
4342#. module: base
4343#: field:ir.model.fields,on_delete:0
4344msgid "On delete"
4345msgstr ""
4346
4347#. module: base
4348#: selection:res.lang,direction:0
4349msgid "Left-to-Right"
4350msgstr ""
4351
4352#. module: base
4353#: view:res.lang:0
4354#: field:res.lang,translatable:0
4355msgid "Translatable"
4356msgstr ""
4357
4358#. module: base
4359#: model:res.country,name:base.vn
4360msgid "Vietnam"
4361msgstr ""
4362
4363#. module: base
4364#: field:res.users,signature:0
4365msgid "Signature"
4366msgstr ""
4367
4368#. module: base
4369#: code:addons/fields.py:456
4370#: code:addons/fields.py:654
4371#: code:addons/fields.py:656
4372#: code:addons/fields.py:658
4373#: code:addons/fields.py:660
4374#: code:addons/fields.py:662
4375#: code:addons/fields.py:664
4376#, python-format
4377msgid "Not Implemented"
4378msgstr ""
4379
4380#. module: base
4381#: model:ir.model,name:base.model_res_widget_user
4382msgid "res.widget.user"
4383msgstr ""
4384
4385#. module: base
4386#: field:res.partner.category,complete_name:0
4387msgid "Full Name"
4388msgstr ""
4389
4390#. module: base
4391#: view:base.module.configuration:0
4392msgid "_Ok"
4393msgstr ""
4394
4395#. module: base
4396#: help:ir.filters,user_id:0
4397msgid "False means for every user"
4398msgstr ""
4399
4400#. module: base
4401#: code:addons/base/module/module.py:238
4402#, python-format
4403msgid "The name of the module must be unique !"
4404msgstr ""
4405
4406#. module: base
4407#: model:res.country,name:base.mz
4408msgid "Mozambique"
4409msgstr ""
4410
4411#. module: base
4412#: model:ir.ui.menu,name:base.menu_project_long_term
4413msgid "Long Term Planning"
4414msgstr ""
4415
4416#. module: base
4417#: field:ir.actions.server,message:0
4418#: field:partner.massmail.wizard,text:0
4419#: view:partner.sms.send:0
4420#: field:res.log,name:0
4421msgid "Message"
4422msgstr ""
4423
4424#. module: base
4425#: field:ir.actions.act_window.view,multi:0
4426msgid "On Multiple Doc."
4427msgstr ""
4428
4429#. module: base
4430#: view:res.partner:0
4431#: field:res.partner,user_id:0
4432msgid "Salesman"
4433msgstr ""
4434
4435#. module: base
4436#: field:res.partner,address:0
4437#: view:res.partner.address:0
4438msgid "Contacts"
4439msgstr ""
4440
4441#. module: base
4442#: code:addons/orm.py:3704
4443#, python-format
4444msgid ""
4445"Unable to delete this document because it is used as a default property"
4446msgstr ""
4447
4448#. module: base
4449#: view:res.widget.wizard:0
4450msgid "Add"
4451msgstr ""
4452
4453#. module: base
4454#: view:base.module.upgrade:0
4455#: model:ir.ui.menu,name:base.menu_view_base_module_upgrade
4456msgid "Apply Scheduled Upgrades"
4457msgstr ""
4458
4459#. module: base
4460#: view:res.widget:0
4461msgid "Widgets"
4462msgstr ""
4463
4464#. module: base
4465#: model:res.country,name:base.cz
4466msgid "Czech Republic"
4467msgstr ""
4468
4469#. module: base
4470#: view:res.widget.wizard:0
4471msgid "Widget Wizard"
4472msgstr ""
4473
4474#. module: base
4475#: model:ir.actions.act_window,help:base.act_ir_actions_todo_form
4476msgid ""
4477"The configuration wizards are used to help you configure a new instance of "
4478"OpenERP. They are launched during the installation of new modules, but you "
4479"can choose to restart some wizards manually from this menu."
4480msgstr ""
4481
4482#. module: base
4483#: code:addons/base/res/res_users.py:222
4484#, python-format
4485msgid ""
4486"Please use the change password wizard (in User Preferences or User menu) to "
4487"change your own password."
4488msgstr ""
4489
4490#. module: base
4491#: code:addons/orm.py:1883
4492#, python-format
4493msgid "Insufficient fields for Calendar View!"
4494msgstr ""
4495
4496#. module: base
4497#: selection:ir.property,type:0
4498msgid "Integer"
4499msgstr ""
4500
4501#. module: base
4502#: help:ir.actions.report.xml,report_rml:0
4503msgid ""
4504"The path to the main report file (depending on Report Type) or NULL if the "
4505"content is in another data field"
4506msgstr ""
4507
4508#. module: base
4509#: help:res.users,company_id:0
4510msgid "The company this user is currently working for."
4511msgstr ""
4512
4513#. module: base
4514#: model:ir.model,name:base.model_wizard_ir_model_menu_create
4515msgid "wizard.ir.model.menu.create"
4516msgstr ""
4517
4518#. module: base
4519#: view:workflow.transition:0
4520msgid "Transition"
4521msgstr ""
4522
4523#. module: base
4524#: field:res.groups,menu_access:0
4525msgid "Access Menu"
4526msgstr ""
4527
4528#. module: base
4529#: model:res.country,name:base.na
4530msgid "Namibia"
4531msgstr ""
4532
4533#. module: base
4534#: model:res.country,name:base.mn
4535msgid "Mongolia"
4536msgstr ""
4537
4538#. module: base
4539#: view:ir.module.module:0
4540msgid "Created Menus"
4541msgstr ""
4542
4543#. module: base
4544#: selection:ir.ui.view,type:0
4545msgid "mdx"
4546msgstr ""
4547
4548#. module: base
4549#: model:res.country,name:base.bi
4550msgid "Burundi"
4551msgstr ""
4552
4553#. module: base
4554#: view:base.language.install:0
4555#: view:base.module.import:0
4556#: view:base.module.update:0
4557#: view:publisher_warranty.contract.wizard:0
4558#: view:res.request:0
4559msgid "Close"
4560msgstr ""
4561
4562#. module: base
4563#: selection:base.language.install,lang:0
4564msgid "Spanish (MX) / EspaƱol (MX)"
4565msgstr ""
4566
4567#. module: base
4568#: view:res.log:0
4569msgid "My Logs"
4570msgstr ""
4571
4572#. module: base
4573#: model:res.country,name:base.bt
4574msgid "Bhutan"
4575msgstr ""
4576
4577#. module: base
4578#: help:ir.sequence,number_next:0
4579msgid "Next number of this sequence"
4580msgstr ""
4581
4582#. module: base
4583#: model:res.partner.category,name:base.res_partner_category_11
4584msgid "Textile Suppliers"
4585msgstr ""
4586
4587#. module: base
4588#: selection:ir.actions.url,target:0
4589msgid "This Window"
4590msgstr ""
4591
4592#. module: base
4593#: view:publisher_warranty.contract:0
4594msgid "Publisher Warranty Contracts"
4595msgstr ""
4596
4597#. module: base
4598#: help:res.log,name:0
4599msgid "The logging message."
4600msgstr ""
4601
4602#. module: base
4603#: field:base.language.export,format:0
4604msgid "File Format"
4605msgstr ""
4606
4607#. module: base
4608#: field:res.lang,iso_code:0
4609msgid "ISO code"
4610msgstr ""
4611
4612#. module: base
4613#: model:ir.model,name:base.model_res_config_view
4614msgid "res.config.view"
4615msgstr ""
4616
4617#. module: base
4618#: view:res.log:0
4619#: field:res.log,read:0
4620msgid "Read"
4621msgstr ""
4622
4623#. module: base
4624#: sql_constraint:res.country:0
4625msgid "The name of the country must be unique !"
4626msgstr ""
4627
4628#. module: base
4629#: model:ir.actions.act_window,help:base.action_country_state
4630msgid ""
4631"If you are working on the American market, you can manage the different "
4632"federal states you are working on from here. Each state is attached to one "
4633"country."
4634msgstr ""
4635
4636#. module: base
4637#: view:workflow.workitem:0
4638msgid "Workflow Workitems"
4639msgstr ""
4640
4641#. module: base
4642#: model:res.country,name:base.vc
4643msgid "Saint Vincent & Grenadines"
4644msgstr ""
4645
4646#. module: base
4647#: field:ir.mail_server,smtp_pass:0
4648#: field:partner.sms.send,password:0
4649#: field:res.users,password:0
4650msgid "Password"
4651msgstr ""
4652
4653#. module: base
4654#: model:ir.actions.act_window,name:base.action_model_fields
4655#: view:ir.model:0
4656#: field:ir.model,field_id:0
4657#: model:ir.model,name:base.model_ir_model_fields
4658#: view:ir.model.fields:0
4659#: model:ir.ui.menu,name:base.ir_model_model_fields
4660msgid "Fields"
4661msgstr ""
4662
4663#. module: base
4664#: model:ir.actions.act_window,name:base.action_partner_employee_form
4665msgid "Employees"
4666msgstr ""
4667
4668#. module: base
4669#: help:res.log,read:0
4670msgid ""
4671"If this log item has been read, get() should not send it to the client"
4672msgstr ""
4673
4674#. module: base
4675#: field:res.company,rml_header2:0
4676#: field:res.company,rml_header3:0
4677msgid "RML Internal Header"
4678msgstr ""
4679
4680#. module: base
4681#: field:ir.actions.act_window,search_view_id:0
4682msgid "Search View Ref."
4683msgstr ""
4684
4685#. module: base
4686#: field:ir.module.module,installed_version:0
4687msgid "Latest version"
4688msgstr ""
4689
4690#. module: base
4691#: model:ir.actions.act_window,help:base.res_partner_canal-act
4692msgid ""
4693"Track from where is coming your leads and opportunities by creating specific "
4694"channels that will be maintained at the creation of a document in the "
4695"system. Some examples of channels can be: Website, Phone Call, Reseller, etc."
4696msgstr ""
4697
4698#. module: base
4699#: model:res.partner.bank.type.field,name:base.bank_normal_field
4700msgid "acc_number"
4701msgstr ""
4702
4703#. module: base
4704#: model:ir.actions.act_window,name:base.action_partner_address_form
4705#: model:ir.ui.menu,name:base.menu_partner_address_form
4706msgid "Addresses"
4707msgstr ""
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches