diff --git a/MANIFEST.in b/MANIFEST.in index 7d853e57b3c..86edb9c56ac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,7 @@ include README +include bin/import_xml.rng +include bin/server.cert +include bin/server.pkey recursive-include doc * recursive-include man * recursive-include bin *xml *xsl *sql *rml *sxw *csv *rng diff --git a/bin/PKG-INFO b/bin/PKG-INFO index 05aaf789106..c1505be6a0e 100644 --- a/bin/PKG-INFO +++ b/bin/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: OpenERP -Version: 5.0.0-rc1 +Version: 5.0.0-rc2 Author: Tiny.be Author-email: fp at tiny be Maintainer: Tiny.be diff --git a/bin/addons/__init__.py b/bin/addons/__init__.py index 75f4fee3184..45b96c49d6f 100644 --- a/bin/addons/__init__.py +++ b/bin/addons/__init__.py @@ -512,11 +512,12 @@ def load_module_graph(cr, graph, status=None, check_access_rules=True, **kwargs) package_todo.append(package.name) ver = release.major_version + '.' + package.data.get('version', '1.0') # update the installed version in database... - cr.execute("update ir_module_module set state='installed', latest_version=%s where id=%s", (ver, mid,)) - cr.commit() + #cr.execute("update ir_module_module set state='installed', latest_version=%s where id=%s", (ver, mid,)) # Set new modules and dependencies modobj = pool.get('ir.module.module') + modobj.write(cr, 1, [mid], {'state':'installed', 'latest_version':ver}) + cr.commit() # Update translations for all installed languages if modobj: diff --git a/bin/addons/base/base_data.xml b/bin/addons/base/base_data.xml index 4777b7ea4f0..442147434bd 100644 --- a/bin/addons/base/base_data.xml +++ b/bin/addons/base/base_data.xml @@ -2877,5 +2877,6 @@ Tiny sprl + diff --git a/bin/addons/base/base_update.xml b/bin/addons/base/base_update.xml index 49bc289f337..7e0ee6e5219 100644 --- a/bin/addons/base/base_update.xml +++ b/bin/addons/base/base_update.xml @@ -257,13 +257,14 @@ + + Create User Create your users. You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system. - open 10 @@ -275,7 +276,6 @@ the simplified interface, which has less options and fields but is easier to understand. You will be able to switch to the extended view later. - open 5 diff --git a/bin/addons/base/i18n/ar_AR.po b/bin/addons/base/i18n/ar_AR.po new file mode 100644 index 00000000000..ed33f98fceb --- /dev/null +++ b/bin/addons/base/i18n/ar_AR.po @@ -0,0 +1,6410 @@ +# Translation of OpenERP Server. +# This file containt the translation of the following modules: +# * base +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" +"Report-Msgid-Bugs-To: support@openerp.com\n" +"POT-Creation-Date: 2008-12-22 18:04:48+0000\n" +"PO-Revision-Date: 2008-12-22 18:04:48+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_cron_act +#: model:ir.ui.menu,name:base.menu_ir_cron_act +#: view:ir.cron:0 +msgid "Scheduled Actions" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_name:0 +msgid "Internal Name" +msgstr "اسم داخلي" + +#. module: base +#: wizard_view:res.partner.sms_send,init:0 +msgid "SMS - Gateway: clickatell" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Monthly" +msgstr "شهرياً" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +msgid "Unknown" +msgstr "غير معروف" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "This wizard will detect new terms in the application so that you can update them manually." +msgstr "" + +#. module: base +#: field:workflow.activity,out_transitions:0 +#: view:workflow.activity:0 +msgid "Outgoing transitions" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SAVE" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_users_my +msgid "Change My Preferences" +msgstr "" + +#. module: base +#: view:ir.actions.act_window:0 +msgid "Open Window" +msgstr "" + +#. module: base +#: field:res.partner.function,name:0 +msgid "Function name" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-account" +msgstr "" + +#. module: base +#: field:res.partner.address,title:0 +#: field:res.partner,title:0 +#: field:res.partner.title,name:0 +msgid "Title" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,text:0 +msgid "SMS Message" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_som-act +#: model:ir.ui.menu,name:base.menu_res_partner_som-act +msgid "States of mind" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SORT_ASCENDING" +msgstr "" + +#. module: base +#: view:res.groups:0 +#: view:ir.model:0 +msgid "Access Rules" +msgstr "" + +#. module: base +#: field:ir.ui.view,arch:0 +#: field:ir.ui.view.custom,arch:0 +msgid "View Architecture" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_FORWARD" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Skipped" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not create this kind of document! (%s)" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,code:0 +msgid "Code (eg:en__US)" +msgstr "" + +#. module: base +#: field:res.roles,parent_id:0 +msgid "Parent" +msgstr "" + +#. module: base +#: field:workflow.activity,wkf_id:0 +#: field:workflow.instance,wkf_id:0 +#: view:workflow:0 +msgid "Workflow" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,model:0 +#: field:ir.actions.report.xml,model:0 +#: field:ir.actions.server,model_id:0 +#: field:ir.actions.act_window,res_model:0 +#: field:ir.actions.wizard,model:0 +#: field:ir.cron,model:0 +#: field:ir.default,field_tbl:0 +#: field:ir.model.access,model_id:0 +#: field:ir.model.data,model:0 +#: field:ir.model.grid,name:0 +#: field:ir.report.custom,model_id:0 +#: field:ir.rule.group,model_id:0 +#: selection:ir.translation,type:0 +#: field:ir.ui.view,model:0 +#: field:ir.values,model_id:0 +#: field:res.request.link,object:0 +#: field:wizard.ir.model.menu.create,model_id:0 +#: field:workflow.triggers,model:0 +#: view:ir.model:0 +msgid "Object" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "To browse official translations, you can visit this link: " +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_module_category_tree +#: model:ir.ui.menu,name:base.menu_action_module_category_tree +msgid "Categories of Modules" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_default +msgid "ir.default" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Not Started" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Minute: %(min)s" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_100" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank_type_field +msgid "Bank type fields" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "type,name,res_id,src,value" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export translation file" +msgstr "" + +#. module: base +#: field:res.partner.event.type,key:0 +msgid "Key" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_roles_form +#: field:res.users,roles_id:0 +#: model:ir.ui.menu,name:base.menu_action_res_roles_form +#: view:res.roles:0 +#: view:res.users:0 +msgid "Roles" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country +#: model:ir.ui.menu,name:base.menu_country_partner +msgid "Countries" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HELP" +msgstr "" + +#. module: base +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Created Views" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Normal" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,user_id:0 +msgid "User Ref." +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import new language" +msgstr "" + +#. module: base +#: wizard_field:server.action.create,step_1,report:0 +#: wizard_view:server.action.create,step_1:0 +msgid "Select Report" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc1_condition:0 +#: field:ir.report.custom.fields,fc2_condition:0 +#: field:ir.report.custom.fields,fc3_condition:0 +msgid "condition" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Yearly" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" + +#. module: base +#: field:ir.sequence,suffix:0 +msgid "Suffix" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The unlink method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + +#. module: base +#: model:ir.actions.report.xml,name:base.res_partner_address_report +msgid "Labels" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,target:0 +msgid "Target Window" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,from:0 +msgid "Sender's email" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Tabular" +msgstr "" + +#. module: base +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" + +#. module: base +#: field:ir.actions.todo,start_on:0 +msgid "Start On" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Reference Guide" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner +#: field:res.company,partner_id:0 +#: field:res.partner.address,partner_id:0 +#: field:res.partner.bank,partner_id:0 +#: field:res.partner.event,partner_id:0 +#: selection:res.partner.title,domain:0 +msgid "Partner" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_transition_form +#: model:ir.ui.menu,name:base.menu_workflow_transition +#: view:workflow.activity:0 +msgid "Transitions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view_custom +msgid "ir.ui.view.custom" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2 or later version" +msgstr "" + +#. module: base +#: selection:workflow.activity,kind:0 +msgid "Stop All" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NEW" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_report_custom +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.report.custom" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CANCEL" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Prospect Contact" +msgstr "" + +#. module: base +#: constraint:ir.ui.view:0 +msgid "Invalid XML for View Architecture!" +msgstr "" + +#. module: base +#: field:ir.report.custom,sortby:0 +msgid "Sorted By" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,type:0 +#: field:ir.actions.report.xml,type:0 +#: field:ir.report.custom,type:0 +msgid "Report Type" +msgstr "" + +#. module: base +#: field:ir.actions.todo,state:0 +#: field:ir.module.module.dependency,state:0 +#: field:ir.module.module,state:0 +#: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 +#: field:res.bank,state:0 +#: field:res.partner.address,state_id:0 +#: field:res.partner.bank,state_id:0 +#: field:res.request,state:0 +#: field:workflow.instance,state:0 +#: field:workflow.workitem,state:0 +#: view:res.country.state:0 +msgid "State" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "Other proprietary" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "" + +#. module: base +#: field:res.partner,comment:0 +#: view:ir.attachment:0 +#: view:res.groups:0 +#: view:ir.model:0 +#: view:res.partner:0 +msgid "Notes" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation +#: model:ir.ui.menu,name:base.menu_action_translation +msgid "All terms" +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "General" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,name:0 +msgid "Wizard info" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_property +msgid "ir.property" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,view_type:0 +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Form" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Can not define a column %s. Reserved keyword !" +msgstr "" + +#. module: base +#: help:ir.ui.menu,groups_id:0 +msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." +msgstr "" + +#. module: base +#: field:workflow.transition,act_to:0 +msgid "Destination Activity" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_10 +msgid "Open Source Service Company" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_QUIT" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_search method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "waiting" +msgstr "" + +#. module: base +#: field:res.country,name:0 +msgid "Country Name" +msgstr "" + +#. module: base +#: field:ir.attachment,link:0 +msgid "Link" +msgstr "" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "new" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_TOP" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,multi:0 +#: field:ir.actions.report.xml,multi:0 +#: field:ir.actions.act_window.view,multi:0 +msgid "On multiple doc." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_triggers +msgid "workflow.triggers" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view +msgid "ir.ui.view" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,report_id:0 +msgid "Report Ref" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-hr" +msgstr "" + +#. module: base +#: field:res.partner.bank.type.field,size:0 +msgid "Max. Size" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be upgraded" +msgstr "" + +#. module: base +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-purchase" +msgstr "" + +#. module: base +#: field:res.partner.address,name:0 +msgid "Contact Name" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Schedule Upgrade" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,init,repositories:0 +msgid "Repositories" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Password mismatch !" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +#: selection:res.partner.title,domain:0 +msgid "Contact" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "This url '%s' must provide an html file with links to zip modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_15 +#: view:ir.property:0 +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Properties" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_ltd +msgid "Ltd" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "ConcurrencyException" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_id:0 +msgid "View Ref." +msgstr "" + +#. module: base +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "" + +#. module: base +#: field:res.partner,ean13:0 +msgid "EAN13" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_repository_tree +#: model:ir.ui.menu,name:base.menu_module_repository_tree +#: view:ir.module.repository:0 +msgid "Repository list" +msgstr "" + +#. module: base +#: help:ir.rule.group,rules:0 +msgid "The rule is satisfied if at least one test is True" +msgstr "" + +#. module: base +#: field:res.company,rml_header1:0 +msgid "Report Header" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "If you don't force the domain, it will use the simple domain setup" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_pvt_ltd +msgid "Corp." +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_16 +msgid "Telecom sector" +msgstr "" + +#. module: base +#: field:ir.actions.act_window_close,type:0 +#: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 +#: field:ir.actions.url,type:0 +#: field:ir.actions.act_window,type:0 +msgid "Action Type" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,limit:0 +msgid "Default limit for the list view" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "ir.server.object.lines" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,src_model:0 +msgid "Source Object" +msgstr "" + +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + +#. module: base +#: field:res.partner.bank.type,field_ids:0 +msgid "Type fields" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_ir_actions_todo_form +#: model:ir.ui.menu,name:base.menu_ir_actions_todo_form +#: view:ir.actions.todo:0 +msgid "Config Wizard Steps" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view_sc +msgid "ir.ui.view_sc" +msgstr "" + +#. module: base +#: field:ir.model.access,group_id:0 +#: field:ir.rule,rule_group:0 +msgid "Group" +msgstr "" + +#. module: base +#: help:res.partner,customer:0 +msgid "Check this box if the partner is a customer." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FLOPPY" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + +#. module: base +#: field:res.users,signature:0 +msgid "Signature" +msgstr "" + +#. module: base +#: field:ir.actions.server,sms:0 +#: selection:ir.actions.server,state:0 +msgid "SMS" +msgstr "" + +#. module: base +#: field:ir.translation,name:0 +msgid "Field Name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang +#: model:ir.ui.menu,name:base.menu_res_lang_act_window +#: view:res.lang:0 +msgid "Languages" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_uninstall +#: model:ir.ui.menu,name:base.menu_module_tree_uninstall +msgid "Uninstalled modules" +msgstr "" + +#. module: base +#: help:res.partner.category,active:0 +msgid "The active field allows you to hide the category, without removing it." +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "PO File" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_event +msgid "res.partner.event" +msgstr "" + +#. module: base +#: wizard_field:server.action.create,init,type:0 +#: wizard_view:server.action.create,init:0 +msgid "Select Action Type" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_currency_form +#: model:ir.ui.menu,name:base.menu_action_currency_form +#: view:res.currency:0 +msgid "Currencies" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +msgid "Configure" +msgstr "" + +#. module: base +#: help:res.partner,lang:0 +msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDERLINE" +msgstr "" + +#. module: base +#: selection:ir.model,state:0 +msgid "Custom Object" +msgstr "" + +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Always Searchable" +msgstr "" + +#. module: base +#: selection:ir.model.fields,state:0 +msgid "Base Field" +msgstr "" + +#. module: base +#: field:workflow.instance,uid:0 +msgid "User ID" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Test" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" +msgstr "" + +#. module: base +#: wizard_view:module.module.update,update:0 +msgid "New modules" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_sxw_content:0 +#: field:ir.actions.report.xml,report_sxw_content_data:0 +msgid "SXW content" +msgstr "" + +#. module: base +#: field:ir.default,ref_id:0 +msgid "ID Ref." +msgstr "" + +#. module: base +#: help:res.partner.address,active:0 +msgid "Uncheck the active field to hide the contact." +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_10 +msgid "Scheduler" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_BOLD" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc0_operande:0 +#: field:ir.report.custom.fields,fc1_operande:0 +#: field:ir.report.custom.fields,fc2_operande:0 +#: field:ir.report.custom.fields,fc3_operande:0 +#: selection:ir.translation,type:0 +msgid "Constraint" +msgstr "" + +#. module: base +#: selection:ir.values,key:0 +#: selection:res.partner.address,type:0 +msgid "Default" +msgstr "" + +#. module: base +#: field:ir.model.fields,required:0 +#: field:res.partner.bank.type.field,required:0 +msgid "Required" +msgstr "" + +#. module: base +#: field:res.country,code:0 +msgid "Country Code" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + +#. module: base +#: field:res.request.history,name:0 +msgid "Summary" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-graph" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_instance +msgid "workflow.instance" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + +#. module: base +#: field:res.partner.bank,state:0 +#: field:res.partner.bank.type.field,bank_type_id:0 +msgid "Bank type" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "undefined get method !" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The read method is not implemented on this object !" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%B - Full month name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_REWIND" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_event_type +#: model:ir.ui.menu,name:base.next_id_14 +#: view:res.partner.event:0 +msgid "Partner Events" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CUT" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Introspection report on objects" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NO" +msgstr "" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Extended Interface" +msgstr "" + +#. module: base +#: field:res.company,name:0 +msgid "Company Name" +msgstr "" + +#. module: base +#: wizard_field:base.module.import,init,module_file:0 +msgid "Module .ZIP file" +msgstr "" + +#. module: base +#: wizard_button:res.partner.sms_send,init,send:0 +#: model:ir.actions.wizard,name:base.res_partner_send_sms_wizard +msgid "Send SMS" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,report_id:0 +msgid "Report Ref." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_addess_tree +#: view:res.partner:0 +msgid "Partner contacts" +msgstr "" + +#. module: base +#: field:res.users,address_id:0 +msgid "Address" +msgstr "" + +#. module: base +#: help:res.country,code:0 +msgid "The ISO country code in two chars.\n" +"You can use this field for quick search." +msgstr "" + +#. module: base +#: selection:workflow.activity,join_mode:0 +#: selection:workflow.activity,split_mode:0 +msgid "Xor" +msgstr "" + +#. module: base +#: selection:ir.report.custom,state:0 +msgid "Subscribed" +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "Sales & Purchases" +msgstr "" + +#. module: base +#: field:wizard.ir.model.menu.create.line,wizard_id:0 +#: view:ir.actions.wizard:0 +msgid "Wizard" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +#: wizard_view:module.upgrade,next:0 +msgid "System Upgrade" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REVERT_TO_SAVED" +msgstr "" + +#. module: base +#: field:res.partner.event,event_ical_id:0 +msgid "iCal id" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,name:0 +msgid "Language name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" + +#. module: base +#: field:ir.ui.menu,parent_id:0 +#: field:wizard.ir.model.menu.create,menu_id:0 +msgid "Parent Menu" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Custom fields must have a name that starts with 'x_' !" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 +#: field:res.partner.event.type,name:0 +#: view:res.partner.event.type:0 +msgid "Event Type" +msgstr "" + +#. module: base +#: field:ir.ui.view,type:0 +#: field:wizard.ir.model.menu.create.line,view_type:0 +msgid "View Type" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_report_custom +msgid "ir.report.custom" +msgstr "" + +#. module: base +#: field:ir.exports.line,export_id:0 +msgid "Exportation" +msgstr "" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Model Description" +msgstr "" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + +#. module: base +#: wizard_view:res.partner.sms_send,init:0 +msgid "Bulk SMS send" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,state:0 +msgid "get" +msgstr "" + +#. module: base +#: view:ir.report.custom.fields:0 +msgid "Report Fields" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_values +msgid "ir.values" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Pie Chart" +msgstr "" + +#. module: base +#: field:workflow.transition,trigger_expr_id:0 +msgid "Trigger Expression" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_CENTER" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_FIT" +msgstr "" + +#. module: base +#: view:ir.sequence.type:0 +msgid "Sequence Type" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child2:0 +msgid "field child2" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child3:0 +msgid "field child3" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child0:0 +msgid "field child0" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_update +#: model:ir.ui.menu,name:base.menu_module_update +msgid "Update Modules List" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Configure simple view" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + +#. module: base +#: field:ir.module.module,license:0 +msgid "License" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_actions +msgid "ir.actions.actions" +msgstr "" + +#. module: base +#: field:ir.module.repository,url:0 +msgid "Url" +msgstr "" + +#. module: base +#: field:res.request,body:0 +#: field:res.request.history,req_id:0 +#: view:res.request:0 +msgid "Request" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_mode:0 +msgid "Mode of view" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_orientation:0 +msgid "Portrait" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + +#. module: base +#: field:ir.actions.server,srcmodel_id:0 +msgid "Model" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "Language file loaded." +msgstr "" + +#. module: base +#: field:ir.actions.act_window.view,view_id:0 +#: field:ir.default,page:0 +#: selection:ir.translation,type:0 +#: field:wizard.ir.model.menu.create.line,view_id:0 +msgid "View" +msgstr "" + +#. module: base +#: wizard_field:module.upgrade,next,module_info:0 +#: wizard_view:module.upgrade,next:0 +msgid "Modules to update" +msgstr "" + +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_miss +msgid "Miss" +msgstr "" + +#. module: base +#: field:workflow.workitem,act_id:0 +#: view:workflow.activity:0 +msgid "Activity" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_LAST" +msgstr "" + +#. module: base +#: field:ir.report.custom,print_orientation:0 +msgid "Print orientation" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_BOTTOM" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,header:0 +msgid "Add RML header" +msgstr "" + +#. module: base +#: field:ir.attachment,name:0 +msgid "Attachment Name" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_orientation:0 +msgid "Landscape" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,data:0 +#: field:wizard.module.lang.export,data:0 +msgid "File" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_form +#: model:ir.ui.menu,name:base.menu_ir_sequence_form +#: model:ir.ui.menu,name:base.next_id_5 +#: view:ir.sequence:0 +msgid "Sequences" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Unknown position in inherited view %s !" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Add User" +msgstr "" + +#. module: base +#: field:res.request,trigger_date:0 +msgid "Trigger Date" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_configuration_wizard +msgid "ir.actions.configuration.wizard" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal +msgid "Bank account" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_FORWARD" +msgstr "" + +#. module: base +#: field:res.bank,zip:0 +#: field:res.partner.address,zip:0 +#: field:res.partner.bank,zip:0 +msgid "Zip" +msgstr "" + +#. module: base +#: field:ir.module.module,author:0 +msgid "Author" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDELETE" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,state:0 +msgid "choose" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +msgid "Uninstallable" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_QUESTION" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Trigger" +msgstr "" + +#. module: base +#: field:res.partner,supplier:0 +#: model:res.partner.category,name:base.res_partner_category_8 +msgid "Supplier" +msgstr "" + +#. module: base +#: code:report/custom.py:0 +#, python-format +msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + +#. module: base +#: field:res.request.history,body:0 +msgid "Body" +msgstr "" + +#. module: base +#: field:res.lang,direction:0 +msgid "Direction" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_module_update_translations +msgid "wizard.module.update_translations" +msgstr "" + +#. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view +#: field:ir.actions.act_window,view_ids:0 +#: field:ir.actions.act_window,views:0 +#: field:ir.module.module,views_by_module:0 +#: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view +#: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 +#: view:ir.actions.act_window:0 +msgid "Views" +msgstr "" + +#. module: base +#: wizard_button:res.partner.spam_send,init,send:0 +msgid "Send Email" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_4 +msgid "Basic Partner" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_FONT" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to remove a module that is installed or will be installed" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "," +msgstr "" + +#. module: base +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_madam +msgid "Madam" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PASTE" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_model +#: model:ir.model,name:base.model_ir_model +#: model:ir.ui.menu,name:base.ir_model_model_menu +msgid "Objects" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_FIRST" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_form +#: model:ir.ui.menu,name:base.menu_workflow +msgid "Workflows" +msgstr "" + +#. module: base +#: field:ir.model.fields,model_id:0 +msgid "Object id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid "<" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_wizard_form +#: model:ir.ui.menu,name:base.menu_config_module +msgid "Configuration Wizard" +msgstr "" + +#. module: base +#: view:res.request.link:0 +msgid "Request Link" +msgstr "" + +#. module: base +#: field:wizard.module.lang.export,format:0 +msgid "File Format" +msgstr "" + +#. module: base +#: field:ir.module.module,url:0 +msgid "URL" +msgstr "" + +#. module: base +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: field:ir.report.custom,print_format:0 +msgid "Print format" +msgstr "" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_payterm_form +#: model:ir.model,name:base.model_res_payterm +#: view:res.payterm:0 +msgid "Payment term" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + +#. module: base +#: field:res.request,ref_doc2:0 +msgid "Document Ref 2" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-calendar" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-stock" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Work Days" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_roles +msgid "res.roles" +msgstr "" + +#. module: base +#: help:ir.cron,priority:0 +msgid "0=Very Urgent\n" +"10=Not urgent" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_data +msgid "ir.model.data" +msgstr "" + +#. module: base +#: view:res.groups:0 +#: view:ir.model:0 +msgid "Access Rights" +msgstr "" + +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,report_rml:0 +msgid "The .rml path of the file or NULL if the content is in report_rml_content" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Skip" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_menu_create +#: view:wizard.ir.model.menu.create:0 +msgid "Create Menu" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_RECORD" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "child_of" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the model '%s' !" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child1:0 +msgid "field child1" +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 +#: field:res.request,name:0 +msgid "Subject" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The write method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.rule.group,global:0 +msgid "Global" +msgstr "" + +#. module: base +#: field:res.request,act_from:0 +#: field:res.request.history,act_from:0 +msgid "From" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + +#. module: base +#: selection:res.partner.event,partner_type:0 +msgid "Retailer" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + +#. module: base +#: wizard_button:server.action.create,init,step_1:0 +msgid "Next" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_11 +msgid "Configuration Wizards" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Set NULL" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-report" +msgstr "" + +#. module: base +#: field:res.partner.event,som:0 +#: field:res.partner.som,name:0 +msgid "State of Mind" +msgstr "" + +#. module: base +#: field:ir.actions.todo,type:0 +#: field:ir.actions.report.xml,report_type:0 +#: field:ir.server.object.lines,type:0 +#: field:ir.translation,type:0 +#: field:ir.values,key:0 +#: view:res.partner:0 +msgid "Type" +msgstr "" + +#. module: base +#: field:ir.model.fields,state:0 +#: field:ir.model,state:0 +msgid "Manualy Created" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Defined Reports" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FILE" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_9 +msgid "Components Supplier" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "The rule is satisfied if all test are True (AND)" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,next:0 +msgid "Note that this operation my take a few minutes." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation +#: view:ir.translation:0 +msgid "Translations" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml_content:0 +#: field:ir.actions.report.xml,report_rml_content_data:0 +msgid "RML content" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_grid +msgid "Objects Security Grid" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CONNECT" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SAVE_AS" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Not Searchable" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DND" +msgstr "" + +#. module: base +#: field:ir.sequence,padding:0 +msgid "Number padding" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_OK" +msgstr "" + +#. module: base +#: code:report/report_sxw.py:0 +#, python-format +msgid "print" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Password empty !" +msgstr "" + +#. module: base +#: field:res.company,rml_header:0 +msgid "RML Header" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: selection:workflow.activity,kind:0 +msgid "Dummy" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "None" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not write in this document! (%s)" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow +msgid "workflow" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,app_id:0 +msgid "API ID" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_category +#: view:ir.module.category:0 +msgid "Module Category" +msgstr "" + +#. module: base +#: field:ir.rule,operand:0 +msgid "Operand" +msgstr "" + +#. module: base +#: help:res.partner,supplier:0 +msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." +msgstr "" + +#. module: base +#: wizard_view:module.module.update,init:0 +msgid "Scan for new modules" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_repository +msgid "Module Repository" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNINDENT" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "At Once" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_security +msgid "Security" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Write Object" +msgstr "" + +#. module: base +#: field:res.bank,street:0 +#: field:res.partner.address,street:0 +#: field:res.partner.bank,street:0 +msgid "Street" +msgstr "" + +#. module: base +#: field:ir.cron,interval_number:0 +msgid "Interval Number" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + +#. module: base +#: view:ir.module.repository:0 +msgid "Repository" +msgstr "" + +#. module: base +#: field:res.users,action_id:0 +msgid "Home Action" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Low" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Recursion error in modules dependencies !" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_xsl:0 +msgid "XSL path" +msgstr "" + +#. module: base +#: field:res.groups,model_access:0 +#: model:ir.ui.menu,name:base.menu_security_access +#: view:ir.model.access:0 +#: view:res.groups:0 +msgid "Access Controls" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_module_lang_export +msgid "wizard.module.lang.export" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "Installed" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_function_form +#: model:ir.ui.menu,name:base.menu_partner_function_form +#: view:res.partner.function:0 +msgid "Partner Functions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency +#: field:res.company,currency_id:0 +#: field:res.currency,name:0 +#: field:res.currency.rate,currency_id:0 +#: view:res.currency:0 +msgid "Currency" +msgstr "" + +#. module: base +#: field:res.partner.canal,name:0 +msgid "Channel Name" +msgstr "" + +#. module: base +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" + +#. module: base +#: field:res.bank,street2:0 +#: field:res.partner.address,street2:0 +msgid "Street2" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,alignment:0 +msgid "Alignment" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDO" +msgstr "" + +#. module: base +#: field:ir.attachment,create_date:0 +msgid "Date Created" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid ">=" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_todo +msgid "ir.actions.todo" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_administration +msgid "Administration" +msgstr "" + +#. module: base +#: field:ir.sequence,number_next:0 +msgid "Next Number" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" + +#. module: base +#: wizard_view:module.module.update,init:0 +msgid "This function will check for new modules in the 'addons' path and on module repositories:" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_country +#: field:res.bank,country:0 +#: field:res.country.state,country_id:0 +#: field:res.partner.address,country_id:0 +#: field:res.partner.bank,country_id:0 +#: field:res.partner,country:0 +#: view:res.country:0 +msgid "Country" +msgstr "" + +#. module: base +#: field:res.currency,rate_ids:0 +#: view:res.currency:0 +msgid "Rates" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_BACK" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#: code:osv/orm.py:0 +#, python-format +msgid "AccessError" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Bar Chart" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_config +msgid "ir.model.config" +msgstr "" + +#. module: base +#: field:ir.module.module,website:0 +#: field:res.partner,website:0 +msgid "Website" +msgstr "" + +#. module: base +#: field:ir.model.fields,selection:0 +msgid "Field Selection" +msgstr "" + +#. module: base +#: field:ir.rule.group,rules:0 +msgid "Tests" +msgstr "" + +#. module: base +#: field:ir.sequence,number_increment:0 +msgid "Increment Number" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,operation:0 +#: field:ir.ui.menu,icon_pict:0 +#: field:wizard.module.lang.export,state:0 +msgid "unknown" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,res_id:0 +msgid "Resource Ref." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_FILL" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "draft" +msgstr "" + +#. module: base +#: field:res.currency.rate,name:0 +#: field:res.partner,date:0 +#: field:res.partner.event,date:0 +#: field:res.request,date_sent:0 +msgid "Date" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_sxw:0 +msgid "SXW path" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Data" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "RML" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_ERROR" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_main +msgid "Partners by Categories" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + +#. module: base +#: wizard_field:module.lang.install,init,lang:0 +#: field:ir.translation,lang:0 +#: field:res.partner,lang:0 +#: field:res.users,context_lang:0 +#: field:wizard.module.lang.export,lang:0 +#: field:wizard.module.update_translations,lang:0 +msgid "Language" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "XSL" +msgstr "" + +#. module: base +#: field:ir.module.module,demo:0 +msgid "Demo data" +msgstr "" + +#. module: base +#: wizard_view:base.module.import,import:0 +#: wizard_view:base.module.import,init:0 +msgid "Module import" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_form +#: model:ir.ui.menu,name:base.menu_action_res_company_form +#: view:res.company:0 +msgid "Companies" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_supplier_form +#: model:ir.ui.menu,name:base.menu_partner_supplier_form +msgid "Suppliers Partners" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence_type +msgid "ir.sequence.type" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,type:0 +msgid "Action type" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "CSV File" +msgstr "" + +#. module: base +#: field:res.company,parent_id:0 +msgid "Parent Company" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Attached To" +msgstr "" + +#. module: base +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" + +#. module: base +#: field:ir.module.category,module_nr:0 +msgid "# of Modules" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PLAY" +msgstr "" + +#. module: base +#: field:ir.model.data,date_init:0 +msgid "Init Date" +msgstr "" + +#. module: base +#: field:res.company,rml_header2:0 +msgid "RML Internal Header" +msgstr "" + +#. module: base +#: selection:ir.model,state:0 +msgid "Base Object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-crm" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STRIKETHROUGH" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid "(year)=" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +#: field:res.bank,code:0 +#: field:res.currency,code:0 +#: field:res.lang,code:0 +#: field:res.partner.bank.type,code:0 +#: field:res.partner.function,code:0 +#: field:res.partner,ref:0 +msgid "Code" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Features" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-partner" +msgstr "" + +#. module: base +#: field:ir.attachment,create_uid:0 +msgid "Creator" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented get_memory method !" +msgstr "" + +#. module: base +#: field:ir.actions.server,code:0 +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Python Code" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Bad query." +msgstr "" + +#. module: base +#: field:ir.model.fields,field_description:0 +msgid "Field Label" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "You try to bypass an access rule (Document type: %s)." +msgstr "" + +#. module: base +#: field:ir.actions.url,url:0 +msgid "Action Url" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc0_op:0 +#: field:ir.report.custom.fields,fc1_op:0 +#: field:ir.report.custom.fields,fc2_op:0 +#: field:ir.report.custom.fields,fc3_op:0 +msgid "Relation" +msgstr "" + +#. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 +#: field:ir.report.custom.fields,fc0_condition:0 +#: field:workflow.transition,condition:0 +msgid "Condition" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form +#: model:ir.ui.menu,name:base.menu_partner_customer_form +msgid "Customers Partners" +msgstr "" + +#. module: base +#: wizard_button:res.partner.spam_send,init,end:0 +#: wizard_button:res.partner.sms_send,init,end:0 +#: wizard_button:base.module.import,init,end:0 +#: wizard_button:module.lang.import,init,end:0 +#: wizard_button:module.lang.install,init,end:0 +#: wizard_button:module.module.update,init,end:0 +#: wizard_button:module.upgrade,next,end:0 +#: selection:ir.actions.todo,state:0 +#: view:wizard.ir.model.menu.create:0 +#: view:wizard.module.lang.export:0 +#: view:wizard.module.update_translations:0 +msgid "Cancel" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_users +msgid "res.users" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_management +msgid "Modules Management" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "" + +#. module: base +#: field:ir.model.data,res_id:0 +#: field:ir.translation,res_id:0 +#: field:workflow.instance,res_id:0 +#: field:workflow.triggers,res_id:0 +msgid "Resource ID" +msgstr "" + +#. module: base +#: field:ir.model,info:0 +#: view:maintenance.contract:0 +msgid "Information" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_exports +msgid "ir.exports" +msgstr "" + +#. module: base +#: field:workflow.activity,flow_start:0 +msgid "Flow Start" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MISSING_IMAGE" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,bgcolor:0 +msgid "Background Color" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REMOVE" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml:0 +msgid "RML path" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,item_id:0 +msgid "Next Configuration Wizard" +msgstr "" + +#. module: base +#: field:workflow.workitem,inst_id:0 +msgid "Instance" +msgstr "" + +#. module: base +#: field:ir.values,meta:0 +#: field:ir.values,meta_unpickle:0 +msgid "Meta Datas" +msgstr "" + +#. module: base +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "raw" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Partners: " +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +#: selection:res.partner.address,type:0 +msgid "Other" +msgstr "" + +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + +#. module: base +#: field:ir.ui.view,field_parent:0 +msgid "Childs Field" +msgstr "" + +#. module: base +#: field:res.roles,name:0 +msgid "Role Name" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "Can not remove root user!" +msgstr "" + +#. module: base +#: field:ir.module.module,latest_version:0 +msgid "Installed version" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form +#: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity +#: view:workflow:0 +msgid "Activities" +msgstr "" + +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + +#. module: base +#: field:res.partner,user_id:0 +msgid "Dedicated Salesman" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_users +#: field:ir.actions.todo,users_id:0 +#: field:ir.default,uid:0 +#: field:ir.rule.group,users:0 +#: field:res.groups,users:0 +#: field:res.roles,users:0 +#: model:ir.ui.menu,name:base.menu_action_res_users +#: model:ir.ui.menu,name:base.menu_users +#: view:res.groups:0 +#: view:res.users:0 +msgid "Users" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_wizard_lang_export +#: model:ir.ui.menu,name:base.menu_wizard_lang_export +msgid "Export a Translation File" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_xml +#: model:ir.ui.menu,name:base.menu_ir_action_report_xml +msgid "Report Xml" +msgstr "" + +#. module: base +#: help:res.partner,user_id:0 +msgid "The internal user that is in charge of communicating with this partner if any." +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard View" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Upgrade" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The search method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,attachment:0 +msgid "Save As Attachment Prefix" +msgstr "" + +#. module: base +#: field:ir.cron,nextcall:0 +msgid "Next call date" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,cumulate:0 +msgid "Cumulate" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_14 +msgid "Bad customers" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Pie charts need exactly two fields" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_bank +#: field:res.partner.bank,bank:0 +#: view:res.bank:0 +msgid "Bank" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HARDDISK" +msgstr "" + +#. module: base +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: field:ir.actions.todo,name:0 +#: field:ir.actions.report.xml,name:0 +#: field:ir.cron,name:0 +#: field:ir.model.access,name:0 +#: field:ir.model.fields,name:0 +#: field:ir.module.category,name:0 +#: field:ir.module.module.dependency,name:0 +#: field:ir.module.module,name:0 +#: field:ir.module.repository,name:0 +#: field:ir.property,name:0 +#: field:ir.report.custom.fields,name:0 +#: field:ir.rule.group,name:0 +#: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 +#: field:res.bank,name:0 +#: field:res.config.view,name:0 +#: field:res.lang,name:0 +#: field:res.partner.bank.type,name:0 +#: field:res.partner.category,complete_name:0 +#: field:res.partner,name:0 +#: field:res.request.link,name:0 +#: field:res.users,name:0 +#: field:workflow.activity,name:0 +#: field:workflow,name:0 +msgid "Name" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_lang_install +#: model:ir.ui.menu,name:base.menu_wizard_lang_install +msgid "Load an Official Translation" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_APPLY" +msgstr "" + +#. module: base +#: field:ir.module.module,reports_by_module:0 +msgid "Reports" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + +#. module: base +#: field:workflow,on_create:0 +msgid "On Create" +msgstr "" + +#. module: base +#: wizard_view:base.module.import,init:0 +msgid "Please give your module .ZIP file to import." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CLOSE" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PAUSE" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format +msgid "Error !" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,user:0 +#: field:res.users,login:0 +msgid "Login" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "" + +#. module: base +#: help:wizard.module.lang.export,lang:0 +msgid "To export a new language, do not select a language." +msgstr "" + +#. module: base +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Average" +msgstr "" + +#. module: base +#: field:res.users,context_tz:0 +msgid "Timezone" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_grid_security +#: model:ir.ui.menu,name:base.menu_ir_access_grid +msgid "Access Controls Grid" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "High" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_instance_form +#: model:ir.ui.menu,name:base.menu_workflow_instance +msgid "Instances" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COPY" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Auto" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_3 +msgid "Starter Partner" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request_link +msgid "res.request.link" +msgstr "" + +#. module: base +#: wizard_button:module.module.update,init,update:0 +msgid "Check new modules" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_view +msgid "ir.actions.act_window.view" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" + +#. module: base +#: help:res.bank,bic:0 +msgid "Bank Identifier Code" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CDROM" +msgstr "" + +#. module: base +#: field:workflow.activity,action:0 +msgid "Python Action" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIRECTORY" +msgstr "" + +#. module: base +#: field:res.partner.event,planned_revenue:0 +msgid "Planned Revenue" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "Record rules" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,groupby:0 +msgid "Group by" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + +#. module: base +#: field:ir.model.fields,readonly:0 +#: field:res.partner.bank.type.field,readonly:0 +msgid "Readonly" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the field '%s' !" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ITALIC" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,header:0 +msgid "Add or not the coporate RML header" +msgstr "" + +#. module: base +#: field:res.currency,accuracy:0 +msgid "Computational Accuracy" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_wizard +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.wizard" +msgstr "" + +#. module: base +#: field:res.partner.event,document:0 +msgid "Document" +msgstr "" + +#. module: base +#: field:res.partner.event,type:0 +msgid "Type of Event" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REFRESH" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_type +#: model:ir.ui.menu,name:base.menu_ir_sequence_type +msgid "Sequence Types" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STOP" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" +msgstr "" + +#. module: base +#: field:res.partner.bank,acc_number:0 +msgid "Account number" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line +msgid "wizard.ir.model.menu.create.line" +msgstr "" + +#. module: base +#: field:ir.attachment,res_id:0 +msgid "Attached ID" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Purchase Offer" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be installed" +msgstr "" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day: %(day)s" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not read this document! (%s)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND_AND_REPLACE" +msgstr "" + +#. module: base +#: field:res.request,history:0 +#: view:res.request:0 +#: view:res.partner:0 +msgid "History" +msgstr "" + +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_WARNING" +msgstr "" + +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + +#. module: base +#: model:ir.actions.report.xml,name:base.ir_module_reference_print +msgid "Technical guide" +msgstr "" + +#. module: base +#: field:ir.server.object.lines,col1:0 +msgid "Destination" +msgstr "" + +#. module: base +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CONVERT" +msgstr "" + +#. module: base +#: field:ir.exports,name:0 +msgid "Export name" +msgstr "" + +#. module: base +#: help:ir.model.fields,on_delete:0 +msgid "On delete property for many2one fields" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_rule +msgid "ir.rule" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Days" +msgstr "" + +#. module: base +#: field:ir.property,value:0 +#: selection:ir.server.object.lines,type:0 +#: field:ir.server.object.lines,value:0 +#: field:ir.values,value:0 +#: field:ir.values,value_unpickle:0 +msgid "Value" +msgstr "" + +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + +#. module: base +#: field:ir.default,field_name:0 +msgid "Object field" +msgstr "" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update Translations" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Set" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,width:0 +msgid "Fixed Width" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Other Actions Configuration" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EXECUTE" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Minutes" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "The modules have been upgraded / installed !" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,domain:0 +msgid "Domain Value" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +#: view:wizard.module.lang.export:0 +msgid "Help" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Some installed modules depends on the module you plan to desinstall :\n %s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_request_link-act +#: model:ir.ui.menu,name:base.menu_res_request_link_act +msgid "Accepted Links in Requests" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_YES" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_canal-act +#: model:ir.model,name:base.model_res_partner_canal +#: model:ir.ui.menu,name:base.menu_res_partner_canal-act +msgid "Channels" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_access_act +#: model:ir.ui.menu,name:base.menu_ir_access_act +msgid "Access Controls List" +msgstr "" + +#. module: base +#: help:ir.rule.group,global:0 +msgid "Make the rule global or it needs to be put on a group or user" +msgstr "" + +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,wiz_name:0 +msgid "Wizard name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_custom +#: model:ir.ui.menu,name:base.menu_ir_action_report_custom +msgid "Report Custom" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Schedule for Installation" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Advanced Search" +msgstr "" + +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_form +#: model:ir.ui.menu,name:base.menu_base_partner +#: model:ir.ui.menu,name:base.menu_partner_form +#: view:res.partner:0 +msgid "Partners" +msgstr "" + +#. module: base +#: field:ir.attachment,res_model:0 +msgid "Attached Model" +msgstr "" + +#. module: base +#: field:ir.actions.server,trigger_name:0 +msgid "Trigger Name" +msgstr "" + +#. module: base +#: wizard_button:server.action.create,step_1,create:0 +msgid "Create" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "The name of the group can not start with \"-\"" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "We suggest you to reload the menu tab (Ctrl+t Ctrl+r)." +msgstr "" + +#. module: base +#: field:res.partner.title,shortcut:0 +#: view:ir.ui.view_sc:0 +msgid "Shortcut" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_access +msgid "ir.model.access" +msgstr "" + +#. module: base +#: field:ir.cron,priority:0 +#: field:ir.ui.view,priority:0 +#: field:res.request.link,priority:0 +#: field:res.request,priority:0 +msgid "Priority" +msgstr "" + +#. module: base +#: field:ir.translation,src:0 +msgid "Source" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title_contact +#: model:ir.ui.menu,name:base.menu_partner_title_contact +msgid "Contacts Titles" +msgstr "" + +#. module: base +#: help:res.partner.address,partner_id:0 +msgid "Keep empty for a private address, not related to partner." +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Button" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Legend (for prefix, suffix)" +msgstr "" + +#. module: base +#: field:workflow.activity,flow_stop:0 +msgid "Flow Stop" +msgstr "" + +#. module: base +#: selection:ir.server.object.lines,type:0 +msgid "Formula" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Internal Header/Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_LEFT" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +msgid "Bank account owner" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + +#. module: base +#: field:ir.ui.view,name:0 +msgid "View Name" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,resource:0 +msgid "Resource Name" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." +msgstr "" + +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + +#. module: base +#: field:res.partner.address,type:0 +msgid "Address Type" +msgstr "" + +#. module: base +#: wizard_button:module.upgrade,start,config:0 +#: wizard_button:module.upgrade,end,config:0 +msgid "Start configuration" +msgstr "" + +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + +#. module: base +#: field:ir.exports,export_fields:0 +msgid "Export Id" +msgstr "" + +#. module: base +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Hours" +msgstr "" + +#. module: base +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "End of Request" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "References" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This record was modified in the meanwhile" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Note that this operation may take a few minutes." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COLOR_PICKER" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + +#. module: base +#: field:res.request,act_to:0 +#: field:res.request.history,act_to:0 +msgid "To" +msgstr "" + +#. module: base +#: field:maintenance.contract,kind:0 +#: field:workflow.activity,kind:0 +msgid "Kind" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +msgid "Bank accounts" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,view_type:0 +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Tree" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CLEAR" +msgstr "" + +#. module: base +#: help:res.users,password:0 +msgid "Keep empty if you don't want the user to be able to connect on the system." +msgstr "" + +#. module: base +#: field:ir.model.access,perm_read:0 +msgid "Read Access" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Line Plot" +msgstr "" + +#. module: base +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" + +#. module: base +#: selection:ir.model.fields,state:0 +msgid "Custom Field" +msgstr "" + +#. module: base +#: field:ir.model.fields,relation_field:0 +msgid "Relation Field" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Bar charts need at least two fields" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented search_memory method !" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fontcolor:0 +msgid "Font color" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_server_action +#: model:ir.ui.menu,name:base.menu_server_action +#: view:ir.actions.server:0 +msgid "Server Actions" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + +#. module: base +#: field:ir.model.fields,view_load:0 +msgid "View Auto-Load" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_UP" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SORT_DESCENDING" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request +msgid "res.request" +msgstr "" + +#. module: base +#: field:res.groups,rule_groups:0 +#: field:res.users,rules_id:0 +#: view:res.groups:0 +msgid "Rules" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title +#: model:ir.ui.menu,name:base.menu_partner_title +msgid "Titles" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "System upgrade done" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_type:0 +#: field:ir.actions.act_window.view,view_mode:0 +msgid "Type of view" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "pdf" +msgstr "" + +#. module: base +#: field:ir.actions.todo,start_date:0 +msgid "Start Date" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_address_form +#: model:ir.model,name:base.model_res_partner_address +#: view:res.partner.address:0 +msgid "Partner Addresses" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_xml:0 +msgid "XML path" +msgstr "" + +#. module: base +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PROPERTIES" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_11 +msgid "Textile Suppliers" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." +msgstr "" + +#. module: base +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "" + +#. module: base +#: field:ir.attachment,datas:0 +msgid "File Content" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Uninstall (beta)" +msgstr "" + +#. module: base +#: selection:ir.actions.url,target:0 +#: selection:ir.actions.act_window,target:0 +msgid "New Window" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Second field should be figures" +msgstr "" + +#. module: base +#: selection:res.partner.event,partner_type:0 +msgid "Commercial Prospect" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Couldn't generate the next id because some partners have an alphabetic id !" +msgstr "" + +#. module: base +#: selection:ir.report.custom,state:0 +msgid "Unsubscribed" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,update,update:0 +msgid "Number of modules updated" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Preview" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Skip Step" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_res_partner_event +#: field:res.partner.event,name:0 +#: field:res.partner,events:0 +msgid "Events" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_roles +#: model:ir.ui.menu,name:base.menu_action_res_roles +msgid "Roles Structure" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_url +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.url" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_STOP" +msgstr "" + +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_event_type-act +#: model:ir.ui.menu,name:base.menu_res_partner_event_type-act +msgid "Active Partner Events" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Wrong ID for the browse record, got %r, expected an integer." +msgstr "" + +#. module: base +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Define New Users" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_rule +#: model:ir.ui.menu,name:base.menu_action_rule +msgid "Record Rules" +msgstr "" + +#. module: base +#: field:res.config.view,view:0 +msgid "View Mode" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,update,add:0 +msgid "Number of modules added" +msgstr "" + +#. module: base +#: field:res.bank,phone:0 +#: field:res.partner.address,phone:0 +msgid "Phone" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day of the year: %(doy)s" +msgstr "" + +#. module: base +#: help:ir.actions.wizard,multi:0 +msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." +msgstr "" + +#. module: base +#: field:workflow.transition,role_id:0 +msgid "Role Required" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_groups +#: field:ir.actions.todo,groups_id:0 +#: field:ir.actions.report.xml,groups_id:0 +#: field:ir.actions.act_window,groups_id:0 +#: field:ir.actions.wizard,groups_id:0 +#: field:ir.model.fields,groups:0 +#: field:ir.rule.group,groups:0 +#: field:ir.ui.menu,groups_id:0 +#: field:res.users,groups_id:0 +#: model:ir.ui.menu,name:base.menu_action_res_groups +#: view:res.groups:0 +#: view:res.users:0 +msgid "Groups" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SPELL_CHECK" +msgstr "" + +#. module: base +#: field:ir.actions.todo,active:0 +#: field:ir.cron,active:0 +#: field:ir.module.repository,active:0 +#: field:ir.sequence,active:0 +#: field:res.bank,active:0 +#: field:res.currency,active:0 +#: field:res.lang,active:0 +#: field:res.partner,active:0 +#: field:res.partner.address,active:0 +#: field:res.partner.canal,active:0 +#: field:res.partner.category,active:0 +#: field:res.partner.event.type,active:0 +#: field:res.request,active:0 +#: field:res.users,active:0 +msgid "Active" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Created Menus" +msgstr "" + +#. module: base +#: field:ir.ui.view.custom,ref_id:0 +msgid "Orignal View" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Sale Opportunity" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid ">" +msgstr "" + +#. module: base +#: field:workflow.triggers,workitem_id:0 +msgid "Workitem" +msgstr "" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_AUTHENTICATION" +msgstr "" + +#. module: base +#: view:ir.actions.act_window:0 +msgid "Open a Window" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Months" +msgstr "" + +#. module: base +#: field:workflow.activity,signal_send:0 +msgid "Signal (subflow.*)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_OUT" +msgstr "" + +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be removed" +msgstr "" + +#. module: base +#: field:res.partner.category,child_ids:0 +msgid "Childs Category" +msgstr "" + +#. module: base +#: field:ir.model.fields,model:0 +#: field:ir.model.grid,model:0 +#: field:ir.model,model:0 +#: field:ir.model,name:0 +#: field:ir.values,model:0 +msgid "Object Name" +msgstr "" + +#. module: base +#: field:ir.actions.todo,action_id:0 +#: field:ir.actions.act_window.view,act_window_id:0 +#: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 +#: view:ir.actions.actions:0 +msgid "Action" +msgstr "" + +#. module: base +#: field:ir.rule,domain_force:0 +msgid "Force Domain" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Email Configuration" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_cron +msgid "ir.cron" +msgstr "" + +#. module: base +#: selection:workflow.activity,join_mode:0 +#: selection:workflow.activity,split_mode:0 +msgid "And" +msgstr "" + +#. module: base +#: field:ir.model.fields,relation:0 +msgid "Object Relation" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_attachment +#: model:ir.ui.menu,name:base.menu_action_attachment +#: view:ir.attachment:0 +msgid "Attachments" +msgstr "" + +#. module: base +#: field:ir.rule,field_id:0 +#: selection:ir.translation,type:0 +msgid "Field" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PRINT" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,multi:0 +msgid "Action on multiple doc." +msgstr "" + +#. module: base +#: field:res.partner,child_ids:0 +#: field:res.request,ref_partner_id:0 +msgid "Partner Ref." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_report_custom_fields +msgid "ir.report.custom.fields" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Uninstall" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.act_window" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-mrp" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Done" +msgstr "" + +#. module: base +#: field:ir.actions.server,trigger_obj_id:0 +msgid "Trigger On" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Invoice" +msgstr "" + +#. module: base +#: help:ir.actions.report.custom,multi:0 +#: help:ir.actions.report.xml,multi:0 +#: help:ir.actions.act_window.view,multi:0 +msgid "If set to true, the action will not be displayed on the right toolbar of a form views." +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "You may have to reinstall some language pack." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency_rate +msgid "Currency Rate" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_write:0 +msgid "Write Access" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export done" +msgstr "" + +#. module: base +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" + +#. module: base +#: field:res.bank,city:0 +#: field:res.partner.address,city:0 +#: field:res.partner.bank,city:0 +#: field:res.partner,city:0 +msgid "City" +msgstr "" + +#. module: base +#: field:res.company,child_ids:0 +msgid "Childs Company" +msgstr "" + +#. module: base +#: constraint:ir.model:0 +msgid "The Object name must start with x_ and not contain any special character !" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,name:0 +msgid "Next Wizard" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "<>" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_menu_admin +#: field:ir.report.custom,menu_id:0 +#: field:ir.ui.menu,name:0 +#: view:ir.ui.menu:0 +msgid "Menu" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "<=" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export Data" +msgstr "" + +#. module: base +#: field:workflow.triggers,instance_id:0 +msgid "Destination Instance" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" + +#. module: base +#: field:ir.module.module,menus_by_module:0 +#: view:res.groups:0 +msgid "Menus" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "in" +msgstr "" + +#. module: base +#: field:ir.actions.url,target:0 +msgid "Action Target" +msgstr "" + +#. module: base +#: field:ir.report.custom,field_parent:0 +msgid "Child Field" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_sir +msgid "Sir" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "https://translations.launchpad.net/openobject" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: base +#: field:ir.actions.actions,usage:0 +#: field:ir.actions.report.custom,usage:0 +#: field:ir.actions.report.xml,usage:0 +#: field:ir.actions.server,usage:0 +#: field:ir.actions.act_window,usage:0 +msgid "Action Usage" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HOME" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Enter at least one field !" +msgstr "" + +#. module: base +#: field:ir.actions.server,child_ids:0 +msgid "Others Actions" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_server_action_create +msgid "Create Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_workitem +msgid "workflow.workitem" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: base +#: selection:ir.module.module,state:0 +msgid "Not Installable" +msgstr "" + +#. module: base +#: field:res.partner.event,probability:0 +msgid "Probability (0.50)" +msgstr "" + +#. module: base +#: field:res.partner.address,mobile:0 +msgid "Mobile" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "html" +msgstr "" + +#. module: base +#: field:ir.report.custom,repeat_header:0 +msgid "Repeat Header" +msgstr "" + +#. module: base +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,next:0 +msgid "Your system will be upgraded." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_user_form +#: view:res.users:0 +msgid "Configure User" +msgstr "" + +#. module: base +#: help:res.country,name:0 +msgid "The full name of the country." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUMP_TO" +msgstr "" + +#. module: base +#: field:ir.ui.menu,child_id:0 +msgid "Child ids" +msgstr "" + +#. module: base +#: field:ir.actions.todo,end_date:0 +msgid "End Date" +msgstr "" + +#. module: base +#: field:ir.exports,resource:0 +#: field:ir.property,res_id:0 +msgid "Resource" +msgstr "" + +#. module: base +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-tools" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" + +#. module: base +#: view:ir.actions.report.xml:0 +msgid "Report xml" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_module_open_categ +#: model:ir.actions.act_window,name:base.open_module_tree +#: field:wizard.module.lang.export,modules:0 +#: model:ir.ui.menu,name:base.menu_module_tree +#: view:ir.module.module:0 +msgid "Modules" +msgstr "" + +#. module: base +#: selection:workflow.activity,kind:0 +#: field:workflow.activity,subflow_id:0 +#: field:workflow.workitem,subflow_id:0 +msgid "Subflow" +msgstr "" + +#. module: base +#: help:res.partner,vat:0 +msgid "Value Added Tax number" +msgstr "" + +#. module: base +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Values" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_INFO" +msgstr "" + +#. module: base +#: field:workflow.transition,signal:0 +msgid "Signal (button Name)" +msgstr "" + +#. module: base +#: field:res.company,logo:0 +msgid "Logo" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_bank_form +#: field:res.partner,bank_ids:0 +#: model:ir.ui.menu,name:base.menu_action_res_bank_form +#: view:res.bank:0 +msgid "Banks" +msgstr "" + +#. module: base +#: field:ir.cron,numbercall:0 +msgid "Number of calls" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-sale" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mappings" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ADD" +msgstr "" + +#. module: base +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Security on Groups" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "center" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format +msgid "Can not create the module file: %s !" +msgstr "" + +#. module: base +#: field:ir.server.object.lines,server_id:0 +msgid "Object Mapping" +msgstr "" + +#. module: base +#: field:ir.module.module,published_version:0 +msgid "Published Version" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 +#: model:ir.ui.menu,name:base.menu_country_state_partner +msgid "States" +msgstr "" + +#. module: base +#: field:res.currency.rate,rate:0 +msgid "Rate" +msgstr "" + +#. module: base +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Create / Write" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_exports_line +msgid "ir.exports.line" +msgstr "" + +#. module: base +#: field:res.partner,credit_limit:0 +msgid "Credit Limit" +msgstr "" + +#. module: base +#: field:ir.default,value:0 +msgid "Default Value" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Object:" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_property_form_all +#: model:ir.ui.menu,name:base.menu_ir_property_form_all +msgid "All Properties" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "left" +msgstr "" + +#. module: base +#: field:ir.module.module,category_id:0 +msgid "Category" +msgstr "" + +#. module: base +#: view:res.request:0 +#: view:ir.model:0 +msgid "Status" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_close +msgid "ir.actions.act_window_close" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +msgid "Service" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,auto_refresh:0 +msgid "Add an auto-refresh on the view" +msgstr "" + +#. module: base +#: field:ir.attachment,datas_fname:0 +#: field:wizard.module.lang.export,name:0 +msgid "Filename" +msgstr "" + +#. module: base +#: field:ir.model,access_ids:0 +msgid "Access" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_DOWN" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Weeks" +msgstr "" + +#. module: base +#: field:res.groups,name:0 +msgid "Group Name" +msgstr "" + +#. module: base +#: wizard_field:module.upgrade,next,module_download:0 +#: wizard_view:module.upgrade,next:0 +msgid "Modules to download" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + +#. module: base +#: field:res.bank,fax:0 +#: field:res.partner.address,fax:0 +msgid "Fax" +msgstr "" + +#. module: base +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_workitem_form +#: model:ir.ui.menu,name:base.menu_workflow_workitem +msgid "Workitems" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PRINT_PREVIEW" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The perm_read method is not implemented on this object !" +msgstr "" + +#. module: base +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "" + +#. module: base +#: field:res.request,create_date:0 +msgid "Created date" +msgstr "" + +#. module: base +#: field:res.bank,bic:0 +msgid "BIC/Swift code" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence +msgid "ir.sequence" +msgstr "" + +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "Not Installed" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + +#. module: base +#: field:res.partner.event,canal_id:0 +#: view:res.partner.canal:0 +msgid "Channel" +msgstr "" + +#. module: base +#: field:ir.ui.menu,icon:0 +msgid "Icon" +msgstr "" + +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + +#. module: base +#: wizard_button:module.lang.import,init,finish:0 +#: wizard_button:module.lang.install,start,end:0 +#: wizard_button:module.module.update,update,open_window:0 +msgid "Ok" +msgstr "" + +#. module: base +#: field:ir.cron,doall:0 +msgid "Repeat missed" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Couldn't find tag '%s' in parent view !" +msgstr "" + +#. module: base +#: field:ir.ui.view,inherit_id:0 +msgid "Inherited View" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_translation +msgid "ir.translation" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + +#. module: base +#: field:ir.actions.act_window,limit:0 +#: field:ir.report.custom,limitt:0 +msgid "Limit" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_request-act +#: model:ir.ui.menu,name:base.menu_res_request_act +#: model:ir.ui.menu,name:base.next_id_12 +#: view:res.request:0 +msgid "Requests" +msgstr "" + +#. module: base +#: selection:workflow.activity,split_mode:0 +msgid "Or" +msgstr "" + +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_7 +msgid "Openstuff.net" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_rule_group +msgid "ir.rule.group" +msgstr "" + +#. module: base +#: field:res.roles,child_id:0 +msgid "Childs" +msgstr "" + +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Selection" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Week of the year: %(woy)s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_install +#: model:ir.ui.menu,name:base.menu_module_tree_install +msgid "Installed modules" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ABOUT" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + +#. module: base +#: field:ir.rule,operator:0 +msgid "Operator" +msgstr "" + +#. module: base +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "ValidateError" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_OPEN" +msgstr "" + +#. module: base +#: field:ir.actions.server,action_id:0 +#: selection:ir.actions.server,state:0 +msgid "Client Action" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "right" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PREVIOUS" +msgstr "" + +#. module: base +#: wizard_button:base.module.import,init,import:0 +#: model:ir.actions.wizard,name:base.wizard_base_module_import +#: model:ir.ui.menu,name:base.menu_wizard_module_import +msgid "Import module" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" + +#. module: base +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not delete this document! (%s)" +msgstr "" + +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_report_custom +#: view:ir.report.custom:0 +msgid "Custom Report" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day of the week (0:Monday): %(weekday)s" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Email" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_wizard_update_translations +#: model:ir.ui.menu,name:base.menu_wizard_update_translations +msgid "Resynchronise Terms" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_create:0 +msgid "Create Access" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_other_form +#: model:ir.ui.menu,name:base.menu_partner_other_form +msgid "Others Partners" +msgstr "" + +#. module: base +#: field:ir.model.data,noupdate:0 +msgid "Non Updatable" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not upgrade module '%s'. It is not installed." +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented set_memory method !" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,target:0 +msgid "Current Window" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + +#. module: base +#: view:res.partner.category:0 +msgid "Partner category" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NETWORK" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_fields +#: model:ir.model,name:base.model_ir_model_fields +#: field:ir.model,field_id:0 +#: field:ir.property,fields_id:0 +#: field:ir.report.custom,fields_child0:0 +#: model:ir.ui.menu,name:base.ir_model_model_fields +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Fields" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config +#: view:ir.sequence:0 +#: view:res.company:0 +msgid "Configuration" +msgstr "" + +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + +#. module: base +#: field:ir.model.fields,ttype:0 +#: view:ir.model:0 +msgid "Field Type" +msgstr "" + +#. module: base +#: field:ir.model.fields,complete_name:0 +#: field:ir.ui.menu,complete_name:0 +msgid "Complete Name" +msgstr "" + +#. module: base +#: field:res.country.state,code:0 +msgid "State Code" +msgstr "" + +#. module: base +#: field:ir.model.fields,on_delete:0 +msgid "On delete" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Year with century: %(year)s" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + +#. module: base +#: view:ir.report.custom:0 +msgid "Subscribe Report" +msgstr "" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + +#. module: base +#: field:ir.values,object:0 +msgid "Is Object" +msgstr "" + +#. module: base +#: field:res.lang,translatable:0 +msgid "Translatable" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Daily" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Cascade" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Field %d should be a figure" +msgstr "" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Gantt" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not Implemented" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_5 +msgid "Gold Partner" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_15 +msgid "IT sector" +msgstr "" + +#. module: base +#: view:ir.property:0 +msgid "Property" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank_type +#: view:res.partner.bank.type:0 +msgid "Bank Account Type" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Next Configuration Step" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-project" +msgstr "" + +#. module: base +#: field:res.groups,comment:0 +msgid "Comment" +msgstr "" + +#. module: base +#: field:ir.model.fields,domain:0 +#: field:ir.rule,domain:0 +#: field:res.partner.title,domain:0 +msgid "Domain" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PREFERENCES" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + +#. module: base +#: field:ir.module.module,shortdesc:0 +msgid "Short description" +msgstr "" + +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,attachment:0 +msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + +#. module: base +#: field:res.country.state,name:0 +msgid "State Name" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Your Logo - Use a size of about 450x150 pixels." +msgstr "" + +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DELETE" +msgstr "" + +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + +#. module: base +#: field:workflow.activity,join_mode:0 +msgid "Join Mode" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_format:0 +msgid "a5" +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "" + +#. module: base +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_report_xml +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.report.xml" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Please note that you will have to logout and relog if you change your password." +msgstr "" + +#. module: base +#: field:res.partner,address:0 +#: view:res.partner.address:0 +msgid "Contacts" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Graph" +msgstr "" + +#. module: base +#: field:ir.module.module,installed_version:0 +msgid "Latest version" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_server +msgid "ir.actions.server" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_17 +msgid "HR sector" +msgstr "" + +#. module: base +#: wizard_button:module.lang.install,init,start:0 +msgid "Start installation" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "closed" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_module_dependency +msgid "Module dependency" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_upgrade +#: model:ir.ui.menu,name:base.menu_wizard_upgrade +msgid "Apply Scheduled Upgrades" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DND_MULTIPLE" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_2 +msgid "OpenERP Partners" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Choose Your Mode" +msgstr "" + +#. module: base +#: view:ir.actions.report.custom:0 +msgid "Report custom" +msgstr "" + +#. module: base +#: field:workflow.activity,action_id:0 +#: view:ir.actions.server:0 +msgid "Server Action" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-3" +msgstr "" + +#. module: base +#: field:ir.actions.act_window_close,name:0 +#: field:ir.actions.actions,name:0 +#: field:ir.actions.server,name:0 +#: field:ir.actions.url,name:0 +#: field:ir.actions.act_window,name:0 +msgid "Action Name" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,progress:0 +msgid "Configuration Progress" +msgstr "" + +#. module: base +#: field:res.company,rml_footer2:0 +msgid "Report Footer 2" +msgstr "" + +#. module: base +#: field:res.bank,email:0 +#: field:res.partner.address,email:0 +msgid "E-Mail" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "module,type,name,res_id,src,value" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_groups +msgid "res.groups" +msgstr "" + +#. module: base +#: field:workflow.activity,split_mode:0 +msgid "Split Mode" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_localisation +msgid "Localisation" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Count" +msgstr "" + +#. module: base +#: field:ir.module.module,dependencies_id:0 +#: view:ir.module.module:0 +msgid "Dependencies" +msgstr "" + +#. module: base +#: field:ir.cron,user_id:0 +#: field:ir.ui.view.custom,user_id:0 +#: field:ir.values,user_id:0 +#: field:res.partner.event,user_id:0 +#: view:res.users:0 +msgid "User" +msgstr "" + +#. module: base +#: field:res.partner,parent_id:0 +msgid "Main Company" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_property_form +#: model:ir.ui.menu,name:base.menu_ir_property_form +msgid "Default properties" +msgstr "" + +#. module: base +#: field:res.request.history,date_sent:0 +msgid "Date sent" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_lang_import +#: model:ir.ui.menu,name:base.menu_wizard_lang_import +msgid "Import a Translation File" +msgstr "" + +#. module: base +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title_partner +#: model:ir.ui.menu,name:base.menu_partner_title_partner +#: view:res.partner.title:0 +msgid "Partners Titles" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation_untrans +#: model:ir.ui.menu,name:base.menu_action_translation_untrans +msgid "Untranslated terms" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create +msgid "wizard.ir.model.menu.create" +msgstr "" + +#. module: base +#: view:workflow.transition:0 +msgid "Transition" +msgstr "" + +#. module: base +#: field:res.partner,vat:0 +msgid "VAT" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "" + +#. module: base +#: field:res.partner.address,birthdate:0 +msgid "Birthdate" +msgstr "" + +#. module: base +#: field:ir.module.repository,filter:0 +msgid "Filter" +msgstr "" + +#. module: base +#: field:res.groups,menu_access:0 +msgid "Access Menu" +msgstr "" + +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_som +msgid "res.partner.som" +msgstr "" + +#. module: base +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#: code:addons/base/ir/ir_model.py:0 +#: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 +#: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_activity +msgid "workflow.activity" +msgstr "" + +#. module: base +#: field:ir.sequence,code:0 +#: field:ir.sequence.type,code:0 +msgid "Sequence Code" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "active" +msgstr "" + +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + +#. module: base +#: field:res.currency,rounding:0 +msgid "Rounding factor" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Field" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Create a Menu" +msgstr "" + +#. module: base +#: view:ir.cron:0 +msgid "Action to trigger" +msgstr "" + +#. module: base +#: field:ir.model.fields,select_level:0 +msgid "Searchable" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "Document Link" +msgstr "" + +#. module: base +#: view:res.partner.som:0 +msgid "Partner State of Mind" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_title +msgid "res.partner.title" +msgstr "" + +#. module: base +#: view:res.company:0 +#: view:res.partner:0 +msgid "General Information" +msgstr "" + +#. module: base +#: field:ir.sequence,prefix:0 +msgid "Prefix" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_company +msgid "res.company" +msgstr "" + +#. module: base +#: field:ir.actions.server,fields_lines:0 +#: view:ir.actions.server:0 +msgid "Fields Mapping" +msgstr "" + +#. module: base +#: wizard_button:base.module.import,import,open_window:0 +#: wizard_button:server.action.create,step_1,end:0 +#: wizard_button:server.action.create,init,end:0 +#: wizard_button:module.upgrade,start,end:0 +#: wizard_button:module.upgrade,end,end:0 +#: view:wizard.module.lang.export:0 +msgid "Close" +msgstr "" + +#. module: base +#: field:ir.sequence,name:0 +#: field:ir.sequence.type,name:0 +msgid "Sequence Name" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request_history +msgid "res.request.history" +msgstr "" + +#. module: base +#: constraint:res.partner:0 +msgid "The VAT doesn't seem to be correct." +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Hour 00->12: %(h12)s" +msgstr "" + +#. module: base +#: field:res.currency,rate:0 +msgid "Current rate" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_simple_view_form +msgid "Configure Simple View" +msgstr "" + +#. module: base +#: wizard_button:module.upgrade,next,start:0 +msgid "Start Upgrade" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_13 +msgid "Important customers" +msgstr "" + +#. module: base +#: field:res.partner.som,factor:0 +msgid "Factor" +msgstr "" + +#. module: base +#: field:res.partner,category_id:0 +#: view:res.partner:0 +msgid "Categories" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Sum" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "" + +#. module: base +#: field:workflow.instance,res_type:0 +#: field:workflow,osv:0 +msgid "Resource Object" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "sxw" +msgstr "" + +#. module: base +#: selection:ir.actions.url,target:0 +msgid "This Window" +msgstr "" + +#. module: base +#: field:res.payterm,name:0 +msgid "Payment term (short name)" +msgstr "" + +#. module: base +#: field:ir.cron,function:0 +#: field:res.partner.address,function:0 +#: selection:workflow.activity,kind:0 +msgid "Function" +msgstr "" + +#. module: base +#: constraint:res.company:0 +msgid "Error! You can not create recursive companies." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_config_view +msgid "res.config.view" +msgstr "" + +#. module: base +#: field:ir.attachment,description:0 +#: field:ir.module.module,description:0 +#: field:res.partner.bank,name:0 +#: field:res.partner.event,description:0 +#: view:res.partner.event:0 +#: view:res.request:0 +msgid "Description" +msgstr "" + +#. module: base +#: field:res.partner.bank,owner_name:0 +msgid "Account owner" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDENT" +msgstr "" + +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + +#. module: base +#: field:ir.exports.line,name:0 +#: field:res.partner.bank.type.field,name:0 +msgid "Field name" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Delivery" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_attachment +msgid "ir.attachment" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The value \"%s\" for the field \"%s\" is not in the selection" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,auto:0 +msgid "Automatic XSL:RML" +msgstr "" + +#. module: base +#: field:ir.attachment,preview:0 +msgid "Image Preview" +msgstr "" + +#. module: base +#: view:workflow.workitem:0 +msgid "Workflow Workitems" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,password:0 +#: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 +#: field:res.users,password:0 +msgid "Password" +msgstr "" + +#. module: base +#: view:res.roles:0 +msgid "Role" +msgstr "" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" + +#. module: base +#: field:res.partner,customer:0 +#: selection:res.partner.event,partner_type:0 +#: model:res.partner.category,name:base.res_partner_category_0 +msgid "Customer" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_unlink:0 +msgid "Delete Permission" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,name:0 +#: field:ir.report.custom,name:0 +msgid "Report Name" +msgstr "" + +#. module: base +#: view:workflow.instance:0 +msgid "Workflow Instances" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_9 +msgid "Database Structure" +msgstr "" + +#. module: base +#: wizard_view:res.partner.spam_send,init:0 +#: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard +msgid "Mass Mailing" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You can also import .po files." +msgstr "" + +#. module: base +#: wizard_view:base.module.import,import:0 +msgid "Module successfully imported !" +msgstr "" + +#. module: base +#: field:res.partner.event,partner_type:0 +msgid "Partner Relation" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,context:0 +msgid "Context Value" +msgstr "" + +#. module: base +#: view:ir.report.custom:0 +msgid "Unsubscribe Report" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Hour 00->24: %(h24)s" +msgstr "" + +#. module: base +#: constraint:res.partner.category:0 +msgid "Error ! You can not create recursive categories." +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Create Object" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_format:0 +msgid "a4" +msgstr "" + +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form_new +#: model:ir.ui.menu,name:base.menu_partner_customer_form_new +msgid "New Partner" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "Installation done" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_RIGHT" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_1 +msgid "Prospect" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_function +msgid "Function of the contact" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_upgrade +#: model:ir.ui.menu,name:base.menu_module_tree_upgrade +msgid "Modules to be installed, upgraded or removed" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Month: %(month)s" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_partner_address_form +msgid "Addresses" +msgstr "" + +#. module: base +#: field:ir.actions.todo,sequence:0 +#: field:ir.actions.server,sequence:0 +#: field:ir.actions.act_window.view,sequence:0 +#: field:ir.module.repository,sequence:0 +#: field:ir.report.custom.fields,sequence:0 +#: field:ir.ui.menu,sequence:0 +#: field:ir.ui.view_sc,sequence:0 +#: field:res.partner.bank,sequence:0 +#: field:wizard.ir.model.menu.create.line,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + +#. module: base +#: help:res.partner.address,type:0 +msgid "Used to select automatically the right address according to the context in sales and purchases documents." +msgstr "" + +#. module: base +#: help:ir.cron,numbercall:0 +msgid "Number of time the function is called,\n" +"a negative number indicates that the function will always be called" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + +#. module: base +#: field:ir.report.custom,footer:0 +msgid "Report Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_NEXT" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REDO" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Choose a language to install:" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "General Description" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Install" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Please check that all your lines have %d columns." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" + +#. module: base +#: field:ir.model.data,name:0 +msgid "XML Identifier" +msgstr "" + diff --git a/bin/addons/base/i18n/base.pot b/bin/addons/base/i18n/base.pot index 0e4c344b1e1..d1196a1e9ec 100644 --- a/bin/addons/base/i18n/base.pot +++ b/bin/addons/base/i18n/base.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:09:36+0000\n" -"PO-Revision-Date: 2008-11-28 17:09:36+0000\n" +"POT-Creation-Date: 2008-12-22 18:06:55+0000\n" +"PO-Revision-Date: 2008-12-22 18:06:55+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "" @@ -432,6 +484,7 @@ msgstr "" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "" msgid "Wizard info" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,8 +739,13 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base @@ -697,6 +753,11 @@ msgstr "" msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,8 +1178,8 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" +#: field:res.users,address_id:0 +msgid "Address" msgstr "" #. module: base @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,19 +1901,36 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" msgstr "" #. module: base @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,8 +1989,8 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" msgstr "" #. module: base @@ -1761,6 +1998,11 @@ msgstr "" msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,21 +2401,36 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" msgstr "" #. module: base @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,11 +3093,13 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" msgstr "" #. module: base @@ -2767,8 +3108,14 @@ msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,8 +3385,13 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,9 +4010,8 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" +#: field:ir.report.custom,title:0 +msgid "Report title" msgstr "" #. module: base @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "" msgid "Mobile" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,8 +4631,8 @@ msgid "Repeat Header" msgstr "" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,8 +4827,8 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" msgstr "" #. module: base @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,8 +4921,8 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" msgstr "" #. module: base @@ -4431,6 +4941,11 @@ msgstr "" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,8 +6049,12 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" msgstr "" #. module: base @@ -5413,6 +6090,12 @@ msgstr "" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/bg_BG.po b/bin/addons/base/i18n/bg_BG.po index 7f20021d69a..46928f353cd 100644 --- a/bin/addons/base/i18n/bg_BG.po +++ b/bin/addons/base/i18n/bg_BG.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:50:20+0000\n" -"PO-Revision-Date: 2008-11-28 16:50:20+0000\n" +"POT-Creation-Date: 2008-12-22 17:50:14+0000\n" +"PO-Revision-Date: 2008-12-22 17:50:14+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Планирани действия" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Помощника установи нови условия в прил msgid "Outgoing transitions" msgstr "Изходящи промени" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "SMS съобщение" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Създаване на модел" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Прескочен" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Не може да създадете този вид документ! (%s)" @@ -166,7 +181,7 @@ msgstr "Последователност от действия" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Категории модули" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,13 +218,18 @@ msgstr "ir.default" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Не е стартиран" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Горен/Долен колонтитул" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "потвърждение" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,9 +281,9 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Вземи макс. стойност" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Нормален" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Входящи промени" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Годишно" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Свързване на полета" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Суфикс" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "Метода unlink не е реализиран за този обект !" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Прозорец цел" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Проста настройка на домейн" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,10 +375,18 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Дейности" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 @@ -378,6 +420,17 @@ msgstr "Преходи" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Сортирано по" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Вид справка" @@ -432,6 +484,7 @@ msgstr "Вид справка" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Състояние" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Структура на компанията" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "Друг собственически" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Бележки" msgid "All terms" msgstr "Всички условия" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Основни" msgid "Wizard info" msgstr "Информация за помощника" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Форма" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Не може да дефинира колона %s. Запазена дума !" @@ -522,19 +575,14 @@ msgstr "Резултатно действие" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Други действия" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "Метода name_search не е реализиран за този обект !" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Връзка" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Web страница:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "нов" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "На множество документи." +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "За обновяване" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Родителска категория" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Име на контакта" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Съхранете този документ като %s файл и го редактирайте с подходяща програма или текстов редактор. Кодировката трябва да бъде UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Хранилища" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Несъвпадащи пароли" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Контакт" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Този url '%s' трябва да съдържа html файл със връзки към zip модули." @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "Грешка при конкурентен достъп" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Отпратка към изглед" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Отпратка към таблица" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Вид действие" msgid "Default limit for the list view" msgstr "Ограничения по подразбиране за изгледа на списъка" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.object.lines" msgid "Source Object" msgstr "Обект източник" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Размер" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Подпис" msgid "SMS" msgstr "смс" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Състояние на действието" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Име на поле" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Съхрани този документ като .csv файл и го отворете с предпочитаната програма за електронни таблици. Кодировката на файла е UTF-8. Необходимо е да преведете последната колона преди да го вмъкнете наново." @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Тест" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "Не може да премахнете admin потребителя понеже се ползва вътрешно за ресурсите създадени от OpenERP (обновявания, инсталиране на модули, ...)" @@ -904,6 +988,11 @@ msgstr "Не може да премахнете admin потребителя п msgid "New modules" msgstr "Нови модули" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Ограничение" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "По подразбиране" @@ -955,11 +1045,21 @@ msgstr "Задължителен" msgid "Country Code" msgstr "Код на държава" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Продължи" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Обобщение" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Вид банка" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "непознат метод за вземане!" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Горен/Долен колонтитул" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "Метода за четене не е дефиниран за този обект !" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Изтория на заявката" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "Избраният език беше успешно инсталиран. Трябва да измените потребителските настройки и да отворите ново меню за да видите промените." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Партньорски събития" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Партньорски контакт" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Адрес" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Продажби и поръчки" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Помощник" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Име на език" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Родителско меню" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Допълнителните полета трябва да имат име което започва с 'x_' !" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Планирана цена" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "Метода create не е реализиран за този обект !" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Изнасяне" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Описание на модела" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "вземи" msgid "Report Fields" msgstr "Полета на справката" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Вид последователност" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Обнови списъка с модули" msgid "Configure simple view" msgstr "Конфигурирай обикновен изглед" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "Url адрес" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Действия" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Заявка" msgid "Mode of view" msgstr "Режим на изгледа" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "Методът name_get не е имплементиран за този обект" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Вертикално" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Модел" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Съобщение" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Календар" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "Файла с езика е зареден." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Изглед" @@ -1326,6 +1472,11 @@ msgstr "Изглед" msgid "Modules to update" msgstr "Модули за обновяване" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Обнови дата" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Г-ца" msgid "Activity" msgstr "Дейност" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,8 +1538,8 @@ msgid "Sequences" msgstr "Последователност" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Непозната позиция в наследения изглед %s !" @@ -1397,6 +1553,11 @@ msgstr "" msgid "Trigger Date" msgstr "Дата на изпълнение" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Банкова сметка" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Внимание: използвате свързано поле което използва непознат обект" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "Пощенски код" msgid "Author" msgstr "Автор" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Описание на полетата" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Доставчик" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Превеждане" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Тяло" msgid "Direction" msgstr "Посока" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.module.update_translations" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Изгледи" @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Опитвате се да премахнете модул който е инсталиран или ще бъде инсталиран" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Действие на меню" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Последователности от действия" @@ -1574,6 +1757,11 @@ msgstr "Последователности от действия" msgid "Object id" msgstr "Идентификатор на обект" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "Адрес (URL)" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Формат за печат" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Опростен интерфейс" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Формат за печат" msgid "Payment term" msgstr "Условия за плащане" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Вземи файл" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Много спешно\n" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Потребителски интерфейс - Изгледи" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Права за достъп" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "child_of" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Адрес на партньора" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Не може да премахнете модел '%s' !" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Име на категория" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Относно" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "Метода write не е реализиран за този обект !" @@ -1738,11 +1964,22 @@ msgstr "Общи" msgid "From" msgstr "От" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Методът повече не съществува" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Търговец" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Изпрати" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Помощници на настройките" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Отпратка към документ 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "TGZ Архив" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Сложи нищо (NULL)" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,14 +2038,9 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Източник на действие" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Забележка: тази операция може да продължи няколко минути" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Отляво надясно" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Невалидна операция" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Паролата е празна !" @@ -1894,6 +2132,12 @@ msgstr "Паролата е празна !" msgid "RML Header" msgstr "RML горен колонтитул" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "Метода copy не е реализиран за този обект !" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Никаква" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "Не може да записвате в този документ! (%s)" @@ -1947,6 +2191,11 @@ msgstr "Провери за нови модули" msgid "Module Repository" msgstr "Хранилище с модули" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Конфигурация на тригера" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1962,6 +2211,12 @@ msgstr "" msgid "Security" msgstr "Защита" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Улица" msgid "Interval Number" msgstr "Интервал" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Нисък" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Рекурсивна грешка при зависимостите на модулите !" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Ръчна настройка на домейн" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Име на канала" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Опростен интерфейс" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Следващ номер" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Вземи файл" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "Държава" msgid "Rates" msgstr "Курсове" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "AccessError" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Отговор" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Число за увеличаване" msgid "unknown" msgstr "неизвестен" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "Метода create не е реализиран за този обект !" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "SXW път" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Данни" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Партньори по категории" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Няколко правила към един и същ обект са обединени с помощта на оператор OR (или)" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Изпрати" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Методът get_memory не е реализиран !" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Python код" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Грешна заявка:" @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Етикет на полето" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Опитвате се да прескочите правило за достъп (Документ тип: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "Url към действие" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Честота" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Структура на компанията" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Отношение" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Управление на модули" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Източник на действие" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "Идентификатор на ресурса" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Информация" @@ -2513,7 +2821,7 @@ msgstr "RML път" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Следващ помощник за конфигурация" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Мета данни" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "По избор" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "Курса на валутата относно валутен курс към единица (1)" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "суров вид" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Парньори: " @@ -2548,6 +2857,11 @@ msgstr "Парньори: " msgid "Other" msgstr "Друго" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Име на раля" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Не мога да премахна потребителя root!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Инсталирана версия" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Действия" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "потвърждение" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Прекъсни обновяването" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "Методът search не е реализиран в този обект!" @@ -2648,13 +2974,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Създай в рамките на модела" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Грешен формат на файла" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Създай в рамките на модела" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Грешка!" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Регулярен израз при търсене на модул в web страницата на хранилището:\n" -"- Израза в първите скоби трябва да итговаря на името на модула.\n" -"- Израза във сторите скоби трябва да отговаря на номера на версията.\n" -"- Израза в последните скоби трябва да отговаря на разширението на модула." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Преведено значение" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "За да експортирате нов език, не избирайте език." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Условия за използване на програмата" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Таблица с контрола на достъпа" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Модул" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Действия" #. module: base #: selection:res.request,priority:0 @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.actions.act_window.view" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Грешен формат на файла" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Групиране по" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Категории на партньора" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "само за четене" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Не може да премахнете полето '%s' !" @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" съдържа прекалено много точки. XML идентификаторите не трябва да съдържат точки! Те се използват за обръщение към други модули, примерно както в module.reference_id" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Дни: %(day)" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "Не може да прочетете документа! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "История" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Регулярен израз при търсене на модул в web страницата на хранилището:\n" +"- Израза в първите скоби трябва да итговаря на името на модула.\n" +"- Израза във сторите скоби трябва да отговаря на номера на версията.\n" +"- Израза в последните скоби трябва да отговаря на разширението на модула." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Местоназначение" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "Затворено" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Единица интервал" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Дни" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Стойност" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Фиксирана ширина" msgid "Other Actions Configuration" msgstr "Конфигурация на други действия" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Вземи макс. стойност" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Долен колонтитул на справка 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Помощ" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Създай в друг модел" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Направи правилото глобално или го свързажи с група или потребител" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "График на инсталация" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Разширено търсене" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Разширено търсене" msgid "Partners" msgstr "Партньори" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Директория:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "Име на група не може да започва с \"-\"" @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Собственик на банкова сметка" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Име на ресурс" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Запази този документ като .tgz файл. Архива съдържащ UTF-8 %s файлове може да се качи в launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Превеждане" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,16 +3725,22 @@ msgstr "Вид на адреса" msgid "Start configuration" msgstr "Започни настройката" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Родителска категория" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "Идентификатор на извличането" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Действия на прозореца" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Часа" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Преведено значение" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Честота" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Единица интервал" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Препратки" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "Междувремено записът бе изменен" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Имайте предвид операцията може да отне msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Ръчна настройка на домейн" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "До" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Вид" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Методът повече не съществува" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Дървовидна структура може да се изполва в таблични справки." - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Банкови сметки" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Дървовидна структура може да се изполва в таблични справки." + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Дървовиден преглед" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3429,15 +3859,20 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Линейна графика" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Име на меню" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Графиката с правоъгълници има нужда от минимум две полета" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "Методът search_memory не е реализиран!" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Цвят на текста" msgid "Server Actions" msgstr "Дейности на сървъра" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3518,6 +3963,11 @@ msgstr "Обновяването на системата е завършило" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "XML път" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Фирма" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3561,10 +4015,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Име на справка" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Нов прозорец" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Търговски проспект" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Родителско действие" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Не мога да генерирам следващо id тъй като някой от партньорите има алфавитно(буквено) id!" @@ -3609,6 +4064,11 @@ msgstr "Не мога да генерирам следващо id тъй кат msgid "Unsubscribed" msgstr "Неабониран" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Пропусни стъпка(та)" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.actions.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Име на меню" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "Активни събития на партньора" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "Задача" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Отвори в прозорец" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "Сигнал (subflow.*)" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Подчинени категории" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Име на обект" @@ -3823,6 +4308,8 @@ msgstr "Име на обект" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Действие" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Поле" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Готово" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Фактура" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "Ако е истина помощника няма да е видим в дясната лента с инструменти от изгледа на формата." -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Ниско ниво" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Експортът е завършил" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Размер" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Аргументи" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "Името на обекта трябва да започва с \"x_\" и да не съдържа никакви специални символи!" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Модул" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Следващ помощник" #. module: base #: selection:ir.rule,operator:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "Избраният език беше успешно инсталиран. Трябва да измените потребителските настройки и да отворите ново меню за да видите промените." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "Избраният език беше успешно инсталиран msgid "Menus" msgstr "Менюта" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4058,9 +4555,9 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Въведете поне едно поле!" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Други действия" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4124,6 +4619,12 @@ msgstr "Вероятност (0.50)" msgid "Mobile" msgstr "Мобилен" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Повтори горен колонтитул" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Адрес" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Системата Ви ще бъде обновена." msgid "Configure User" msgstr "Настрой потребител" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Име:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Ресурс" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Обнови дата" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Python код" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "ДДС сметка" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Стойности" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Свързване на полета" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "Метода copy не е реализиран за този обект !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "центриран" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Не могда да създам модул файла: %s !" @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Публикувана версия" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "Курса на валутата относно валутен курс към единица (1)" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Автообновяване" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Провинция" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Ставка" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Отдясно наляво" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Отпратка към документ 1" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Състояние" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Автообновяване" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Действия на прозореца" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4408,7 +4918,7 @@ msgstr "Име на файла" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Достъп" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Име на справка" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Име на група" msgid "Modules to download" msgstr "Модули за сваляне" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Факс" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "Методът perm_read не е реализиран за този обект!" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Фирма" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Свързване на полета" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Дата на създаване" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Ел. поща/СМС" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "BIC/Swift код" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Действие на меню" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Не е инсталиран" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Канал" msgid "Icon" msgstr "Икона" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Повторете пропуснатото" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "Не мога да намеря марката '%s' в родителския изглед" @@ -4538,12 +5071,22 @@ msgstr "Наследен изглед" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Лимит" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,6 +5100,11 @@ msgstr "Заявки" msgid "Or" msgstr "Или" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Текст" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4572,19 +5120,20 @@ msgstr "ir.rule.group" msgid "Childs" msgstr "Подчинени" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Избрано" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Вмъкване/Измъкване" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Инсталирани модули" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Внимание" @@ -4608,14 +5157,30 @@ msgstr "Внимание" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Оператор" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Адрес на партньора" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Извличане на език" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "ValidateError" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Действия на клиента" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Вмъкни модул" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Версия:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Конфигурация на тригера" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Долен колонтитул на справка 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "Не може да изтриете документа! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "Не обновяем" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Отпечатано:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "Методът set_memory не е реализиран!" @@ -4732,6 +5304,21 @@ msgstr "Методът set_memory не е реализиран!" msgid "Current Window" msgstr "Текущ прозорец" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Полета" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Интерфейс" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Настройка" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,16 +5376,31 @@ msgstr "Код на провинцията" msgid "On delete" msgstr "При изтриване" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Отговор" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Абонирай се за справка" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,17 +5416,27 @@ msgstr "Преводим" msgid "Daily" msgstr "Ежедневно" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "Каскадно" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Поле %d трябва да е изображение" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Име на категория" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4832,8 +5445,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Не е реализирано" @@ -4890,16 +5503,36 @@ msgstr "Изберете опростения интерфейс ако проб msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Кратко описание" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4910,11 +5543,27 @@ msgstr "Име на провинцията" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Вашето лого - използвайте размер 450x150 пиксела." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Планирана цена" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "А5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Календар" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Съобщение" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,12 +5591,6 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Графика" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Последна версия" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Започни инсталацията" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Описание на полетата" +#: selection:res.request,state:0 +msgid "closed" +msgstr "Затворено" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Зависимости на модула" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "Методът name_get не е имплементиран за този обект" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,6 +5660,11 @@ msgstr "Приложи планираните обновявания" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5057,7 +5703,7 @@ msgstr "Название на действието" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Прогрес на конфигурирането" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,6 +5712,7 @@ msgstr "Долен колонтитул на справка 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "ел. поща" @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Вмъкни файл с превод" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Входящи промени" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Обръшение към партньора" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Проста настройка на домейн" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5155,6 +5812,11 @@ msgstr "Непреведен термин" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "ДДС" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Условия за използване на програмата" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Филтър" msgid "Access Menu" msgstr "Меню за достъп" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Грешка:" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Категории на партньора" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Код на последователност" msgid "active" msgstr "активен" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Удовлетвореност на клиента" msgid "Bank Accounts" msgstr "Банкови сметки" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "TGZ Архив" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,7 +5962,12 @@ msgstr "Префикс" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5308,11 +5981,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "Свързване на полета" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Отпратка към таблица" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5359,6 +6027,11 @@ msgstr "" msgid "Start Upgrade" msgstr "Започни обновяване" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Изчисли сума" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Аргументи" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Модул" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Функция" msgid "Error! You can not create recursive companies." msgstr "Грешка! НЕ може да създавате рекурсивни компании" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "res.config.view" msgid "Description" msgstr "Описание" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "Невалидна операция" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Вмъкване/Измъкване" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Собственик на сметка" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Изтория на заявката" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "Стойността \"%s\" за поле \"%s\" не е в селекцията" @@ -5491,9 +6168,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Последователност от действия за задача" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Парола" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Роля" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Извличане на език" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Клиент" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Няколко правила към един и същ обект са обединени с помощта на оператор OR (или)" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5592,6 +6276,11 @@ msgstr "Създай обект" msgid "a4" msgstr "А4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5647,6 +6336,16 @@ msgstr "" msgid "Sequence" msgstr "Последователност" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Вмъкни език" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5658,6 +6357,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5689,15 +6393,20 @@ msgid "Cancel Install" msgstr "Прекъсни инсталацията" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Моля проверете дали всичките ви редове имат %d колони." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Вмъкни език" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/ca_ES.po b/bin/addons/base/i18n/ca_ES.po index 277036a3929..23e3d4f53a7 100644 --- a/bin/addons/base/i18n/ca_ES.po +++ b/bin/addons/base/i18n/ca_ES.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:51:13+0000\n" -"PO-Revision-Date: 2008-11-28 16:51:13+0000\n" +"POT-Creation-Date: 2008-12-22 17:50:51+0000\n" +"PO-Revision-Date: 2008-12-22 17:50:51+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,10 +22,20 @@ msgstr "" msgid "Scheduled Actions" msgstr "Accions planificades" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" -msgstr "Nom Intern" +msgstr "Nom intern" #. module: base #: wizard_view:res.partner.sms_send,init:0 @@ -35,7 +45,7 @@ msgstr "SMS - Porta: clickatell" #. module: base #: selection:ir.report.custom,frequency:0 msgid "Monthly" -msgstr "Mensual" +msgstr "Mensualment" #. module: base #: selection:ir.module.module.dependency,state:0 @@ -45,7 +55,7 @@ msgstr "Desconegut" #. module: base #: view:wizard.module.update_translations:0 msgid "This wizard will detect new terms in the application so that you can update them manually." -msgstr "Aquest assistent detectarà nous termes en l'aplicació per que pugueu actualitzar-los manualment." +msgstr "Aquest assistent detectarà nous termes de l'aplicació per a que pugueu actualitzar-los manualment." #. module: base #: field:workflow.activity,out_transitions:0 @@ -53,6 +63,11 @@ msgstr "Aquest assistent detectarà nous termes en l'aplicació per que pugueu a msgid "Outgoing transitions" msgstr "Transicions sortints" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "Missatge de SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Crea model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,18 +141,18 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Omès" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "No podeu crear aquest tipus de document! (%s)" #. module: base #: wizard_field:module.lang.import,init,code:0 msgid "Code (eg:en__US)" -msgstr "Codi (per ex. es_ES)" +msgstr "Codi (per ex. ca__ES)" #. module: base #: field:res.roles,parent_id:0 @@ -166,7 +181,7 @@ msgstr "Fluxe de treball" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -177,7 +192,7 @@ msgstr "Objecte" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" +msgstr "Per trobar traduccions oficials, pot visitar aquest enllaç: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Categories de mòduls" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,12 +218,17 @@ msgstr "ir.per_defecte" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "No s'ha iniciat" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" -msgstr "" +msgstr "Minut: %(min)s" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Capçalera / Peu de pàgina" #. module: base #: selection:ir.ui.menu,icon:0 @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "confirmació" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,26 +281,20 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Consegueix màxim" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "" +msgstr "Vistes creades" #. module: base #: selection:res.request,priority:0 msgid "Normal" msgstr "Normal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Transicions entrants" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -285,7 +309,7 @@ msgstr "Importa nou idioma" #: wizard_field:server.action.create,step_1,report:0 #: wizard_view:server.action.create,step_1:0 msgid "Select Report" -msgstr "" +msgstr "Seleccioneu informe" #. module: base #: field:ir.report.custom.fields,fc1_condition:0 @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Anual" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Mapa de camp" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Sufix" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "El mètode unlink (elimina) no està implementat en aquest objecte!" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Destí finestra" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Definició domini simple" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,15 +375,23 @@ msgid "Tabular" msgstr "Tabular" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Activitats" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 msgid "Start On" -msgstr "" +msgstr "Inicia en" #. module: base #: rml:ir.module.reference:0 @@ -378,10 +420,21 @@ msgstr "Transicions" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" -msgstr "" +msgstr "GPL-2 o versió posterior" #. module: base #: selection:workflow.activity,kind:0 @@ -422,7 +475,6 @@ msgstr "Ordenat per" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Tipus d'informe" @@ -432,6 +484,7 @@ msgstr "Tipus d'informe" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Estat" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Arbre de la companyia" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Altre propietari" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administració" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Notes" msgid "All terms" msgstr "Tots els termes" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "General" msgid "Wizard info" msgstr "Informació assistent" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,15 +555,15 @@ msgid "Form" msgstr "Formulari" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "No s'ha pogut definir la columna %s. Paraula reservada !" #. module: base #: help:ir.ui.menu,groups_id:0 msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." -msgstr "" +msgstr "Si afegeix grups, la visibilitat d'aquest menú estarà basada en aquests grups. Si aquest camp està buit, OpenERP calcularà la visibilitat basada en el accés de lectura de l'objecte relacionat." #. module: base #: field:workflow.transition,act_to:0 @@ -520,12 +573,7 @@ msgstr "Activitat destí" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "" - -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Altres accions" +msgstr "Empresa de serveis de software lliure" #. module: base #: selection:ir.ui.menu,icon:0 @@ -533,8 +581,8 @@ msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "El método name_search no esta implementado en este objeto !" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Enllaç" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "nou" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "En múltiples doc." +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Per ser actualitzat" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Categoria pare" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Nom" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Deseu aquest document en un fitxer %s i editeu-lo amb un programa específic o un editor de text. La codificació del fitxer és UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Biblioteques" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "La contrasenya no coincideix !" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Contacte" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Aquesta url '%s' ha d'apuntar a un fitxer html amb enllaços a mòduls zip" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menú" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "Excepció de concurrència" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Ref. vista" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Ref. taula" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "Els rols s'utilitzen per definir les accions disponibles que proveeixin els fluxos de treball." + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Tipus d'acció" msgid "Default limit for the list view" msgstr "Límit per defecte per la vista de llista" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "Segmentació" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.objecte.línias" msgid "Source Object" msgstr "Objecte origen" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Mida" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -762,7 +835,7 @@ msgstr "Camps de tipus" #: model:ir.ui.menu,name:base.menu_ir_actions_todo_form #: view:ir.actions.todo:0 msgid "Config Wizard Steps" -msgstr "Configura passos dels wizard" +msgstr "Passos dels assistents de configuració" #. module: base #: model:ir.model,name:base.model_ir_ui_view_sc @@ -778,13 +851,18 @@ msgstr "Grup" #. module: base #: help:res.partner,customer:0 msgid "Check this box if the partner is a customer." -msgstr "" +msgstr "Marqueu aquesta opció si l'empresa és un client." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Signatura" msgid "SMS" msgstr "SMS (missatge de text)" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Estado de la acción" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Nom camp" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -838,11 +912,11 @@ msgstr "res.empresa.event" #: wizard_field:server.action.create,init,type:0 #: wizard_view:server.action.create,init:0 msgid "Select Action Type" -msgstr "" +msgstr "Seleccioneu tipus d'acció" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Deseu aquest document en un fitxer .CSV i obriu-lo amb el vostre programa preferit de fulls de càlcul. La codificació del fitxer és UTF-8. Heu de traduir l'última columna abans de importar-lo de nou." @@ -856,12 +930,12 @@ msgstr "Monedes" #. module: base #: selection:ir.actions.todo,type:0 msgid "Configure" -msgstr "" +msgstr "Configuració" #. module: base #: help:res.partner,lang:0 msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." -msgstr "Si l'idioma seleccionat està emmagatzemat en el sistema, tots els documents relacionats amb aquesta empresa seran mostrats en aquest idioma. Si no, seran mostrats en anglès." +msgstr "Si l'idioma seleccionat està instal·lat en el sistema, tots els documents relacionats amb aquesta empresa seran mostrats en aquest idioma. Si no, seran mostrats en anglès." #. module: base #: selection:ir.ui.menu,icon:0 @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Objecte personalitzat" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Test" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "No podeu eliminar l'usuari admin ja que s'utilitza internament pels recursos creats per OpenERP (actualitzacions, instal·lació de mòduls, ...)" @@ -904,6 +988,11 @@ msgstr "No podeu eliminar l'usuari admin ja que s'utilitza internament pels recu msgid "New modules" msgstr "Nous mòduls" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -918,7 +1007,7 @@ msgstr "Ref. ID" #. module: base #: help:res.partner.address,active:0 msgid "Uncheck the active field to hide the contact." -msgstr "" +msgstr "Desmarqueu el camp actiu per ocultar el contacte." #. module: base #: model:ir.ui.menu,name:base.next_id_10 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Restricció" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Per defecte" @@ -955,11 +1045,21 @@ msgstr "Requerit" msgid "Country Code" msgstr "Codi de país" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Contínua" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Resum" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Tipus de banc" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "Mètode get (obtenir) no definit!" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Capçalera / Peu de pàgina" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "El mètode read (llegir) no està implementat en aquest objecte!" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Historial de sol·licituds" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "L'idioma seleccionat s'ha instal·lat correctament. Heu de canviar les preferències de l'usuari i obrir un nou menú per veure els canvis." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Esdeveniments empresa" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Contactes empresa" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Adreça" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Vendes & Compres" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Assistent" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Nom idioma" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Menú pare" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Els camps personalitzats han de tenir un nom que comença con 'x_'!" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Cost previst" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "El mètode create (crear) no està implementat en aquest objecte!" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Exportació" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Descripció del model" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "obté" msgid "Report Fields" msgstr "Camps informe" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1201,11 +1333,11 @@ msgstr "Diagrama tipus pastel" #. module: base #: field:workflow.transition,trigger_expr_id:0 msgid "Trigger Expression" -msgstr "" +msgstr "Expresió de l'activació" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Tipus de seqüència" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Actualitza llista de mòduls" msgid "Configure simple view" msgstr "Configura vista simple" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.accions.accions" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Accions" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Sol·licitud" msgid "Mode of view" msgstr "Mode de vista" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "El mètode name_get (obtenir nom) no està implementat en aquest objecte!" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Vertical" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Model" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Missatge" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Calendari" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "El fitxer de l'idioma ha estat carregat." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Vista" @@ -1326,6 +1472,11 @@ msgstr "Vista" msgid "Modules to update" msgstr "Mòduls a actualitzar" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Data revisió" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Sra." msgid "Activity" msgstr "Activitat" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,15 +1538,15 @@ msgid "Sequences" msgstr "Seqüències" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Posició desconeguda en vista heretada %s!" #. module: base #: view:res.users:0 msgid "Add User" -msgstr "" +msgstr "Afegeix un usuari" #. module: base #: field:res.request,trigger_date:0 @@ -1398,20 +1554,20 @@ msgid "Trigger Date" msgstr "Data de l'activació" #. module: base -#: model:ir.model,name:base.model_ir_actions_configuration_wizard -msgid "ir.actions.configuration.wizard" +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" msgstr "" #. module: base -#: view:res.partner.bank:0 -msgid "Bank account" -msgstr "compte bancari" +#: model:ir.model,name:base.model_ir_actions_configuration_wizard +msgid "ir.actions.configuration.wizard" +msgstr "ir.accions.configuració.assistent" #. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Advertència: utilitzan un camp relacional que utilitza un objecte desconegut" +#: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal +msgid "Bank account" +msgstr "compte bancari" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1430,6 +1586,16 @@ msgstr "C.P." msgid "Author" msgstr "Autor" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Descripció de camps" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,19 +1629,25 @@ msgid "Supplier" msgstr "Proveïdor" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Tradueix" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "Accedeix a tots els camps relacionats amb l'objecte actual mitjançant una expressió en claudàtors dobles, per exemple [[ object.partner_id.name ]]" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" msgstr "" #. module: base @@ -1488,17 +1660,30 @@ msgstr "Contingut" msgid "Direction" msgstr "Direcció" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.mòdul.actualitza_traduccions" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Vistes" @@ -1511,7 +1696,7 @@ msgstr "Envia email" #. module: base #: model:res.partner.category,name:base.res_partner_category_4 msgid "Basic Partner" -msgstr "" +msgstr "Empresa bàsica" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Esteu intentant d'eliminar un mòdul que està instal·lat o serà instal·lat" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Acció de menú" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Fluxes de treball" @@ -1574,6 +1757,11 @@ msgstr "Fluxes de treball" msgid "Object id" msgstr "Id objecte" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Format d'impressió" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Interfície simplificada" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Format d'impressió" msgid "Payment term" msgstr "Termini de pagament" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Obté fitxer" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,26 +1865,26 @@ msgstr "0=Molt urgent\n" msgid "ir.model.data" msgstr "ir.model.dades" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interface usuari - Vistes" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Permisos d'accés" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" -msgstr "La ruta del fitxer .rml o NULL si el contingut està en report_rml_content" +msgstr "La ruta del fitxer .rml o NULL si el contingut està a report_rml_content" #. module: base #: view:res.users:0 msgid "Skip" -msgstr "" +msgstr "Omet" #. module: base #: model:ir.actions.act_window,name:base.act_menu_create @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "fill_de" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Direcció de l'empresa" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "No podeu eliminar aquest model '%s'!" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nom de categoria" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "Camp fill1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Assumpte" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "El mètode write (esciure) no està implementat en aquest objecte!" @@ -1738,31 +1964,47 @@ msgstr "Global" msgid "From" msgstr "Des de" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Aquest mètode ja no existeix" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Proveïdor" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Enviar" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" -msgstr "" +msgstr "Següent" #. module: base #: model:ir.ui.menu,name:base.next_id_11 msgid "Configuration Wizards" -msgstr "Assistents configuració" +msgstr "Assistents de configuració" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Ref document 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Fitxer TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Establir a NULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1793,17 +2035,12 @@ msgstr "Creat manualment" #. module: base #: view:ir.module.module:0 msgid "Defined Reports" -msgstr "" +msgstr "Informes definits" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Activitat origen" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1813,12 +2050,12 @@ msgstr "STOCK_FILE" #. module: base #: model:res.partner.category,name:base.res_partner_category_9 msgid "Components Supplier" -msgstr "" +msgstr "Proveïdor de components" #. module: base #: view:ir.rule.group:0 msgid "The rule is satisfied if all test are True (AND)" -msgstr "La regla se satisfà si tots els tests són Verdader (AND)" +msgstr "La regla es satisfà si tots els tests són Verdader (AND)" #. module: base #: wizard_view:module.upgrade,next:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Tingueu en compte que aquesta operació pot tardar uns minuts." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Esquerra-a-dreta" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "L'operació no és vàlida." #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" -msgstr "" +msgstr "imprimeix" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Contrasenya buida!" @@ -1894,6 +2132,12 @@ msgstr "Contrasenya buida!" msgid "RML Header" msgstr "Capçalera RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "El mètode copy (copiar) no està implementat en aquest objecte!" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Cap" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "No podeu escriure en aquest document! (%s)" @@ -1935,7 +2179,7 @@ msgstr "Operant" #. module: base #: help:res.partner,supplier:0 msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." -msgstr "" +msgstr "Marqueu aquesta opció si l'empresa és un proveïdor. Si no està marcada no serà visible al introduir una comanda de compra." #. module: base #: wizard_view:module.module.update,init:0 @@ -1947,6 +2191,11 @@ msgstr "Cerca nous mòduls" msgid "Module Repository" msgstr "Biblioteca del mòdul" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Configuració d'activació" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1955,13 +2204,19 @@ msgstr "STOCK_UNINDENT" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "At Once" -msgstr "" +msgstr "Tot junt" #. module: base #: model:ir.ui.menu,name:base.menu_security msgid "Security" msgstr "Seguretat" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Carrer" msgid "Interval Number" msgstr "Número d'intervals" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Baixa" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Error de recurrència entre dependències de mòduls!" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Configuració de domini manual" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Nom canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Interfície simplificat" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2079,7 +2349,12 @@ msgstr "STOCK_UNDO" #. module: base #: field:ir.attachment,create_date:0 msgid "Date Created" -msgstr "" +msgstr "Data creació" + +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "Adjunt" #. module: base #: selection:ir.rule,operator:0 @@ -2089,7 +2364,7 @@ msgstr ">=" #. module: base #: model:ir.model,name:base.model_ir_actions_todo msgid "ir.actions.todo" -msgstr "" +msgstr "ir.accions.tot" #. module: base #: model:ir.ui.menu,name:base.menu_administration @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Número següent" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Obté fitxer" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "Segon: %(sec)s" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "País" msgid "Rates" msgstr "Taxes" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "ErrorAccés" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Respondre" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Increment del número" msgid "unknown" msgstr "desconegut" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "El mètode create (crear) no està implementat en aquest objecte!" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "Ruta SXW" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Dades" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Empreses per categories" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Sobre un mateix objecte, les regles múltiples s'associen utilitzan l'operador OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2300,12 +2594,12 @@ msgstr "Empresa matriu" #. module: base #: view:ir.attachment:0 msgid "Attached To" -msgstr "" +msgstr "Adjuntat a" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Enviar" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2364,7 +2658,7 @@ msgstr "Codi" #. module: base #: view:ir.module.module:0 msgid "Features" -msgstr "" +msgstr "Característiques" #. module: base #: selection:ir.ui.menu,icon:0 @@ -2374,11 +2668,11 @@ msgstr "terp-partner" #. module: base #: field:ir.attachment,create_uid:0 msgid "Creator" -msgstr "" +msgstr "Creador" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "El mètode get_memory no està implementat!" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Codi de Python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Interrogació errònia." @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Etiqueta camp" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Intenteu saltar una regla d'accés (tipus document: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "URL acció" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frecuència" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Arbre de la companyia" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Relació" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Administració de mòduls" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administració" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Activitat origen" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "ID recurs" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informació" @@ -2513,7 +2821,7 @@ msgstr "Ruta RML" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Següent assistent de configuració" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Meta dades" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Personalització" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "La taxa de canvi de la moneda a la moneda de taxa 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "en brut" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Empreses: " @@ -2548,6 +2857,11 @@ msgstr "Empreses: " msgid "Other" msgstr "Altre" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Nom de rol" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "No es pot eliminar l'usuari principal!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Versió instal·lada" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Activitats" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "confirmació" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2609,7 +2935,7 @@ msgstr "Informe XML" #. module: base #: help:res.partner,user_id:0 msgid "The internal user that is in charge of communicating with this partner if any." -msgstr "L'usuari intern que s'encarrega de comunicar-se amb aquesta empresa si n'hi ha." +msgstr "L'usuari intern que s'encarrega de comunicar-se amb aquesta empresa, si n'hi ha." #. module: base #: selection:ir.translation,type:0 @@ -2622,15 +2948,15 @@ msgid "Cancel Upgrade" msgstr "Cancel·la actualització" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "El mètode search (buscar) no està implementat en aquest objecte!" #. module: base #: field:ir.actions.report.xml,attachment:0 msgid "Save As Attachment Prefix" -msgstr "" +msgstr "Desa com prefixe adjunt" #. module: base #: field:ir.cron,nextcall:0 @@ -2645,16 +2971,20 @@ msgstr "Acumulat" #. module: base #: model:res.partner.category,name:base.res_partner_category_14 msgid "Bad customers" -msgstr "" +msgstr "Clients dolents" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.idioma" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "Gràfics de pastís necessiten exactament dos camps" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Crea en el mateix model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Format de fitxer incorrecte" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Crea en el mateix model" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2706,7 +3039,7 @@ msgstr "Nom" #: model:ir.actions.wizard,name:base.wizard_lang_install #: model:ir.ui.menu,name:base.menu_wizard_lang_install msgid "Load an Official Translation" -msgstr "" +msgstr "Carrega una traducció oficial" #. module: base #: selection:ir.ui.menu,icon:0 @@ -2716,6 +3049,12 @@ msgstr "STOCK_APPLY" #. module: base #: field:ir.module.module,reports_by_module:0 msgid "Reports" +msgstr "Informes" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" msgstr "" #. module: base @@ -2726,7 +3065,7 @@ msgstr "En creació" #. module: base #: wizard_view:base.module.import,init:0 msgid "Please give your module .ZIP file to import." -msgstr "Introdueix el fitxer .ZIP del mòdul a importar." +msgstr "Introduïu el fitxer .ZIP del mòdul a importar." #. module: base #: selection:ir.ui.menu,icon:0 @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Error!" @@ -2756,25 +3095,30 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Expressió regular per cercar el mòdul en la biblioteca del web:\n" -"- El primer paréntesi haurà de coincidir amb el nom del mòdul.\n" -"- El segon paréntesi haurà de coincidir amb tot el número de versió.\n" -"- L'últim paréntesi haurà de coincidir amb l'extensió del mòdul." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Traducció" #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." -msgstr "Per exportar un nou idioma, no seleccioni un idioma." +msgstr "Per exportar un nou idioma, no seleccioneu un idioma." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Termes de l'aplicació" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Taula de controls d'accés" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Mòdul" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Accions" #. module: base #: selection:res.request,priority:0 @@ -2819,12 +3163,12 @@ msgstr "STOCK_COPY" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "Auto" -msgstr "" +msgstr "Auto" #. module: base #: model:res.partner.category,name:base.res_partner_category_3 msgid "Starter Partner" -msgstr "" +msgstr "Empresa jove" #. module: base #: model:ir.model,name:base.model_res_request_link @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.accions.acc_window.vista" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Format de fitxer incorrecte" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2880,13 +3223,22 @@ msgstr "Regles de registre" #. module: base #: wizard_view:module.lang.import,init:0 msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" -msgstr "" +msgstr "Heu d'importar un fitxer .CSV codificat en UTF-8. Comproveu que la primera línia de fitxer és una de les sigüents:" #. module: base #: field:ir.report.custom.fields,groupby:0 msgid "Group by" msgstr "Agrupat per" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Categories d'empreses" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Només lectura" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "No podeu eliminar el camp '%s'!" @@ -2918,7 +3270,7 @@ msgstr "Precisió de càlcul" #: model:ir.model,name:base.model_ir_actions_wizard #: selection:ir.ui.menu,action:0 msgid "ir.actions.wizard" -msgstr "ir.accions.wizard" +msgstr "ir.accions.assistent" #. module: base #: field:res.partner.event,document:0 @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" conté massa punts. Els ids de XML no han contenir punts! Aquests s'utilitzen per referir-se a dades d'altres mòduls, com en module.reference_id" @@ -2960,12 +3312,12 @@ msgstr "Número de compte" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create_line msgid "wizard.ir.model.menu.create.line" -msgstr "wizard.ir.model.menú.crea.línia" +msgstr "assistent.ir.model.menú.crea.línia" #. module: base #: field:ir.attachment,res_id:0 msgid "Attached ID" -msgstr "" +msgstr "ID fitxer adjunt" #. module: base #: selection:res.partner.event,type:0 @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Dia: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "No podeu llegir aquest document! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Historial" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Expressió regular per cercar el mòdul en la biblioteca del web:\n" +"- El primer paréntesi haurà de coincidir amb el nom del mòdul.\n" +"- El segon paréntesi haurà de coincidir amb tot el número de versió.\n" +"- L'últim paréntesi haurà de coincidir amb l'extensió del mòdul." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Destí" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "Tancada" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Unitat d'interval" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Dies" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Valor" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Ample fix" msgid "Other Actions Configuration" msgstr "Configuració d'altres accions" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Consegueix màxim" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Peu de pàgina 1 de l'informe" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Ajuda" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Crea en altre model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "Llista de controls d'accés" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Fa la regla global o necessita ser introduïda en un grup o usuari" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Programa per instal·lació" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Cerca avançada" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,15 +3590,10 @@ msgstr "Cerca avançada" msgid "Partners" msgstr "Empreses" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Directori:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" -msgstr "" +msgstr "Model fitxer adjunt" #. module: base #: field:ir.actions.server,trigger_name:0 @@ -3205,11 +3603,11 @@ msgstr "Nom d'activació" #. module: base #: wizard_button:server.action.create,step_1,create:0 msgid "Create" -msgstr "" +msgstr "Crea" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "El nom del grup no pot començar amb \"-\"" @@ -3247,12 +3645,12 @@ msgstr "Text original" #: model:ir.actions.act_window,name:base.action_partner_title_contact #: model:ir.ui.menu,name:base.menu_partner_title_contact msgid "Contacts Titles" -msgstr "" +msgstr "Títols de contactes" #. module: base #: help:res.partner.address,partner_id:0 msgid "Keep empty for a private address, not related to partner." -msgstr "" +msgstr "Deixeu-lo buit per una adreça privada, no relacionada amb una empresa." #. module: base #: selection:ir.translation,type:0 @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Titular del compte bancari" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,10 +3704,15 @@ msgid "Resource Name" msgstr "Nom de recurs" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." -msgstr "Desa aquest document en un fitxer .tgz. Aquest fitxer contindrà %s fitxers UTF-8 i pot ser pujat a launchpad." +msgstr "Deseu aquest document en un fitxer .tgz. Aquest fitxer contindrà %s fitxers UTF-8 i es pot pujar a launchpad." + +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Tradueix" #. module: base #: field:res.partner.address,type:0 @@ -3316,16 +3725,22 @@ msgstr "Tipus d'adreça" msgid "Start configuration" msgstr "Inicia configuració" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Categoria pare" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "Exportar Id" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Accions de finestra" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Hores" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Traducció" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frecuència" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Unitat d'interval" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,21 +3768,36 @@ msgid "References" msgstr "Referències" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "Aquest registre mentrestant s'ha modificat" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." -msgstr "Tingui en compte que aquesta operació pot tardar uns minuts." +msgstr "Tingueu en compte que aquesta operació pot tardar uns minuts." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Configuració de domini manual" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "Fins" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Classe" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Aquest mètode ja no existeix" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Àrbre es pot utilitzar només en informes tabulars" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Comptes bancaris" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Àrbre es pot utilitzar només en informes tabulars" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Arbre" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "Manual" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3422,22 +3852,27 @@ msgstr "STOCK_CLEAR" #. module: base #: help:res.users,password:0 msgid "Keep empty if you don't want the user to be able to connect on the system." -msgstr "" +msgstr "Deixeu-lo buit si no vol que l'usuari es pugui connectar en el sistema." #. module: base #: field:ir.model.access,perm_read:0 msgid "Read Access" msgstr "Permís per llegir" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Diagrama de línies" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Nom menú" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3447,20 +3882,25 @@ msgstr "Camp personalitzat" #. module: base #: field:ir.model.fields,relation_field:0 msgid "Relation Field" -msgstr "" +msgstr "Camp relació" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Gràfics de barres necessiten al menys dos camps" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "El mètode search_memory no està implementat!" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Color tipus de lletra" msgid "Server Actions" msgstr "Accions servidor" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3504,7 +3949,7 @@ msgstr "Regles" #: model:ir.actions.act_window,name:base.action_partner_title #: model:ir.ui.menu,name:base.menu_partner_title msgid "Titles" -msgstr "" +msgstr "Títols" #. module: base #: wizard_view:module.upgrade,start:0 @@ -3518,6 +3963,11 @@ msgstr "Actualització del sistema realitzada" msgid "Type of view" msgstr "Tipus de vista" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3526,7 +3976,7 @@ msgstr "pdf" #. module: base #: field:ir.actions.todo,start_date:0 msgid "Start Date" -msgstr "" +msgstr "Data inicial" #. module: base #: model:ir.actions.act_window,name:base.action_partner_address_form @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "Ruta XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Companyia" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3553,23 +4007,22 @@ msgstr "STOCK_PROPERTIES" #. module: base #: model:res.partner.category,name:base.res_partner_category_11 msgid "Textile Suppliers" -msgstr "" +msgstr "Proveïdors textils" #. module: base #: view:wizard.module.lang.export:0 msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." -msgstr "" +msgstr "El paquet de traduccions oficial de tots els mòduls d'OpenERP/OpenObjects estan mantinguts en launchpad. Utilitzem la seva interfície en línia per sincronitzar tots els esforços de traducció." #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Autoritza accés al menú" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Títol de l'informe" #. module: base #: field:ir.attachment,datas:0 msgid "File Content" -msgstr "" +msgstr "Contingut del fitxer" #. module: base #: view:ir.module.module:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Nova finestra" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "El segon camp han de ser xifres" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Prospecció comercial" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Acció pare" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "No es pot generar el pròxim id perquè algunes empreses tenen un id alfabètic!" @@ -3609,6 +4064,11 @@ msgstr "No es pot generar el pròxim id perquè algunes empreses tenen un id alf msgid "Unsubscribed" msgstr "No subscrit" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "Any sense la centuria: %(y)s" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3617,12 +4077,12 @@ msgstr "Número de mòduls actualitzats" #. module: base #: view:ir.attachment:0 msgid "Preview" -msgstr "" +msgstr "Vista prèvia" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Salta pas" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.accions.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Nom menú" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,21 +4120,20 @@ msgid "Active Partner Events" msgstr "Esdeveniments d'empreses actives" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." -msgstr "" +msgstr "ID erròni pel registre a mostrar, s'ha obtingut %r, s'esperava un enter." #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base #: view:res.users:0 msgid "Define New Users" -msgstr "" +msgstr "Defineix nous usuaris" #. module: base #: model:ir.actions.act_window,name:base.action_rule @@ -3696,12 +4160,12 @@ msgstr "Telèfon" #. module: base #: view:ir.sequence:0 msgid "Day of the year: %(doy)s" -msgstr "" +msgstr "Dia de l'any: %(doy)s" #. module: base #: help:ir.actions.wizard,multi:0 msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." -msgstr "Si es fixa a verdader, l'assistent no es mostrarà en la barra d'eines dreta en les vistes formulari." +msgstr "Si es fixa a verdader, l'assistent no es mostrarà a la barra d'eines dreta de les vistes formulari." #. module: base #: field:workflow.transition,role_id:0 @@ -3750,7 +4214,7 @@ msgstr "Actiu" #. module: base #: view:ir.module.module:0 msgid "Created Menus" -msgstr "" +msgstr "Menús creats" #. module: base #: field:ir.ui.view.custom,ref_id:0 @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "Element de treball" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Obre una finestra" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "Els grups s'utilitzen per definir permisos d'accés en cada pantalla i menú." + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "Senyal (subflow.*)" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Categories filles" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Nom de l'objecte" @@ -3823,6 +4308,8 @@ msgstr "Nom de l'objecte" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Acció" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Camp" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Realitzat" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Factura" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "Si es fixa a verdader, l'acció no es mostrarà en la barra d'eines dreta en les vistes formulari." -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Nivell baix" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Exportació realitzada" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Mida" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Arguments" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Empreses filials" msgid "The Object name must start with x_ and not contain any special character !" msgstr "El nom de l'objecte ha de començar amb x_ i no contenir cap caràcter especial !" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Mòdul:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Següent assistent" #. module: base #: selection:ir.rule,operator:0 @@ -4010,7 +4502,7 @@ msgstr "<=" #. module: base #: view:wizard.module.lang.export:0 msgid "Export Data" -msgstr "" +msgstr "Exporta dades" #. module: base #: field:workflow.triggers,instance_id:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "Instància de destí" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "L'idioma seleccionat s'ha instal·lat correctament. Heu de canviar les preferències de l'usuari i obrir un nou menú per veure els canvis." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "L'idioma seleccionat s'ha instal·lat correctament. Heu de canviar les p msgid "Menus" msgstr "Menús" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4055,17 +4552,17 @@ msgstr "Sr." #. module: base #: view:wizard.module.lang.export:0 msgid "https://translations.launchpad.net/openobject" -msgstr "" +msgstr "https://translations.launchpad.net/openobject" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3 or later version" -msgstr "" +msgstr "GPL-3 o versió posterior" #. module: base #: field:ir.actions.actions,usage:0 @@ -4082,22 +4579,20 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" -msgstr "Introdueixi al menys un camp!" +msgstr "Introduiu almenys un camp!" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Altres accions" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" -msgstr "" +msgstr "Crear acció" #. module: base #: model:ir.model,name:base.model_workflow_workitem @@ -4124,6 +4619,12 @@ msgstr "Probabilitat (0.50)" msgid "Mobile" msgstr "Mòbil" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Repetir encapçalament" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Adreça" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "El vostre sistema s'actualitzarà." msgid "Configure User" msgstr "Configura usuari" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nom:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4173,7 +4669,7 @@ msgstr "IDs fills" #. module: base #: field:ir.actions.todo,end_date:0 msgid "End Date" -msgstr "" +msgstr "Data final" #. module: base #: field:ir.exports,resource:0 @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Recurs" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Data revisió" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Codi Python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "Número de CIF/NIF" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Valors" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Mapa de camps" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "El mètode copy (copiar) no està implementat en aquest objecte!" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "centre" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "No es pot crear el fitxer de mòdul: %s!" @@ -4306,16 +4815,16 @@ msgid "Published Version" msgstr "Versió publicada" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "La taxa de canvi de la moneda a la moneda de taxa 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Auto-refrescar" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" -msgstr "Estats" +msgstr "Províncies" #. module: base #: field:res.currency.rate,rate:0 @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Taxa" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Dreta-a-esquerra" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Ref document 1" #. module: base #: view:ir.actions.server:0 @@ -4380,19 +4889,20 @@ msgid "Status" msgstr "Posició" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Auto-refrescar" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Accions de finestra" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close msgid "ir.actions.act_window_close" -msgstr "ir.actions.act_window_close" +msgstr "ir.accions.acc_finestra_tanca" #. module: base #: selection:ir.actions.todo,type:0 msgid "Service" -msgstr "" +msgstr "Servei" #. module: base #: help:ir.actions.act_window,auto_refresh:0 @@ -4408,7 +4918,7 @@ msgstr "Nom de fitxer" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Accés" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Títol de l'informe" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Nom grup" msgid "Modules to download" msgstr "Mòduls a descarregar" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "El mètode perm_read (llegir permisos) no està implementat en aquest objecte!" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Companyia" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Mapa de camp" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Data creació" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Email / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "Codi BIC/Swift" msgid "ir.sequence" msgstr "ir.secuència" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Acció de menú" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "No instal·lat" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Canal" msgid "Icon" msgstr "Icona" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Repetir perduts" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "No es pot trobar la marca '%s' en la vista pare!" @@ -4538,12 +5071,22 @@ msgstr "Vista heretada" msgid "ir.translation" msgstr "ir.traduccio" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Límit" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,10 +5100,15 @@ msgstr "Sol·licituds" msgid "Or" msgstr "Or" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Text" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" -msgstr "" +msgstr "Openstuff.net" #. module: base #: model:ir.model,name:base.model_ir_rule_group @@ -4572,24 +5120,25 @@ msgstr "ir.regla.grup" msgid "Childs" msgstr "Fills" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Selecció" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Importa / Exporta" #. module: base #: view:ir.sequence:0 msgid "Week of the year: %(woy)s" -msgstr "" +msgstr "Setmana de l'any: %(woy)s" #. module: base #: model:ir.actions.act_window,name:base.open_module_tree_install @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Mòduls instal·lats" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Avís" @@ -4608,14 +5157,30 @@ msgstr "Avís" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Operador" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Direcció de l'empresa" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Exporta idioma" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "Error de Validació" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Acció client" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Importa mòdul" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Versió:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Configuració d'activació" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Peu de pàgina 1 de l'informe" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "No podeu eliminar aquest document! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4681,7 +5253,7 @@ msgstr "Informe personalitzat" #. module: base #: view:ir.sequence:0 msgid "Day of the week (0:Monday): %(weekday)s" -msgstr "" +msgstr "Dia de la setmana (0:Dilluns): %(weekday)s" #. module: base #: selection:ir.actions.server,state:0 @@ -4692,7 +5264,7 @@ msgstr "Email" #: model:ir.actions.act_window,name:base.action_wizard_update_translations #: model:ir.ui.menu,name:base.menu_wizard_update_translations msgid "Resynchronise Terms" -msgstr "" +msgstr "Resincronitzar termes" #. module: base #: field:ir.model.access,perm_create:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "No actualitzable" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Imprés:" - -#. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not upgrade module '%s'. It is not installed." +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base +#: code:addons/base/module/module.py:0 #, python-format +msgid "Can not upgrade module '%s'. It is not installed." +msgstr "No es pot actualitzar mòdul '%s'. No està instal·lat." + +#. module: base #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "El mètode set_memory no està implementat!" @@ -4732,6 +5304,21 @@ msgstr "El mètode set_memory no està implementat!" msgid "Current Window" msgstr "Finestra actual" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Camps" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Interface" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Configuració" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,9 +5376,19 @@ msgstr "Codi de província" msgid "On delete" msgstr "En eliminar" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Respondre" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" +msgstr "Any amb centuria: %(year)s" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" msgstr "" #. module: base @@ -4798,6 +5396,11 @@ msgstr "" msgid "Subscribe Report" msgstr "Subscriu informe" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,34 +5416,44 @@ msgstr "Traduïble" msgid "Daily" msgstr "Diari" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "En cascada" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Camp %d ha de ser una xifra" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nom de categoria" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Gantt" -msgstr "" +msgstr "Gràfic de Gantt" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "No implementat" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 msgid "Gold Partner" -msgstr "" +msgstr "Empresa or" #. module: base #: model:res.partner.category,name:base.res_partner_category_15 @@ -4861,7 +5474,7 @@ msgstr "Tipus de compte de banc" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Següent pas configuració" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4883,21 +5496,41 @@ msgstr "Domini" #. module: base #: view:res.config.view:0 msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." -msgstr "Esculliu la interfície simplificada si està provant OpenERP per primera vegada. Les opcions o camps menys utilitzats s'oculten automàticament. Més tard podreu canviar això mitjançant el menú de Administració." +msgstr "Escolliu la interfície simplificada si esteu provant OpenERP per primera vegada. Les opcions o camps menys utilitzats s'oculten automàticament. Més tard podreu canviar-ho mitjançant el menú de Administració." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Descripció breu" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "Aquest és el prefixe del nom del fitxer que la impressió deserà com adjunt. Deixeu-lo buit per no desar els informes impresos" + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" msgstr "" #. module: base @@ -4910,11 +5543,27 @@ msgstr "Nom província" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "El vostre logo – Utilitzeu una mida de 450x150 píxels aprox." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "Ha succeït un error mentre es validava el camp(s) %s: %s" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Cost previst" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "A5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Calendari" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Missatge" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,21 +5591,15 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.accions.informe.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." -msgstr "" +msgstr "Per millorar alguns termes de les traduccions oficials d'OpenERP, heu de modificar els termes directament en la interfície web de launchpad. Si realitza fitxers de traduccions pel seu propi mòdul, podeu publicar també tota la seva traducció a la vegada." #. module: base #: view:res.users:0 msgid "Please note that you will have to logout and relog if you change your password." -msgstr "Tingueu en compte que haureu de sortir i tornar a registrar si canvieu la vostra contrasenya." +msgstr "Tingueu en compte que haureu de sortir i tornar a registrar-vos si canvieu la vostra contrasenya." #. module: base #: field:res.partner,address:0 @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Diagrama" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Última versió" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Inicia la instal·lació" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Descripció de camps" +#: selection:res.request,state:0 +msgid "closed" +msgstr "Tancada" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Dependència del mòdul" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "El mètode name_get (obtenir nom) no està implementat en aquest objecte!" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,10 +5660,15 @@ msgstr "Aplica actualitzacions programades" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" -msgstr "" +msgstr "Empreses OpenERP" #. module: base #: view:res.config.view:0 @@ -5043,7 +5689,7 @@ msgstr "Acció servidor" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3" -msgstr "" +msgstr "GPL-3" #. module: base #: field:ir.actions.act_window_close,name:0 @@ -5057,7 +5703,7 @@ msgstr "Nom d'acció" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Progrés de la configuració" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,13 +5712,14 @@ msgstr "Peu de pàgina 2 de l'informe" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "Email" #. module: base #: wizard_view:module.lang.import,init:0 msgid "module,type,name,res_id,src,value" -msgstr "" +msgstr "module,type,name,res_id,src,value" #. module: base #: model:ir.model,name:base.model_res_groups @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Importa un fitxer de traducció" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transicions entrants" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Títols empresa" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Definició domini simple" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5153,12 +5810,17 @@ msgstr "Termes no traduïbles" #. module: base #: view:ir.actions.server:0 msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "Si utilitza un tipus fórmula, introduïu una expressió Python que inclogui la variable 'object'." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" -msgstr "wizard.ir.model.menú.crea" +msgstr "assistent.ir.model.menú.crea" #. module: base #: view:workflow.transition:0 @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "IVA" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Termes de l'aplicació" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Filtre" msgid "Access Menu" msgstr "Menú d'accés" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "Objecte de l'activació" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.empresa.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Error" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Categories d'empreses" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Codi seqüència" msgid "active" msgstr "Activa" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Grau de satisfacció d'empresa" msgid "Bank Accounts" msgstr "Comptes de banc" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "Fitxer TGZ" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,8 +5962,13 @@ msgstr "Prefix" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_company @@ -5308,11 +5981,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "Mapa de camps" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Ref. taula" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5321,7 +5989,7 @@ msgstr "Ref. taula" #: wizard_button:module.upgrade,end,end:0 #: view:wizard.module.lang.export:0 msgid "Close" -msgstr "Tancat" +msgstr "Tanca" #. module: base #: field:ir.sequence,name:0 @@ -5337,12 +6005,12 @@ msgstr "res.request.history" #. module: base #: constraint:res.partner:0 msgid "The VAT doesn't seem to be correct." -msgstr "L'IVA no sembla ser correcte." +msgstr "El CIF/NIF no sembla ser correcte." #. module: base #: view:ir.sequence:0 msgid "Hour 00->12: %(h12)s" -msgstr "" +msgstr "Hora 00->12: %(h12)s" #. module: base #: field:res.currency,rate:0 @@ -5359,10 +6027,15 @@ msgstr "Configura vista simple" msgid "Start Upgrade" msgstr "Inicia actualització" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" -msgstr "" +msgstr "Clients importants" #. module: base #: field:res.partner.som,factor:0 @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Calcular suma" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Arguments" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Mòdul" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Funció" msgid "Error! You can not create recursive companies." msgstr "Error! No podeu crear companyies recursives." +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "Introduïu l'adreça de correu electrònic de l'empresa!" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "res.config.vista" msgid "Description" msgstr "Descripció" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "L'operació no és vàlida." - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Importa / Exporta" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Titular del compte" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Historial de sol·licituds" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "El valor \"%s\" pel camp \"%s\" no està en la selecció" @@ -5484,16 +6161,23 @@ msgstr "XSL:RML automàtic" #. module: base #: field:ir.attachment,preview:0 msgid "Image Preview" -msgstr "" +msgstr "Vista prèvia d'imatge" #. module: base #: view:workflow.workitem:0 msgid "Workflow Workitems" msgstr "Elements del fluxe de treball" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Contrasenya" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Rol" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Exporta idioma" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Client" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Sobre un mateix objecte, les regles múltiples s'associen utilitzan l'operador OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5550,7 +6234,7 @@ msgstr "Enviament massiu d'emails" #. module: base #: wizard_view:module.lang.import,init:0 msgid "You can also import .po files." -msgstr "" +msgstr "També podeu importar fitxers .po" #. module: base #: wizard_view:base.module.import,import:0 @@ -5575,7 +6259,7 @@ msgstr "No subscriu informe" #. module: base #: view:ir.sequence:0 msgid "Hour 00->24: %(h24)s" -msgstr "" +msgstr "Hora 00->24: %(h24)s" #. module: base #: constraint:res.partner.category:0 @@ -5592,11 +6276,16 @@ msgstr "Crea objecte" msgid "a4" msgstr "A4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new msgid "New Partner" -msgstr "" +msgstr "Nova empresa" #. module: base #: wizard_view:module.lang.install,start:0 @@ -5611,7 +6300,7 @@ msgstr "STOCK_JUSTIFY_RIGHT" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 msgid "Prospect" -msgstr "" +msgstr "Prospecció" #. module: base #: model:ir.model,name:base.model_res_partner_function @@ -5647,17 +6336,32 @@ msgstr "" msgid "Sequence" msgstr "Seqüència" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Importa idioma" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." -msgstr "" +msgstr "Utilitzat per seleccionar automàticament l'adreça correcta segons el context en documents de vendes i compres." #. module: base #: help:ir.cron,numbercall:0 msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" -msgstr "Número de vegades que la funció és executada,\n" -"un número negativo indica que serà executada sempre." +msgstr "Número de vegades que la funció s'executarà,\n" +"un número negatiu indica que s'executarà sempre." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" #. module: base #: field:ir.report.custom,footer:0 @@ -5690,15 +6394,20 @@ msgid "Cancel Install" msgstr "Cancel·la instal·lació" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Verifiqueu que totes les línies tinguin %d columnes" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Importa idioma" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/cs_CZ.po b/bin/addons/base/i18n/cs_CZ.po index f5b852c3dc3..b51ec45fbdb 100644 --- a/bin/addons/base/i18n/cs_CZ.po +++ b/bin/addons/base/i18n/cs_CZ.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:54:49+0000\n" -"PO-Revision-Date: 2008-11-28 16:54:49+0000\n" +"POT-Creation-Date: 2008-12-22 17:53:21+0000\n" +"PO-Revision-Date: 2008-12-22 17:53:21+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "Outgoing transitions(Outgoing transitions)" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "SMS(SMS Message)" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "Workflow(Workflow)" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Kategorie modulů" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,9 +281,9 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Získat maximum(Get max)" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Normální" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Incoming transitions(Incoming transitions)" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "Ročně(Yearly)" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Přípona" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "Tabulkový(Tabular)" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Tříděno podle(Sorted by)" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Typ hlášení(Report Type)" @@ -432,6 +484,7 @@ msgstr "Typ hlášení(Report Type)" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Poznámky" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Obecné" msgid "Wizard info" msgstr "Wizard info(Wizard info)" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Formulář(Form)" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "Cílová aktivita(Destination Activity)" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Odkaz" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "Více dokumentů" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Nadřazená kategorie" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Jméno kontaktu" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Repozitáře" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Kontaktní" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Ref. náhledu(View Ref.)" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Table Ref.(Table Ref.)" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Podpis" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Název pole" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Test" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "Nové moduly" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Omezení(Constraint)" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Standartní" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "Kód země" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Shrnutí(Summary)" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Typ banky" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Historie požadavku(Request History)" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Partnerovy akce" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Adresa" #. module: base #: help:res.country,code:0 @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "Jméno jazyka" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "Nadřazené menu" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Plánované výdaje" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Popis modelu" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "Pole zpráv(Report Fields)" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "Typ sekvence(Sequence type)" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Akce" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,27 +1418,39 @@ msgstr "Požadavek(Request)" msgid "Mode of view" msgstr "Styl náhledu(Mode of view)" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Orientace stránky nastojato(Portrait)" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Vzkaz" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Kalendář" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Pohled" @@ -1325,6 +1471,11 @@ msgstr "Pohled" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Update Date(Update date)" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "Aktivita(Activity)" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "Sekvence" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "Datum spuštění(Trigger date)" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Bankovní účet" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "Autor(Author)" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Popisová pole" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "Tělo(Body)" msgid "Direction" msgstr "Směr" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Pohledy" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,9 +1714,9 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Akce nabídky" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "Formát tisku(Print format)" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "Formát tisku(Print format)" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Uživatelské rozhraní - Pohledy" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "potomek" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Název kategorie" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "field child1(field child1)" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Předmět" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "Od(From)" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Maloobchodník(Retailer)" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Odeslat" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Dokument Ref 1(Document Ref 1)" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Zdrojová aktivita(Source Activity)" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "Žádný(None)" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "Najít nové moduly" msgid "Module Repository" msgstr "Repozitář modulu" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "Zabezpečení" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "Číslo intervalu(Interval Number)" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "Nízká" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "Název kanálu(Canal name)" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "Další číslo" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "Země" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Odpovědět(Reply)" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "Zvýšené číslo(Increment number)" msgid "unknown" msgstr "Neznámý(Unknown)" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,9 +2595,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Odeslat" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,9 +2704,15 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Četnost(Frequency)" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "Popis(Relation)" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "Správce modulů" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Zdrojová aktivita(Source Activity)" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "ID zdroje" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informace" @@ -2525,9 +2833,10 @@ msgid "Meta Datas" msgstr "Meta informace(Meta Datas)" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Uživatelské nastavení" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "Jiná" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "Název" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Instalovaná verze(Installed version)" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Aktivity" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "Stornovat aktualizaci" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,21 +3093,29 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Platnost překladu(Translation value)" + #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,12 +3135,12 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Modul" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Akce" #. module: base #: selection:res.request,priority:0 @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "Skupina podle(Group by)" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "Den: %(den/dny)" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "Historie(History)" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,9 +3385,14 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "Uzavřený" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Intervalová jednotka(Interval Unit)" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3050,12 +3423,16 @@ msgstr "Dnů" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "Opravená šířka(Fixed width)" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Získat maximum(Get max)" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Patička výpisu 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "Partneři" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Adresář:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "Majitel bankovního účtu" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "Název zdroje(Resource Name)" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Typ adresy" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Nadřazená kategorie" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,14 +3743,14 @@ msgid "Hours" msgstr "Hodin" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Platnost překladu(Translation value)" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Četnost(Frequency)" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Intervalová jednotka(Interval Unit)" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3348,11 +3763,16 @@ msgid "References" msgstr "Odkazy(References)" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "Do(To)" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Druh" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Bankovní účty" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "Strom(Tree)" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "Číst přístup" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Čárový graf(Line plot)" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "Barva písma(Font color)" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "Aktualizace systému ukončena" msgid "Type of view" msgstr "Typ náhledu(Type of view)" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "Cesta k XML(XML path)" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Nahlásit název(Report title)" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "Finanční výhled(Commercial pospect)" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "Nepodepsaný(Unsubscribed)" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr ">" msgid "Workitem" msgstr "Workitem(Workitem)" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "Otevřít okno(Open a Window)" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "Signál (subflow.*)(Signal (subflow.*))" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "Podkategorie" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Akce" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "Fakturační" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Nízkoúrovňové" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumenty" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "Dceřinné společnosti" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Modul:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "Cílová instance(Destination Instance)" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Pravděpodobnost(0.50)(Probability (0.50))" msgid "Mobile" msgstr "Mobil" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,9 +4631,9 @@ msgid "Repeat Header" msgstr "Opakovat záhlaví(Repeat header)" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Adresa" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Název:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,9 +4673,9 @@ msgid "Resource" msgstr "Zdroj" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Update Date(Update date)" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "střed(center)" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Státy" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Dokument Ref 1(Document Ref 1)" #. module: base #: view:ir.actions.server:0 @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "Stav" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Nahlásit název(Report title)" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "Jméno skupiny" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "Vytvořeno" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Akce nabídky" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Kanál(Canal)" msgid "Icon" msgstr "Ikona" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "Zopakovat vsechny zmeškané(Repeat all missed)" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "Inherited View(Inherited View)" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "Nebo(Or)" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,19 +5115,20 @@ msgstr "" msgid "Childs" msgstr "Podřízený" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" #. module: base #: view:ir.sequence:0 @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "Nainstalované" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "Import modulu" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Verze:" - -#. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Patička výpisu 1" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "Nelze updatovat(Not updatable)" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Tišťeno:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Rozhraní" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Konfigurace" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Kód státu" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Odpovědět(Reply)" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Podat zprávu(Subscribe Report)" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "Přeložitelný" msgid "Daily" msgstr "Denně(Daily)" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Název kategorie" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Krátký popis(Short description)" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "Název státu" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Plánované výdaje" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Kalendář" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Vzkaz" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,9 +5610,9 @@ msgid "Graph" msgstr "Graf" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Nejnovejší verze(Latest version)" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4988,9 +5630,9 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Popisová pole" +#: selection:res.request,state:0 +msgid "closed" +msgstr "Uzavřený" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "Závislosti modulu" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "Patička výpisu 1" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,11 +5774,16 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Incoming transitions(Incoming transitions)" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "DPH" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "Přístup k nabídce" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "Kód sekvence(Sequence Code)" msgid "active" msgstr "Aktivní" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "Partner State of Mind(Partner State of Mind)" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "Předpona" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Table Ref.(Table Ref.)" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "Vypočítat celek(Calculate sum)" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumenty" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Modul" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "Funkce" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "Popis" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "Majitel účtu" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Historie požadavku(Request History)" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Workflow Workitems(Workflow Workitems)" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Heslo(Password)" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "Úloha(Role)" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Import jazyka" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,15 +6388,20 @@ msgid "Cancel Install" msgstr "Stornovat instalaci" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Import jazyka" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/de_DE.po b/bin/addons/base/i18n/de_DE.po index 53dc7c40aba..239d298422f 100644 --- a/bin/addons/base/i18n/de_DE.po +++ b/bin/addons/base/i18n/de_DE.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:58:20+0000\n" -"PO-Revision-Date: 2008-11-28 16:58:20+0000\n" +"POT-Creation-Date: 2008-12-22 17:55:57+0000\n" +"PO-Revision-Date: 2008-12-22 17:55:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "Arbeitsablauf" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Sortiert Nach" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Report Type" @@ -432,6 +484,7 @@ msgstr "Report Type" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Notizen" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Allgemein" msgid "Wizard info" msgstr "Assistent Info " +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "Destination Activität" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Link" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Kontakt Name" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Ansicht Ref." #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" msgstr "" +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Table Ref." + #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Name Field" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "Landescode" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Beschreibung der Anforderung" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Anforderungsgeschichte" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,8 +1178,8 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" +#: field:res.users,address_id:0 +msgid "Address" msgstr "" #. module: base @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "Obermenü" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Geplante Kosten" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "Ansichtsmodus" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "Frl." msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "Druckformat" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "Druckformat" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Kategoriename" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "Anforderung Von" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Dokument Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Source Activität" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "Sicherheit" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "Kanalname" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Antwort" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Source Activität" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "Ressource ID" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "Metadaten" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "Rollenname" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,21 +3093,29 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Übersetzung" + #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,8 +3385,13 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "Feste Breite" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "Partner" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "Resource Name" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Adressart" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Übersetzung" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "Referenzen" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "Anforderung An" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Art" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "Fontfarbe" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "Ansichtsart" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Berichtskopf" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "Unterkategorie" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Untere Ebene" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumente" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "Destination Instance" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Wahrscheinlichkeit (0.50)" msgid "Mobile" msgstr "Mobil" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,8 +4631,8 @@ msgid "Repeat Header" msgstr "Wiederholekopf" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Dokument Ref 1" #. module: base #: view:ir.actions.server:0 @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "Stand" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Berichtskopf" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "Gruppenname" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Kanal" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "Abgeleitete Ansicht" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "Childs" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Schnittstellen" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Konfiguration" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Staatscode" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Antwort" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Kategoriename" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "Staat" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Geplante Kosten" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "UstID" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "Gemütszustand" msgid "Bank Accounts" msgstr "Bankverbindungen" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Table Ref." - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumente" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "Funktion" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "Beschreibung" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Anforderungsgeschichte" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/es_AR.po b/bin/addons/base/i18n/es_AR.po index 5459e70ba1c..1f3c7e371cc 100644 --- a/bin/addons/base/i18n/es_AR.po +++ b/bin/addons/base/i18n/es_AR.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:06:17+0000\n" -"PO-Revision-Date: 2008-11-28 17:06:17+0000\n" +"POT-Creation-Date: 2008-12-22 18:02:02+0000\n" +"PO-Revision-Date: 2008-12-22 18:02:02+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "Transiciones salientes" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "Mensaje SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "Workflow" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,9 +281,9 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Obtener Máximo" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Normal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Transiciones entrantes" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "Anual" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Sufijo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "Tabular" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Ordenado por" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Tipo de Reporte" @@ -432,6 +484,7 @@ msgstr "Tipo de Reporte" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Notas" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "General" msgid "Wizard info" msgstr "Información del Asistente" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Formulario" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "Actividad Destino" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Link" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Categoría \"padre\"" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Nombre de Contacto" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "de Contacto" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Referencia Vista" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Referencia Tabla" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "Código de Barras" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Firma" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Nombre del Campo" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Restricción" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Predeterminado" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "Código de País" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Resumen" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Historial de Mensajes" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Domicilio" #. module: base #: help:res.country,code:0 @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "Menú \"padre\"" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Costos planeados" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Descripción de Modelo" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "Campos del Reporte" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "Tipo de Secuencia" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,27 +1418,39 @@ msgstr "Mensaje" msgid "Mode of view" msgstr "Modo de Vista" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Retrato" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Mensaje" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Fecha de actualización" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "Actividad" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "Fecha de activación" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "Autor" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "Cuerpo" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "Formato de impresión" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "Formato de impresión" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interfaz de Usuario - Vistas" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nombre de Categoría" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "campo hijo1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Asunto" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "De" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Proveedor" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Enviar" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Referencia Documento 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Actividad Origen" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "Ninguno" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "Repositorio de Módulos" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "Seguridad" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "Número de Intervalo" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "Baja" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "Nombre del Canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "Número siguiente" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Responder" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "Incremento" msgid "unknown" msgstr "desconocido" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,9 +2595,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Enviar" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,9 +2704,15 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frecuencia" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "Relación" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Actividad Origen" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "ID del Recurso" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "Meta-información" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "Otros" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "Nombre del Rol" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Versión instalada" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Actividades" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "Cancelar Actualización" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,21 +3093,29 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Valor de Traducción" + #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,12 +3135,12 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Módulo" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "" #. module: base #: selection:res.request,priority:0 @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "Agrupar por" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "Día: %(día)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "Historial" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,9 +3385,14 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "Cerrado" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Unidad de Intervalo" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3050,12 +3423,16 @@ msgstr "Días" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "Ancho fijo" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Obtener Máximo" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Pie de Página del Reporte 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "Partners" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "Nombre del Recurso" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Tipo de Domicilio" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Categoría \"padre\"" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,14 +3743,14 @@ msgid "Hours" msgstr "Horas" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Valor de Traducción" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frecuencia" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Unidad de Intervalo" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3348,11 +3763,16 @@ msgid "References" msgstr "Referencias" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "Para" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Clase" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "Estructura" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "Acceso de Lectura" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Gráfico de líneas" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "Color de Fuente" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "Tipo de Vista" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "Ruta XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Título del Reporte" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "Prospecto" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "No Suscripto" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr ">" msgid "Workitem" msgstr "Item de Workflow" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "Abrir una ventana" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "Señal (subflow.*)" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "Categoría \"hija\"" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "de Facturación" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Bajo Nivel" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumentos" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "Empresa \"hija\"" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "Instancia Destino" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Probabilidad (0-1)" msgid "Mobile" msgstr "Celular" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,9 +4631,9 @@ msgid "Repeat Header" msgstr "Repetir Encabezado" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Domicilio" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,9 +4673,9 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Fecha de actualización" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "centrado" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Referencia Documento 1" #. module: base #: view:ir.actions.server:0 @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "Estado:" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Título del Reporte" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "Nombre del Grupo" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Canal" msgid "Icon" msgstr "Icono" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "Repetir todas las llamadas perdidas" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "Vista heredada" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "OR" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,19 +5115,20 @@ msgstr "" msgid "Childs" msgstr "\"Hijos\"" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" #. module: base #: view:ir.sequence:0 @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Pie de Página del Reporte 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "No actualizable" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Interfaz" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Código de Provincia" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Responder" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Suscribir Reporte" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "Traducible" msgid "Daily" msgstr "Diaria" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nombre de Categoría" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Descripción corta" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "Nombre de Provincia" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Costos planeados" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Mensaje" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,9 +5610,9 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Última versión" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4988,9 +5630,9 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "" +#: selection:res.request,state:0 +msgid "closed" +msgstr "Cerrado" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "Dependencia de Módulos" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "Pie de Página del Reporte 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,11 +5774,16 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transiciones entrantes" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "IVA" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "Código de Secuencia" msgid "active" msgstr "Activo" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "Estado de Ánimo" msgid "Bank Accounts" msgstr "Cuentas Bancarias" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "Prefijo" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Referencia Tabla" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "Calcular Suma" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumentos" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Módulo" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "Función" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "Descripción" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Historial de Mensajes" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Items de Workflow" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Clave" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "Rol" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "Cancelar Instalación" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/es_ES.po b/bin/addons/base/i18n/es_ES.po index a58d1dc3762..9998f48f356 100644 --- a/bin/addons/base/i18n/es_ES.po +++ b/bin/addons/base/i18n/es_ES.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:07:08+0000\n" -"PO-Revision-Date: 2008-11-28 17:07:08+0000\n" +"POT-Creation-Date: 2008-12-22 18:02:43+0000\n" +"PO-Revision-Date: 2008-12-22 18:02:43+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Acciones planificadas" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Este asistente detectará nuevos términos en la aplicación para que pu msgid "Outgoing transitions" msgstr "Transiciones salientes" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "Mensaje de SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Crear modelo" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,18 +141,18 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Omitido" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "No puede crear este tipo de documento! (%s)" #. module: base #: wizard_field:module.lang.import,init,code:0 msgid "Code (eg:en__US)" -msgstr "Código (por ej. es_ES)" +msgstr "Código (por ej. es__ES)" #. module: base #: field:res.roles,parent_id:0 @@ -166,7 +181,7 @@ msgstr "Flujo de trabajo" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -177,7 +192,7 @@ msgstr "Objeto" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" +msgstr "Para encontrar traducciones oficiales, puede visitar este enlace: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Categorías de módulos" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,12 +218,17 @@ msgstr "ir.default" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Sin comenzar" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" -msgstr "" +msgstr "Minuto: %(min)s" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Cabecera / Pie de página" #. module: base #: selection:ir.ui.menu,icon:0 @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "confirmación" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,26 +281,20 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Conseguir máximo" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "" +msgstr "Vistas creadas" #. module: base #: selection:res.request,priority:0 msgid "Normal" msgstr "Normal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Transiciones entrantes" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -285,7 +309,7 @@ msgstr "Importar nuevo idioma" #: wizard_field:server.action.create,step_1,report:0 #: wizard_view:server.action.create,step_1:0 msgid "Select Report" -msgstr "" +msgstr "Seleccione informe" #. module: base #: field:ir.report.custom.fields,fc1_condition:0 @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Anual" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Mapeo de campo" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Sufijo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "¡El método unlink (eliminar) no está implementado en este objeto!" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Ventana destino" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Definición dominio simple" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,15 +375,23 @@ msgid "Tabular" msgstr "Tabular" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Actividades" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 msgid "Start On" -msgstr "" +msgstr "Iniciar en" #. module: base #: rml:ir.module.reference:0 @@ -378,10 +420,21 @@ msgstr "Transiciones" msgid "ir.ui.view.custom" msgstr "ir.ui.vista.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" -msgstr "" +msgstr "GPL-2 o versión posterior" #. module: base #: selection:workflow.activity,kind:0 @@ -422,7 +475,6 @@ msgstr "Ordenado por" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Tipo de informe" @@ -432,6 +484,7 @@ msgstr "Tipo de informe" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Estado" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Árbol de la compañía" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Otro propietario" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Notas" msgid "All terms" msgstr "Todos los términos" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "General" msgid "Wizard info" msgstr "Información asistente" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,15 +555,15 @@ msgid "Form" msgstr "Formulario" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "No se ha podido definir la columna %s. ¡Palabra reservada!" #. module: base #: help:ir.ui.menu,groups_id:0 msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." -msgstr "" +msgstr "Si añade grupos, la visibilidad de este menú estará basada en estos grupos. Si este campo está vacío, OpenERP calculará la visibilidad basada en el acceso de lectura del objeto relacionado." #. module: base #: field:workflow.transition,act_to:0 @@ -520,12 +573,7 @@ msgstr "Actividad destino" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "" - -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Otras acciones" +msgstr "Empresa de servicios de software libre" #. module: base #: selection:ir.ui.menu,icon:0 @@ -533,8 +581,8 @@ msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "¡El método name_search (buscar por el nombre) no está implementado en este objeto!" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Enlace" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "nuevo" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "En múltiples doc." +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Para ser actualizado" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Categoría padre" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Nombre" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Guarde este documento en un archivo %s y edítelo con un programa específico o un editor de texto. La codificación del archivo es UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Bibliotecas" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "¡La contraseña no coincide!" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Contacto" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Esta url '%s' debe apuntar a un archivo html con enlaces a módulos zip" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "Excepción de concurrencia" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Ref. vista" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Ref. tabla" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "Los roles se utilizan para definir las acciones disponibles que proveen los flujos de trabajo." + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Tipo de acción" msgid "Default limit for the list view" msgstr "Límite por defecto para la vista de lista" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "Segmentación" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.objeto.lineas" msgid "Source Object" msgstr "Objeto origen" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Tamaño" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -762,7 +835,7 @@ msgstr "Campos de tipo" #: model:ir.ui.menu,name:base.menu_ir_actions_todo_form #: view:ir.actions.todo:0 msgid "Config Wizard Steps" -msgstr "Configurar pasos de los asistentes" +msgstr "Pasos de los asistentes de configuración" #. module: base #: model:ir.model,name:base.model_ir_ui_view_sc @@ -778,13 +851,18 @@ msgstr "Grupo" #. module: base #: help:res.partner,customer:0 msgid "Check this box if the partner is a customer." -msgstr "" +msgstr "Marque esta opción si la empresa es un cliente." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Firma" msgid "SMS" msgstr "SMS (mensaje de texto)" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Estado acción" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Nombre campo" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -838,11 +912,11 @@ msgstr "res.empresa.evento" #: wizard_field:server.action.create,init,type:0 #: wizard_view:server.action.create,init:0 msgid "Select Action Type" -msgstr "" +msgstr "Seleccione tipo de acción" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Guarde este documento como un archivo .CSV y ábralo con su programa favorito de hojas de cálculo. La codificación del archivo es UTF-8. Debe traducir la última columna antes de importarlo de nuevo." @@ -856,12 +930,12 @@ msgstr "Monedas" #. module: base #: selection:ir.actions.todo,type:0 msgid "Configure" -msgstr "" +msgstr "Configurar" #. module: base #: help:res.partner,lang:0 msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." -msgstr "Si el idioma seleccionado está almacenado en el sistema, todos los documentos relacionados con esta empresa serán mostrados en este idioma. Si no, serán mostrados en inglés." +msgstr "Si el idioma seleccionado está instalado en el sistema, todos los documentos relacionados con esta empresa serán mostrados en este idioma. Si no, serán mostrados en inglés." #. module: base #: selection:ir.ui.menu,icon:0 @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Objeto personalizado" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Test" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "No puede eliminar el usuario admin ya que es utilizado internamente por los recursos creados por OpenERP (actualizaciones, instalación de módulos, ...)" @@ -904,6 +988,11 @@ msgstr "No puede eliminar el usuario admin ya que es utilizado internamente por msgid "New modules" msgstr "Nuevos módulos" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -918,7 +1007,7 @@ msgstr "Ref. ID" #. module: base #: help:res.partner.address,active:0 msgid "Uncheck the active field to hide the contact." -msgstr "" +msgstr "Desmarque el campo activo para ocultar el contacto." #. module: base #: model:ir.ui.menu,name:base.next_id_10 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Restricción" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Por defecto" @@ -955,11 +1045,21 @@ msgstr "Requerido" msgid "Country Code" msgstr "Código de país" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Continuar" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Resumen" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Tipo de banco" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "¡Método get (obtener) no definido!" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Cabecera / Pie de página" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "¡El método read (leer) no está implementado en este objeto!" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Historial de solicitudes" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "El idioma seleccionado se ha instalado correctamente. Debe cambiar las preferencias del usuario y abrir un nuevo menú para ver los cambios." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Eventos empresa" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Contactos empresa" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Dirección" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Ventas & Compras" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Asistente" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Nombre idioma" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Menú padre" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "¡Los campos personalizados deben tener un nombre que empieza con 'x_'!" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Costo planeado" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "¡El método create (crear) no está implementado en este objeto!" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "ir.informe.custom" msgid "Exportation" msgstr "Exportación" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Descripción del modelo" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "obtener" msgid "Report Fields" msgstr "Campos informe" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1201,11 +1333,11 @@ msgstr "Gráfico tipo pastel" #. module: base #: field:workflow.transition,trigger_expr_id:0 msgid "Trigger Expression" -msgstr "" +msgstr "Expresión del disparo" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Tipo de secuencia" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Actualizar lista de módulos" msgid "Configure simple view" msgstr "Configurar vista simple" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.acciones.acciones" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Acciones" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Solicitud" msgid "Mode of view" msgstr "Modo de vista" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "¡El método name_get (obtener nombre) no está implementado en este objeto!" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Vertical" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Modelo" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Mensaje" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Calendario" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "El archivo de idioma ha sido cargado." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Vista" @@ -1326,6 +1472,11 @@ msgstr "Vista" msgid "Modules to update" msgstr "Módulos a actualizar" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Fecha revisión" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Sra." msgid "Activity" msgstr "Actividad" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,15 +1538,15 @@ msgid "Sequences" msgstr "Secuencias" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "¡Posición desconocida en vista heredada %s!" #. module: base #: view:res.users:0 msgid "Add User" -msgstr "" +msgstr "Añadir usuario" #. module: base #: field:res.request,trigger_date:0 @@ -1398,20 +1554,20 @@ msgid "Trigger Date" msgstr "Fecha del disparo" #. module: base -#: model:ir.model,name:base.model_ir_actions_configuration_wizard -msgid "ir.actions.configuration.wizard" +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" msgstr "" #. module: base -#: view:res.partner.bank:0 -msgid "Bank account" -msgstr "Cuenta bancaria" +#: model:ir.model,name:base.model_ir_actions_configuration_wizard +msgid "ir.actions.configuration.wizard" +msgstr "ir.acciones.configuración.asistente" #. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Advertencia: usando un campo relacional que usa un objeto desconocido" +#: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal +msgid "Bank account" +msgstr "Cuenta bancaria" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1430,6 +1586,16 @@ msgstr "C.P." msgid "Author" msgstr "Autor" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Descripción de campos" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,19 +1629,25 @@ msgid "Supplier" msgstr "Proveedor" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Traducir" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "Acceda a todos los campos relacionados con el objeto actual mediante una expresión en corchetes dobles, por ejemplo [[ object.partner_id.name ]]" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" msgstr "" #. module: base @@ -1488,17 +1660,30 @@ msgstr "Contenido" msgid "Direction" msgstr "Dirección" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.modulo.actualiza_traducciones" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Vistas" @@ -1511,7 +1696,7 @@ msgstr "Enviar email" #. module: base #: model:res.partner.category,name:base.res_partner_category_4 msgid "Basic Partner" -msgstr "" +msgstr "Empresa básica" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Está tratando de eliminar un módulo que está instalado o será instalado" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Acción de menú" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Flujos de trabajo" @@ -1574,6 +1757,11 @@ msgstr "Flujos de trabajo" msgid "Object id" msgstr "Id objeto" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Formato de impresión" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Interfaz simplificado" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Formato de impresión" msgid "Payment term" msgstr "Plazo de pago" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Obtener archivo" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Muy urgente\n" msgid "ir.model.data" msgstr "ir.modelo.datos" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interfaz usuario - Vistas" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Permisos de acceso" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1676,7 +1884,7 @@ msgstr "La ruta del archivo .rml o NULL si el contenido está en report_rml_cont #. module: base #: view:res.users:0 msgid "Skip" -msgstr "" +msgstr "Omitir" #. module: base #: model:ir.actions.act_window,name:base.act_menu_create @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "hijo_de" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Dirección de la empresa" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "¡No puede eliminar este modelo '%s'!" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nombre de categoría" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "campo hijo1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Asunto" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "¡El método write (escribir) no está implementado en este objeto!" @@ -1738,31 +1964,47 @@ msgstr "Global" msgid "From" msgstr "Desde" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Este método ya no existe" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Proveedor" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Enviar" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" -msgstr "" +msgstr "Siguiente" #. module: base #: model:ir.ui.menu,name:base.next_id_11 msgid "Configuration Wizards" -msgstr "Asistentes configuración" +msgstr "Asistentes de configuración" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Ref documento 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Archivo TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Establecer a NULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1793,17 +2035,12 @@ msgstr "Creado manualmente" #. module: base #: view:ir.module.module:0 msgid "Defined Reports" -msgstr "" +msgstr "Informes definidos" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Actividad origen" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1813,7 +2050,7 @@ msgstr "STOCK_FILE" #. module: base #: model:res.partner.category,name:base.res_partner_category_9 msgid "Components Supplier" -msgstr "" +msgstr "Proveedor de componentes" #. module: base #: view:ir.rule.group:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Tenga en cuenta que esta operación puede tardar unos minutos." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Izquierda-a-derecha" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "La operación no es válida." #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" -msgstr "" +msgstr "imprimir" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "¡Contraseña vacía!" @@ -1894,6 +2132,12 @@ msgstr "¡Contraseña vacía!" msgid "RML Header" msgstr "Cabecera RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "¡El método copy (copiar) no está implementado en este objeto!" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Ninguno" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "¡No puede escribir en este documento! (%s)" @@ -1935,7 +2179,7 @@ msgstr "Operando" #. module: base #: help:res.partner,supplier:0 msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." -msgstr "" +msgstr "Marque esta opción si la empresa es un proveedor. Si no está marcada no será visible al introducir un pedido de compra." #. module: base #: wizard_view:module.module.update,init:0 @@ -1947,6 +2191,11 @@ msgstr "Buscar nuevos módulos" msgid "Module Repository" msgstr "Biblioteca de módulos" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Configuración del disparo" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1955,13 +2204,19 @@ msgstr "STOCK_UNINDENT" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "At Once" -msgstr "" +msgstr "Todo junto" #. module: base #: model:ir.ui.menu,name:base.menu_security msgid "Security" msgstr "Seguridad" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Calle" msgid "Interval Number" msgstr "Número de intervalos" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Baja" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "¡Error de recurrencia entre dependencias de módulos!" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Configuración de dominio manual" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Nombre canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Interfaz simplificado" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2079,7 +2349,12 @@ msgstr "STOCK_UNDO" #. module: base #: field:ir.attachment,create_date:0 msgid "Date Created" -msgstr "" +msgstr "Fecha de creación" + +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "Adjunto" #. module: base #: selection:ir.rule,operator:0 @@ -2089,7 +2364,7 @@ msgstr ">=" #. module: base #: model:ir.model,name:base.model_ir_actions_todo msgid "ir.actions.todo" -msgstr "" +msgstr "ir.acciones.todo" #. module: base #: model:ir.ui.menu,name:base.menu_administration @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Número siguiente" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Obtener archivo" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "Segundo: %(sec)s" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "País" msgid "Rates" msgstr "Tasas" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "ErrorAcceso" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Responder" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Incremento del número" msgid "unknown" msgstr "desconocido" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "¡El método create (crear) no está implementado en este objeto!" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "Ruta SXW" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Datos" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Empresas por categorías" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Las reglas múltiples sobre un mismo objeto se asocian usando el operador OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2300,12 +2594,12 @@ msgstr "Compañía matriz" #. module: base #: view:ir.attachment:0 msgid "Attached To" -msgstr "" +msgstr "Adjuntado a" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Enviar" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2320,7 +2614,7 @@ msgstr "STOCK_MEDIA_PLAY" #. module: base #: field:ir.model.data,date_init:0 msgid "Init Date" -msgstr "Fecha de inicio" +msgstr "Fecha inicial" #. module: base #: field:res.company,rml_header2:0 @@ -2364,7 +2658,7 @@ msgstr "Código" #. module: base #: view:ir.module.module:0 msgid "Features" -msgstr "" +msgstr "Características" #. module: base #: selection:ir.ui.menu,icon:0 @@ -2374,11 +2668,11 @@ msgstr "terp-partner" #. module: base #: field:ir.attachment,create_uid:0 msgid "Creator" -msgstr "" +msgstr "Creador" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "¡El método get_memory no está implementado!" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Código Python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Interrogación errónea." @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Etiqueta campo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Intenta saltarse una regla de acceso (tipo documento: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "URL acción" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frecuencia" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Árbol de la compañía" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Relación" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Administración de módulos" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Actividad origen" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "ID recurso" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Información" @@ -2513,7 +2821,7 @@ msgstr "Ruta RML" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Siguiente asistente de configuración" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Meta datos" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Personalización" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "La tasa de cambio de la moneda respecto a la moneda de tasa 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "en bruto" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Empresas: " @@ -2548,6 +2857,11 @@ msgstr "Empresas: " msgid "Other" msgstr "Otro" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Nombre de rol" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "¡No se puede eliminar el usuario principal!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Versión instalada" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Actividades" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "confirmación" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,15 +2948,15 @@ msgid "Cancel Upgrade" msgstr "Cancelar actualización" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "¡El método search (buscar) no está implementado en este objeto!" #. module: base #: field:ir.actions.report.xml,attachment:0 msgid "Save As Attachment Prefix" -msgstr "" +msgstr "Guardar como prefijo adjunto" #. module: base #: field:ir.cron,nextcall:0 @@ -2645,16 +2971,20 @@ msgstr "Acumulado" #. module: base #: model:res.partner.category,name:base.res_partner_category_14 msgid "Bad customers" -msgstr "" +msgstr "Clientes malos" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.idioma" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "Gráficos de pastel necesitan exactamente dos campos" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Crear en el mismo modelo" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Formato de archivo incorrecto" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Crear en el mismo modelo" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2706,7 +3039,7 @@ msgstr "Nombre" #: model:ir.actions.wizard,name:base.wizard_lang_install #: model:ir.ui.menu,name:base.menu_wizard_lang_install msgid "Load an Official Translation" -msgstr "" +msgstr "Cargar una traducción oficial" #. module: base #: selection:ir.ui.menu,icon:0 @@ -2716,6 +3049,12 @@ msgstr "STOCK_APPLY" #. module: base #: field:ir.module.module,reports_by_module:0 msgid "Reports" +msgstr "Informes" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" msgstr "" #. module: base @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "¡Error!" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Expresión regular para buscar el módulo en la biblioteca de la web:\n" -"- El primer paréntesis debe coincidir con el nombre del módulo.\n" -"- El segundo paréntesis debe coincidir con todo el número de versión.\n" -"- El último paréntesis debe coincidir con la extensión del módulo." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Traducción" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Para exportar un nuevo idioma, no seleccione un idioma." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Términos de la aplicación" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Tabla de controles de acceso" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Módulo" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Acciones" #. module: base #: selection:res.request,priority:0 @@ -2819,12 +3163,12 @@ msgstr "STOCK_COPY" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "Auto" -msgstr "" +msgstr "Auto" #. module: base #: model:res.partner.category,name:base.res_partner_category_3 msgid "Starter Partner" -msgstr "" +msgstr "Empresa joven" #. module: base #: model:ir.model,name:base.model_res_request_link @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.acciones.acc_window.vista" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Formato de archivo incorrecto" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2880,13 +3223,22 @@ msgstr "Reglas de registro" #. module: base #: wizard_view:module.lang.import,init:0 msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" -msgstr "" +msgstr "Tiene que importar un archivo .CSV codificado en UTF-8. Por favor, compruebe que la primera línea de su archivo es una de las siguientes:" #. module: base #: field:ir.report.custom.fields,groupby:0 msgid "Group by" msgstr "Agrupado por" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Categorías de empresas" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Sólo lectura" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "¡No puede eliminar el campo '%s'!" @@ -2918,7 +3270,7 @@ msgstr "Precisión de cálculo" #: model:ir.model,name:base.model_ir_actions_wizard #: selection:ir.ui.menu,action:0 msgid "ir.actions.wizard" -msgstr "ir.acciones.wizard" +msgstr "ir.acciones.asistente" #. module: base #: field:res.partner.event,document:0 @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" contiene demasiados puntos. ¡Los ids de XML no deberían contener puntos! Éstos se utilizan para referirse a datos de otros módulos, como en module.reference_id" @@ -2960,12 +3312,12 @@ msgstr "Número de cuenta" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create_line msgid "wizard.ir.model.menu.create.line" -msgstr "wizard.ir.modelo.menu.crea.linea" +msgstr "asistente.ir.modelo.menu.crea.linea" #. module: base #: field:ir.attachment,res_id:0 msgid "Attached ID" -msgstr "" +msgstr "ID archivo adjunto" #. module: base #: selection:res.partner.event,type:0 @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Día: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "¡No puede leer este documento! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Historial" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Expresión regular para buscar el módulo en la biblioteca de la web:\n" +"- El primer paréntesis debe coincidir con el nombre del módulo.\n" +"- El segundo paréntesis debe coincidir con todo el número de versión.\n" +"- El último paréntesis debe coincidir con la extensión del módulo." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Destino" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "cerrada" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Unidad de intervalo" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Días" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Valor" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Ancho fijo" msgid "Other Actions Configuration" msgstr "Configuración de otras acciones" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Conseguir máximo" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Pie de página 1 de los informes" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Ayuda" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Crear en otro modelo" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "Lista de controles de acceso" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Establece la regla global o necesita ser asignada a un grupo o usuario" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Programar para instalación" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Búsqueda avanzada" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,15 +3590,10 @@ msgstr "Búsqueda avanzada" msgid "Partners" msgstr "Empresas" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Directorio:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" -msgstr "" +msgstr "Modelo archivo adjunto" #. module: base #: field:ir.actions.server,trigger_name:0 @@ -3205,11 +3603,11 @@ msgstr "Nombre disparador" #. module: base #: wizard_button:server.action.create,step_1,create:0 msgid "Create" -msgstr "" +msgstr "Crear" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "El nombre del grupo no puede empezar con \"-\"" @@ -3247,12 +3645,12 @@ msgstr "Texto original" #: model:ir.actions.act_window,name:base.action_partner_title_contact #: model:ir.ui.menu,name:base.menu_partner_title_contact msgid "Contacts Titles" -msgstr "" +msgstr "Títulos de contactos" #. module: base #: help:res.partner.address,partner_id:0 msgid "Keep empty for a private address, not related to partner." -msgstr "" +msgstr "Dejarlo vacío para una dirección privada, no relacionada con una empresa." #. module: base #: selection:ir.translation,type:0 @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Titular de la cuenta bancaria" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Nombre del recurso" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Guarde este documento en un archivo .tgz. Este archivo contendrá %s archivos UTF-8 y puede ser subido a launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Traducir" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,16 +3725,22 @@ msgstr "Tipo de dirección" msgid "Start configuration" msgstr "Iniciar configuración" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Categoría padre" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "Id exportación" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Acciones de ventana" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Horas" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Traducción" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frecuencia" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Unidad de intervalo" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Referencias" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "Este registro mientras tanto se ha modificado" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Tenga en cuenta que esta operación puede tardar unos minutos." msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Configuración de dominio manual" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "Hasta" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Clase" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Este método ya no existe" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Árbol se puede utilizar solamente en informes tabulares" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Cuentas bancarias" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Árbol se puede utilizar solamente en informes tabulares" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Árbol" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "Manual" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3422,22 +3852,27 @@ msgstr "STOCK_CLEAR" #. module: base #: help:res.users,password:0 msgid "Keep empty if you don't want the user to be able to connect on the system." -msgstr "" +msgstr "Dejarlo vacío si no quiere que el usuario se pueda conectar en el sistema." #. module: base #: field:ir.model.access,perm_read:0 msgid "Read Access" msgstr "Permiso para leer" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Gráfico de líneas" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Nombre menú" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3447,20 +3882,25 @@ msgstr "Campo personalizado" #. module: base #: field:ir.model.fields,relation_field:0 msgid "Relation Field" -msgstr "" +msgstr "Campo relación" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Gráficos de barras necesitan al menos dos campos" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "¡El método search_memory no está implementado!" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Color tipo de letra" msgid "Server Actions" msgstr "Acciones servidor" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3504,7 +3949,7 @@ msgstr "Reglas" #: model:ir.actions.act_window,name:base.action_partner_title #: model:ir.ui.menu,name:base.menu_partner_title msgid "Titles" -msgstr "" +msgstr "Títulos" #. module: base #: wizard_view:module.upgrade,start:0 @@ -3518,6 +3963,11 @@ msgstr "Actualización del sistema realizada" msgid "Type of view" msgstr "Tipo de vista" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3526,7 +3976,7 @@ msgstr "pdf" #. module: base #: field:ir.actions.todo,start_date:0 msgid "Start Date" -msgstr "" +msgstr "Fecha inicial" #. module: base #: model:ir.actions.act_window,name:base.action_partner_address_form @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "Ruta XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Compañía" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3553,23 +4007,22 @@ msgstr "STOCK_PROPERTIES" #. module: base #: model:res.partner.category,name:base.res_partner_category_11 msgid "Textile Suppliers" -msgstr "" +msgstr "Proveedores textiles" #. module: base #: view:wizard.module.lang.export:0 msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." -msgstr "" +msgstr "El paquete de traducciones oficial de todos los módulos de OpenERP/OpenObjects son mantenidos en launchpad. Utilizamos su interfaz en línea para sincronizar todos los esfuerzos de traducción." #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Autorizar acceso al menú" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Título del informe" #. module: base #: field:ir.attachment,datas:0 msgid "File Content" -msgstr "" +msgstr "Contenido del fichero" #. module: base #: view:ir.module.module:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Nueva ventana" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "El segundo campo debería ser cifras" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Prospección comercial" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Acción padre" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "¡No se puede generar el próximo id porqué algunas empresas tienen un id alfabético!" @@ -3609,6 +4064,11 @@ msgstr "¡No se puede generar el próximo id porqué algunas empresas tienen un msgid "Unsubscribed" msgstr "No suscrito" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "Año sin la centuria: %(y)s" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3617,12 +4077,12 @@ msgstr "Número de módulos actualizados" #. module: base #: view:ir.attachment:0 msgid "Preview" -msgstr "" +msgstr "Vista previa" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Saltar paso" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.acciones.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Nombre menú" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,21 +4120,20 @@ msgid "Active Partner Events" msgstr "Eventos de empresas activas" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." -msgstr "" +msgstr "ID erróneo para el registro a mostrar, se ha obtenido %r, se esperaba un entero." #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base #: view:res.users:0 msgid "Define New Users" -msgstr "" +msgstr "Definir nuevos usuarios" #. module: base #: model:ir.actions.act_window,name:base.action_rule @@ -3696,12 +4160,12 @@ msgstr "Teléfono" #. module: base #: view:ir.sequence:0 msgid "Day of the year: %(doy)s" -msgstr "" +msgstr "Día del año: %(doy)s" #. module: base #: help:ir.actions.wizard,multi:0 msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." -msgstr "Si se fija a verdadero, el asistente no se mostrará en la barra de herramientas derecha en las vistas formulario." +msgstr "Si se fija a verdadero, el asistente no se mostrará en la barra de herramientas derecha de las vistas formulario." #. module: base #: field:workflow.transition,role_id:0 @@ -3750,7 +4214,7 @@ msgstr "Activo" #. module: base #: view:ir.module.module:0 msgid "Created Menus" -msgstr "" +msgstr "Menús creados" #. module: base #: field:ir.ui.view.custom,ref_id:0 @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "Elemento de trabajo" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Abrir una ventana" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "Los grupos se utilizan para definir permisos de acceso en cada pantalla y menú." + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "Señal (subflow.*)" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Categorías hijas" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Nombre del objeto" @@ -3823,6 +4308,8 @@ msgstr "Nombre del objeto" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Acción" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Campo" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Realizado" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Factura" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "Si se fija a verdadero, la acción no se mostrará en la barra de herramientas derecha en las vistas formulario." -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Nivel inferior" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Exportación realizada" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Tamaño" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumentos" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Compañías filiales" msgid "The Object name must start with x_ and not contain any special character !" msgstr "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter especial!" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Módulo:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Siguiente asistente" #. module: base #: selection:ir.rule,operator:0 @@ -4010,7 +4502,7 @@ msgstr "<=" #. module: base #: view:wizard.module.lang.export:0 msgid "Export Data" -msgstr "" +msgstr "Exportar datos" #. module: base #: field:workflow.triggers,instance_id:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "Instancia de destino" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "El idioma seleccionado se ha instalado correctamente. Debe cambiar las preferencias del usuario y abrir un nuevo menú para ver los cambios." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "El idioma seleccionado se ha instalado correctamente. Debe cambiar las p msgid "Menus" msgstr "Menús" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4055,17 +4552,17 @@ msgstr "Sr." #. module: base #: view:wizard.module.lang.export:0 msgid "https://translations.launchpad.net/openobject" -msgstr "" +msgstr "https://translations.launchpad.net/openobject" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3 or later version" -msgstr "" +msgstr "GPL-3 o versió posterior" #. module: base #: field:ir.actions.actions,usage:0 @@ -4082,22 +4579,20 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "¡Introduzca al menos un campo!" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Otras acciones" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" -msgstr "" +msgstr "Crear acción" #. module: base #: model:ir.model,name:base.model_workflow_workitem @@ -4124,6 +4619,12 @@ msgstr "Probabilidad (0.50)" msgid "Mobile" msgstr "Móvil" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Repetir cabecera informe" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Dirección" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Su sistema va a actualizarse." msgid "Configure User" msgstr "Configurar usuario" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nombre:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4173,7 +4669,7 @@ msgstr "IDs hijos" #. module: base #: field:ir.actions.todo,end_date:0 msgid "End Date" -msgstr "" +msgstr "Fecha final" #. module: base #: field:ir.exports,resource:0 @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Recurso" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Fecha revisión" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Código Python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "Número de CIF/NIF" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Valores" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Mapeado de campos" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "¡El método copy (copiar) no está implementado en este objeto!" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "centro" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "¡No se puede crear el archivo de módulo: %s!" @@ -4306,16 +4815,16 @@ msgid "Published Version" msgstr "Versión publicada" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "La tasa de cambio de la moneda respecto a la moneda de tasa 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Auto-refrescar" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" -msgstr "Estados" +msgstr "Provincias" #. module: base #: field:res.currency.rate,rate:0 @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Tasa" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Derecha-a-izquierda" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Ref documento 1" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Estado" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Auto-refrescar" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Acciones de ventana" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4392,7 +4902,7 @@ msgstr "ir.acciones.acc_ventana_cerrar" #. module: base #: selection:ir.actions.todo,type:0 msgid "Service" -msgstr "" +msgstr "Servicio" #. module: base #: help:ir.actions.act_window,auto_refresh:0 @@ -4408,7 +4918,7 @@ msgstr "Nombre de archivo" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Acceso" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Título del informe" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Nombre grupo" msgid "Modules to download" msgstr "Módulos a descargar" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "¡El método perm_read (leer permisos) no está implementado en este objeto!" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Compañía" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Mapeo de campo" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Fecha creación" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Email / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "Código BIC/Swift" msgid "ir.sequence" msgstr "ir.secuencia" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Acción de menú" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "No instalado" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Canal" msgid "Icon" msgstr "Icono" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Repetir perdidos" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "¡No se puede encontrar la marca '%s' en la vista padre!" @@ -4538,12 +5071,22 @@ msgstr "Vista heredada" msgid "ir.translation" msgstr "ir.traduccion" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Límite" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,10 +5100,15 @@ msgstr "Solicitudes" msgid "Or" msgstr "O" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Texto" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" -msgstr "" +msgstr "Openstuff.net" #. module: base #: model:ir.model,name:base.model_ir_rule_group @@ -4572,24 +5120,25 @@ msgstr "ir.regla.grupo" msgid "Childs" msgstr "Hijos" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Selección" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Importar / Exportar" #. module: base #: view:ir.sequence:0 msgid "Week of the year: %(woy)s" -msgstr "" +msgstr "Semana del año: %(woy)s" #. module: base #: model:ir.actions.act_window,name:base.open_module_tree_install @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Módulos instalados" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Aviso" @@ -4608,16 +5157,32 @@ msgstr "Aviso" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Operador" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Dirección de la empresa" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Exportar idioma" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" -msgstr "Error de Validación" +msgstr "Error de validación" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Acción cliente" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Importar módulo" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Versión:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Configuración del disparo" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Pie de página 1 de los informes" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "¡No puede eliminar este documento! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4681,7 +5253,7 @@ msgstr "Informe personalizado" #. module: base #: view:ir.sequence:0 msgid "Day of the week (0:Monday): %(weekday)s" -msgstr "" +msgstr "Día de la semana (0:Lunes): %(weekday)s" #. module: base #: selection:ir.actions.server,state:0 @@ -4692,7 +5264,7 @@ msgstr "Email" #: model:ir.actions.act_window,name:base.action_wizard_update_translations #: model:ir.ui.menu,name:base.menu_wizard_update_translations msgid "Resynchronise Terms" -msgstr "" +msgstr "Resincronizar términos" #. module: base #: field:ir.model.access,perm_create:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "No actualizable" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Impreso:" - -#. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not upgrade module '%s'. It is not installed." +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base +#: code:addons/base/module/module.py:0 #, python-format +msgid "Can not upgrade module '%s'. It is not installed." +msgstr "No se puede actualizar módulo '%s'. No está instalado." + +#. module: base #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "¡El método set_memory no está implementado!" @@ -4732,6 +5304,21 @@ msgstr "¡El método set_memory no está implementado!" msgid "Current Window" msgstr "Ventana actual" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Campos" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Interfaz" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Configuración" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,9 +5376,19 @@ msgstr "Código de provincia" msgid "On delete" msgstr "Al eliminar" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Responder" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" +msgstr "Año con centuria: %(year)s" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" msgstr "" #. module: base @@ -4798,6 +5396,11 @@ msgstr "" msgid "Subscribe Report" msgstr "Subscribir informe" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,34 +5416,44 @@ msgstr "Traducible" msgid "Daily" msgstr "Diario" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "En cascada" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Campo %d debería ser una cifra" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nombre de categoría" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Gantt" -msgstr "" +msgstr "Gantt" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "No implementado" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 msgid "Gold Partner" -msgstr "" +msgstr "Empresa oro" #. module: base #: model:res.partner.category,name:base.res_partner_category_15 @@ -4861,7 +5474,7 @@ msgstr "Tipo de cuenta bancaria" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Siguiente paso configuración" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4890,14 +5503,34 @@ msgstr "Elija la interfaz simplificada si está probando OpenERP por primera vez msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Descripción breve" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "Éste es el prefijo del nombre del archivo que la impresión guardará como adjunto. Dejarlo vacío para no guardar los informes impresos" + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" msgstr "" #. module: base @@ -4910,11 +5543,27 @@ msgstr "Nombre provincia" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Su logo – Utilice un tamaño de 450x150 píxeles aprox." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "Ha ocurrido un error mientras se validaba el campo(s) %s: %s" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Costo planeado" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "A5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Calendario" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Mensaje" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,16 +5591,10 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.acciones.informe.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." -msgstr "" +msgstr "Para mejorar algunos términos de las traducciones oficiales de OpenERP, debería modificar los términos directamente en la interfaz web de launchpad. Si realiza ficheros de traducciones para su propio módulo, puede publicar también toda su traducción a la vez." #. module: base #: view:res.users:0 @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Gráfico" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Última versión" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Iniciar la instalación" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Descripción de campos" +#: selection:res.request,state:0 +msgid "closed" +msgstr "cerrada" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Dependencias de módulos" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "¡El método name_get (obtener nombre) no está implementado en este objeto!" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,10 +5660,15 @@ msgstr "Aplicar actualizaciones programadas" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" -msgstr "" +msgstr "Empresas OpenERP" #. module: base #: view:res.config.view:0 @@ -5043,7 +5689,7 @@ msgstr "Acción servidor" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3" -msgstr "" +msgstr "GPL-3" #. module: base #: field:ir.actions.act_window_close,name:0 @@ -5057,7 +5703,7 @@ msgstr "Nombre de acción" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Progreso de la configuración" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,13 +5712,14 @@ msgstr "Pie de página 2 de los informes" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "Email" #. module: base #: wizard_view:module.lang.import,init:0 msgid "module,type,name,res_id,src,value" -msgstr "" +msgstr "module,type,name,res_id,src,value" #. module: base #: model:ir.model,name:base.model_res_groups @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Importar un archivo de traducción" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transiciones entrantes" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Títulos empresa" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Definición dominio simple" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5153,12 +5810,17 @@ msgstr "Términos no traducibles" #. module: base #: view:ir.actions.server:0 msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "Si utiliza un tipo fórmula, introduzca una expresión Python que incluya la variable 'object'." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" -msgstr "wizard.ir.modelo.menu.crea" +msgstr "asistente.ir.modelo.menu.crea" #. module: base #: view:workflow.transition:0 @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "CIF/NIF" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Términos de la aplicación" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Filtro" msgid "Access Menu" msgstr "Acceso a menús" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "Objeto del disparo" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.empresa.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Error" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Categorías de empresas" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Código secuencia" msgid "active" msgstr "activa" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Grado de satisfacción de empresa" msgid "Bank Accounts" msgstr "Cuentas bancarias" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "Archivo TGZ" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,8 +5962,13 @@ msgstr "Prefijo" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_company @@ -5308,11 +5981,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "Mapeo de campos" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Ref. tabla" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5321,7 +5989,7 @@ msgstr "Ref. tabla" #: wizard_button:module.upgrade,end,end:0 #: view:wizard.module.lang.export:0 msgid "Close" -msgstr "Cerrado" +msgstr "Cerrar" #. module: base #: field:ir.sequence,name:0 @@ -5337,12 +6005,12 @@ msgstr "res.solicitud.historial" #. module: base #: constraint:res.partner:0 msgid "The VAT doesn't seem to be correct." -msgstr "El IVA no parece estar correcto." +msgstr "El CIF/NIF no parece estar correcto." #. module: base #: view:ir.sequence:0 msgid "Hour 00->12: %(h12)s" -msgstr "" +msgstr "Hora 00->12: %(h12)s" #. module: base #: field:res.currency,rate:0 @@ -5359,10 +6027,15 @@ msgstr "Configurar vista simple" msgid "Start Upgrade" msgstr "Iniciar actualización" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" -msgstr "" +msgstr "Clientes importantes" #. module: base #: field:res.partner.som,factor:0 @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Calcular suma" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumentos" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Módulo" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Función" msgid "Error! You can not create recursive companies." msgstr "¡Error! No se pueden crear compañías recursivas." +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "¡Por favor, introduzca la dirección de correo electrónico de la empresa!" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "res.config.vista" msgid "Description" msgstr "Descripción" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "La operación no es válida." - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Importar / Exportar" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Titular de la cuenta" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Historial de solicitudes" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "El valor \"%s\" para el campo \"%s\" no está en la selección" @@ -5484,16 +6161,23 @@ msgstr "XSL:RML automático" #. module: base #: field:ir.attachment,preview:0 msgid "Image Preview" -msgstr "" +msgstr "Vista previa de la imagen" #. module: base #: view:workflow.workitem:0 msgid "Workflow Workitems" msgstr "Elementos del flujo de trabajo" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Contraseña" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Rol" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Exportar idioma" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Cliente" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Sobre un mismo objeto, las reglas múltiples se asocian usando el operador OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5550,7 +6234,7 @@ msgstr "Enviar Email" #. module: base #: wizard_view:module.lang.import,init:0 msgid "You can also import .po files." -msgstr "" +msgstr "También puede importar ficheros .po" #. module: base #: wizard_view:base.module.import,import:0 @@ -5575,7 +6259,7 @@ msgstr "No subscribir informe" #. module: base #: view:ir.sequence:0 msgid "Hour 00->24: %(h24)s" -msgstr "" +msgstr "Hora 00->24: %(h24)s" #. module: base #: constraint:res.partner.category:0 @@ -5592,11 +6276,16 @@ msgstr "Crear objeto" msgid "a4" msgstr "A4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new msgid "New Partner" -msgstr "" +msgstr "Nueva empresa" #. module: base #: wizard_view:module.lang.install,start:0 @@ -5611,7 +6300,7 @@ msgstr "STOCK_JUSTIFY_RIGHT" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 msgid "Prospect" -msgstr "" +msgstr "Prospección" #. module: base #: model:ir.model,name:base.model_res_partner_function @@ -5647,17 +6336,32 @@ msgstr "" msgid "Sequence" msgstr "Secuencia" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Importar idioma" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." -msgstr "" +msgstr "Utilizado para seleccionar automáticamente la dirección correcta según el contexto en documentos de ventas y compras." #. module: base #: help:ir.cron,numbercall:0 msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" -msgstr "Número de veces que la función es llamada,\n" -"un número negativo indica que será llamada siempre." +msgstr "Número de veces que la función se ejecutará,\n" +"un número negativo indica que se ejecutará siempre." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" #. module: base #: field:ir.report.custom,footer:0 @@ -5690,15 +6394,20 @@ msgid "Cancel Install" msgstr "Cancelar instalación" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Verifique que todas las líneas tengan %d columnas" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Importar idioma" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/et_ET.po b/bin/addons/base/i18n/et_ET.po index 6ca89898f7a..077dcb943f6 100644 --- a/bin/addons/base/i18n/et_ET.po +++ b/bin/addons/base/i18n/et_ET.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:56:35+0000\n" -"PO-Revision-Date: 2008-11-28 16:56:35+0000\n" +"POT-Creation-Date: 2008-12-22 17:54:38+0000\n" +"PO-Revision-Date: 2008-12-22 17:54:38+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Planeeritud Toimingud" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "See abiline leiab uued terminid rakenduses nii, et sa saad neid uuendada msgid "Outgoing transitions" msgstr "Väljuvad siirded" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "SMS Sõnum" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Loo Mudel" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Vahele jäetud" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Sa ei saa luua seda tüüpi dokumenti! (%s)" @@ -166,7 +181,7 @@ msgstr "Töövoog" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Moodulite Kategooriad" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,13 +218,18 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Pole alanud" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Päis/jalus" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "kinnitus" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Tavaline" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Sisenevad siirded" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "Iga aasta" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Järelliide" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,10 +375,18 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Toimingud" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 @@ -378,6 +420,17 @@ msgstr "Siirded" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "" @@ -432,6 +484,7 @@ msgstr "" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Olek" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Ettevõtte struktuur" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Märkmed" msgid "All terms" msgstr "Kõik terminid" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Üldine" msgid "Wizard info" msgstr "Nõustaja info" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Vorm" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Muud toimingud" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Viit" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Veeb" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "uus" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Uuendamist ootavad" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Ülemkategooria" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Kontakti nimi" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Varamud" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Salasõna ei klapi !" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Kontakt" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,8 +739,13 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base @@ -697,6 +753,11 @@ msgstr "" msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Suurus" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Signatuur" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Toimingu olek" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Välja nimi" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Testi" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "Uued moodulid" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Piirang" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Vaikimisi" @@ -955,11 +1045,21 @@ msgstr "Kohustuslik" msgid "Country Code" msgstr "Riigi kood" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Jätka" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Kokkuvõte" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Panga tüüp" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Päis/jalus" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Päringute ajalugu" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Partneri kontaktid" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Aadress" #. module: base #: help:res.country,code:0 @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "Müügid ja ostud" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Nõustaja" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "Keele nimi" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "Aruande väljad" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "Jada tüüp" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "Uuenda moodulite nimekirja" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Tegevused" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,27 +1418,39 @@ msgstr "Päring" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Püstpaigutus" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Mudel" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Teade" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Kalender" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "Keelefail laetud." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Vaade" @@ -1325,6 +1471,11 @@ msgstr "Vaade" msgid "Modules to update" msgstr "Uuendatavad moodulid" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "Preili" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "Jadad" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Pangakonto" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "Sihtnumber" msgid "Author" msgstr "Autor" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,21 +1628,27 @@ msgid "Supplier" msgstr "Tarnija" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Tõlgi" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "Sisu" msgid "Direction" msgstr "Suund" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Vaated" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Proovid eemaldada moodulit, mis on juba paigaldatud või alles paigaldamisel" @@ -1529,9 +1714,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Menüü tegevus" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Töövood" @@ -1573,6 +1756,11 @@ msgstr "Töövood" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "Trükivorming" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Lihtsustatud kasutajaliides" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "Trükivorming" msgid "Payment term" msgstr "Maksetähtaeg" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Kasutajaliides - Vaated" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Ligipääsuõigused" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Partneri aadress" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Kategooria nimi" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Teema" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "Globaalne" msgid "From" msgstr "Saatja" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Jaemüüja" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Saada" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "Seadistamisnõustajad" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "TGZ arhiiv" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,9 +2061,10 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Vasakult paremale" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Salasõna sisestamata !" @@ -1892,6 +2130,12 @@ msgstr "Salasõna sisestamata !" msgid "RML Header" msgstr "RML päis" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "Puudub" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "Moodulite Varamu" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "Turvalisus" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "Tänav" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,14 +2314,19 @@ msgid "Channel Name" msgstr "Kanali nimi" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Lihtsustatud kasutajaliides" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "Järgmine number" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "Riik" msgid "Rates" msgstr "Kursid" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Vasta" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2218,7 +2502,7 @@ msgstr "" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Andmed" #. module: base #: selection:ir.translation,type:0 @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "Partnerid kategooriate kaupa" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,9 +2595,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Saada" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Vigane päring." @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "Välja nimi" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,9 +2704,15 @@ msgid "Action Url" msgstr "Tegevuse URL" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Sagedus" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Ettevõtte struktuur" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "Suhe" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "Moodulite haldus" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informatsioon" @@ -2511,7 +2819,7 @@ msgstr "" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Järgmine Seadistamisnõustaja" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2525,9 +2833,10 @@ msgid "Meta Datas" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Kohandatud" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Partnerid: " @@ -2546,6 +2855,11 @@ msgstr "Partnerid: " msgid "Other" msgstr "Muu" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "Rolli nimi" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Tegevused" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "kinnitus" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "Tühista uuendus" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Vigane failiformaat" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Viga !" @@ -2754,11 +3093,13 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" msgstr "" #. module: base @@ -2767,8 +3108,14 @@ msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,12 +3135,12 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Moodul" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Tegevused" #. module: base #: selection:res.request,priority:0 @@ -2837,10 +3184,9 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Vigane failiformaat" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Partneri kategooriad" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "Päev: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "Ajalugu" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,9 +3385,14 @@ msgid "Destination" msgstr "Sihtkoht" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "suletud" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Intervalli ühik" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Väärtus" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "Fikseeritud laius" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "Abi" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "Planeeri paigaldamisele" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "Laiendatud otsing" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "Laiendatud otsing" msgid "Partners" msgstr "Partnerid" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Kataloog:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "Grupi nimi ei tohi alata \"-\" märgiga" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "Pangakonto omanik" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Tõlgi" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Aadressi tüüp" msgid "Start configuration" msgstr "Alusta seadistamist" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Ülemkategooria" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,14 +3743,14 @@ msgid "Hours" msgstr "Tunnid" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Sagedus" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Intervalli ühik" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3348,11 +3763,16 @@ msgid "References" msgstr "Viited" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "Saaja" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Pangakontod" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "Puu" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,15 +3854,20 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Menüü nimi" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "Fondi värv" msgid "Server Actions" msgstr "Serveri tegevused" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,9 +3986,13 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Firma" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Aruande pealkiri" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "Uus aken" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3617,7 +4077,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Jäta vahele" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Menüü nimi" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr ">" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "Ava aken" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Objekti nimi" @@ -3818,6 +4303,8 @@ msgstr "Objekti nimi" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Tegevus" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "Väli" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3906,7 +4403,7 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Valmis" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3925,11 +4422,6 @@ msgstr "Arve" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,9 +4444,14 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Suurus" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumendid" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3974,15 +4471,10 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "Objekti nimi peab algama x_'ga ja ei tohi sisaldada ühtegi erisümbolit !" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Moodul:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Järgmine nõustaja" #. module: base #: selection:ir.rule,operator:0 @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "Menüüd" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Tõenäosus (0.50)" msgid "Mobile" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,9 +4631,9 @@ msgid "Repeat Header" msgstr "" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Aadress" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nimi:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "Ressurss" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "Käibemaksukohuslase number" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Väärtused" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Automaatne värskendus" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Osariigid" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "Kurss" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Paremalt vasakule" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -4375,9 +4884,10 @@ msgid "Status" msgstr "Olek" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Automaatne värskendus" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4403,7 +4913,7 @@ msgstr "Failinimi" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Juurdepääs" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Aruande pealkiri" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "Grupi nimi" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "Faks" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,30 +4969,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Firma" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "E-post / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "BIC/SWIFT kood" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Menüü tegevus" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Pole paigaldatud" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Kanal" msgid "Icon" msgstr "Ikoon" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Tekst" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,19 +5115,20 @@ msgstr "" msgid "Childs" msgstr "" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Valik" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Import / Eksport" #. module: base #: view:ir.sequence:0 @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "Paigaldatud moodulid" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Hoiatus" @@ -4603,14 +5152,30 @@ msgstr "Hoiatus" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Operaator" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Partneri aadress" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Ekspordi keel" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "Impordi moodul" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Versioon:" - -#. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "Pole uuendatav" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Trükitud:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "Väljad" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Kasutajaliides" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Seadistus" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Osariigi kood" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Vasta" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "Tõlgitav" msgid "Daily" msgstr "Igapäevane" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "Kaskaad" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Kategooria nimi" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Pole teostatud" @@ -4856,7 +5469,7 @@ msgstr "Pangakonto tüüp" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Järgmine seadistamise samm" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "Osariigi nimi" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Kalender" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Teade" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,9 +5610,9 @@ msgid "Graph" msgstr "Graafik" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Uusim versioon" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4988,9 +5630,9 @@ msgid "Start installation" msgstr "Alusta paigaldust" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "" +#: selection:res.request,state:0 +msgid "closed" +msgstr "suletud" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "Paigalda valitud uuendused" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5052,7 +5698,7 @@ msgstr "Toimingu nimi" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Konfigureerimise edenemine" #. module: base #: field:res.company,rml_footer2:0 @@ -5061,6 +5707,7 @@ msgstr "Aruande jalus 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "E-post" @@ -5127,11 +5774,16 @@ msgid "Import a Translation File" msgstr "Impordi tõlkefail" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Sisenevad siirded" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "Partnerite tiitlid" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "Käibemaks" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,29 +5847,36 @@ msgstr "Filter" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Viga" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Partneri kategooriad" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5226,6 +5894,11 @@ msgstr "Jada kood" msgid "active" msgstr "aktiivne" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "Partneri meelelolu" msgid "Bank Accounts" msgstr "Pangakonto" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "TGZ arhiiv" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "Prefiks" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "Alusta uuendust" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "Arvuta summa" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumendid" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Moodul" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "Funktsioon" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "Kirjeldus" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Import / Eksport" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "Konto omanik" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Päringute ajalugu" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Töövoo tööesemed" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Salasõna" @@ -5499,9 +6183,9 @@ msgid "Role" msgstr "Roll" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Ekspordi keel" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "Klient" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "Loo objekt" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "Jada" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Impordi keel" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,15 +6388,20 @@ msgid "Cancel Install" msgstr "Katkesta paigaldamine" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Palun konrolli, et kõigil ridadel oleks %d veerud." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Impordi keel" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/fr_FR.po b/bin/addons/base/i18n/fr_FR.po index 94d3a7e86ba..cac21df8cff 100644 --- a/bin/addons/base/i18n/fr_FR.po +++ b/bin/addons/base/i18n/fr_FR.po @@ -4,17 +4,16 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:09+0000\n" -"PO-Revision-Date: 2008-12-17 16:29+0000\n" -"Last-Translator: Olivier Laurent \n" +"POT-Creation-Date: 2008-12-22 17:55:18+0000\n" +"PO-Revision-Date: 2008-12-22 17:55:18+0000\n" +"Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2008-12-17 16:52+0000\n" -"X-Generator: Launchpad (build Unknown)\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" #. module: base #: model:ir.actions.act_window,name:base.ir_cron_act @@ -23,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Actions Planifiées" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -45,12 +54,8 @@ msgstr "Inconnu" #. module: base #: view:wizard.module.update_translations:0 -msgid "" -"This wizard will detect new terms in the application so that you can update " -"them manually." -msgstr "" -"Cet assistant détectera les nouveaux termes dans l'application, ainsi, " -"vous pourrez les mettre à jour manuellement." +msgid "This wizard will detect new terms in the application so that you can update them manually." +msgstr "Cet assistant détectera les nouveaux termes dans l'application, ainsi, vous pourrez les mettre à jour manuellement." #. module: base #: field:workflow.activity,out_transitions:0 @@ -58,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "Transitions sortante" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -96,9 +106,9 @@ msgid "SMS Message" msgstr "Message SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Créer un modèle" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -171,7 +181,7 @@ msgstr "Diagramme de flux" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -182,8 +192,7 @@ msgstr "Objet" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" -"Pour parcourir les traductions officielles, vous pouvez visiter ce lien: " +msgstr "Pour parcourir les traductions officielles, vous pouvez visiter ce lien: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree @@ -191,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Catégories de modules" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -206,6 +225,11 @@ msgstr "Non démarré" msgid "Minute: %(min)s" msgstr "Minute: %(min)s" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "En-tête/Pied de page" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -214,7 +238,7 @@ msgstr "STOCK_ZOOM_100" #. module: base #: model:ir.model,name:base.model_res_partner_bank_type_field msgid "Bank type fields" -msgstr "" +msgstr "Type de champ bank" #. module: base #: wizard_view:module.lang.import,init:0 @@ -222,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -257,26 +281,20 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "" +msgstr "Vues crées" #. module: base #: selection:res.request,priority:0 msgid "Normal" msgstr "Normal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Transitions entrante" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -306,8 +324,8 @@ msgid "Yearly" msgstr "Annuel" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -321,6 +339,16 @@ msgstr "Suffixe" msgid "The unlink method is not implemented on this object !" msgstr "La méthode de suppression n'est pas implémenté sur cette objet !" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -332,8 +360,8 @@ msgid "Target Window" msgstr "Fenêtre Cible" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -347,15 +375,23 @@ msgid "Tabular" msgstr "Tabulation" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Activités" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 msgid "Start On" -msgstr "" +msgstr "Commencer" #. module: base #: rml:ir.module.reference:0 @@ -384,6 +420,17 @@ msgstr "Transitions" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -418,7 +465,7 @@ msgstr "Contact du prospet" #. module: base #: constraint:ir.ui.view:0 msgid "Invalid XML for View Architecture!" -msgstr "XML non valide pour l'architecture de la vue!" +msgstr "XML non valide pour l'architecture de la vue" #. module: base #: field:ir.report.custom,sortby:0 @@ -428,7 +475,6 @@ msgstr "Trier par" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Type de Rapport" @@ -438,6 +484,7 @@ msgstr "Type de Rapport" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -449,10 +496,10 @@ msgid "State" msgstr "État" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Structure de la société" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -460,9 +507,9 @@ msgid "Other proprietary" msgstr "Autre License Propriétaire" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "Courriel / GSM" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -479,11 +526,6 @@ msgstr "Notes" msgid "All terms" msgstr "Tous les termes" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "Courriel par défaut" - #. module: base #: view:res.partner:0 msgid "General" @@ -492,6 +534,11 @@ msgstr "Générale" #. module: base #: field:ir.actions.wizard,name:0 msgid "Wizard info" +msgstr "Information assistant" + +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" msgstr "" #. module: base @@ -515,11 +562,8 @@ msgstr "Impossible de définir la colonne %s. Mot clé réservé !" #. module: base #: help:ir.ui.menu,groups_id:0 -msgid "" -"If you put groups, the visibility of this menu will be based on these " -"groups. If this field is empty, Open ERP will compute visibility based on " -"the related object's read access." -msgstr "" +msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." +msgstr "Si vous mettez des groupes, la visibilité du menu sera basée sur ces groupes. Si le champs est vide, Open ERP calculera la visibilité sur l'accès en lecture de l'object." #. module: base #: field:workflow.transition,act_to:0 @@ -531,11 +575,6 @@ msgstr "Activité de Destination" msgid "Open Source Service Company" msgstr "Société de Service Open Source" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Autres actions" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" @@ -563,9 +602,9 @@ msgid "Link" msgstr "Lien" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base #: code:addons/base/module/wizard/wizard_export_lang.py:0 @@ -583,6 +622,11 @@ msgstr "STOCK_GOTO_TOP" #: field:ir.actions.report.xml,multi:0 #: field:ir.actions.act_window.view,multi:0 msgid "On multiple doc." +msgstr "Sur de multiple document" + +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." msgstr "" #. module: base @@ -598,7 +642,7 @@ msgstr "ir.ui.view" #. module: base #: field:ir.report.custom.fields,report_id:0 msgid "Report Ref" -msgstr "" +msgstr "réf rapport" #. module: base #: selection:ir.ui.menu,icon:0 @@ -617,11 +661,9 @@ msgid "To be upgraded" msgstr "À mettre à jour" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Catégorie Parent." +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -636,12 +678,8 @@ msgstr "Nom du Contact" #. module: base #: code:addons/base/module/wizard/wizard_export_lang.py:0 #, python-format -msgid "" -"Save this document to a %s file and edit it with a specific software or a " -"text editor. The file encoding is UTF-8." -msgstr "" -"Sauvegardez ce document dans un fichier %s et éditez le avec un logiciel " -"spécifique ou un éditeur de texte. L'encodage du fichier est UTF-8." +msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." +msgstr "Sauvegardez ce document dans un fichier %s et éditez le avec un logiciel spécifique ou un éditeur de texte. L'encodage du fichier est UTF-8." #. module: base #: view:ir.module.module:0 @@ -669,9 +707,7 @@ msgstr "Contact" #: code:addons/base/module/module.py:0 #, python-format msgid "This url '%s' must provide an html file with links to zip modules" -msgstr "" -"Cette URL '%s' doit fournir un fichier html avec les liens vers les modules " -"au format zip" +msgstr "Cette URL '%s' doit fournir un fichier html avec les liens vers les modules au format zip" #. module: base #: model:ir.ui.menu,name:base.next_id_15 @@ -703,15 +739,25 @@ msgid "View Ref." msgstr "Voir la Réf." #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Réf. table" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "Les Rôles sont utilisés pour définir les actions disponibles, fournies par les diagrammes de flux." + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,23 +778,23 @@ msgstr "En-tête de rapport" #. module: base #: view:ir.rule:0 msgid "If you don't force the domain, it will use the simple domain setup" -msgstr "" -"Si vous ne forcez pas le domaine, il utilisera la configuration du domaine " -"simplifiée." +msgstr "Si vous ne forcez pas le domaine, il utilisera la configuration du domaine simplifiée." #. module: base #: model:res.partner.title,name:base.res_partner_title_pvt_ltd msgid "Corp." -msgstr "" +msgstr "Corp." #. module: base #: model:res.partner.category,name:base.res_partner_category_16 msgid "Telecom sector" -msgstr "Secteur Telecom" +msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -759,6 +805,11 @@ msgstr "Type d'action" msgid "Default limit for the list view" msgstr "Limite par défaut de la vue 'liste'" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "Segmentation" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -769,6 +820,11 @@ msgstr "ir.server.object.lines" msgid "Source Object" msgstr "Objet Source" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Taille" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -802,6 +858,11 @@ msgstr "Cochez cette case si le partenaire est un client." msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -813,11 +874,6 @@ msgstr "Signature" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "État des Actions" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -825,6 +881,7 @@ msgstr "Nom du champ" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -838,8 +895,7 @@ msgstr "Modules non installés" #. module: base #: help:res.partner.category,active:0 -msgid "" -"The active field allows you to hide the category, without removing it." +msgid "The active field allows you to hide the category, without removing it." msgstr "Le champ Actif permet de cacher la catégorie, sans l'effacer" #. module: base @@ -861,14 +917,8 @@ msgstr "Sélectionnez le Type d'Action" #. module: base #: code:addons/base/module/wizard/wizard_export_lang.py:0 #, python-format -msgid "" -"Save this document to a .CSV file and open it with your favourite " -"spreadsheet software. The file encoding is UTF-8. You have to translate the " -"latest column before reimporting it." -msgstr "" -"Sauvegarder ce document dans un fichier CSV et ouvrez le dans votre tableur " -"favori. Le fichier est encodé en UTF-8. Vous devez traduire la dernière " -"colonne avant de la réimporter." +msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." +msgstr "Sauvegarder ce document dans un fichier CSV et ouvrez le dans votre tableur favori. Le fichier est encodé en UTF-8. Vous devez traduire la dernière colonne avant de la réimporter." #. module: base #: model:ir.actions.act_window,name:base.action_currency_form @@ -884,13 +934,8 @@ msgstr "Configuration" #. module: base #: help:res.partner,lang:0 -msgid "" -"If the selected language is loaded in the system, all documents related to " -"this partner will be printed in this language. If not, it will be english." -msgstr "" -"Si la langue chargée dans le système est l'anglais, tous les documents liés " -"à ce partenaire seront imprimés dans cette langue. Sinon, ils seront imprimé " -"en anglais." +msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." +msgstr "Si la langue chargée dans le système est l'anglais, tous les documents liés à ce partenaire seront imprimés dans cette langue. Sinon, ils seront imprimé en anglais." #. module: base #: selection:ir.ui.menu,icon:0 @@ -902,10 +947,15 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Objet Personalisé" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" -msgstr "" +msgstr "Recherche toujours possible" #. module: base #: selection:ir.model.fields,state:0 @@ -922,32 +972,37 @@ msgstr "Identifiant utilisateur" msgid "Test" msgstr "Test" +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + #. module: base #: code:addons/base/res/res_user.py:0 #, python-format -msgid "" -"You can not remove the admin user as it is used internally for resources " -"created by OpenERP (updates, module installation, ...)" -msgstr "" -"Vous ne pouvez pas supprimer l'utilisateur 'admin' car il est utilisé en " -"interne pour les ressources créées par OpenERP (mises à jour, installation " -"de module, ...)" +msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" +msgstr "Vous ne pouvez pas supprimer l'utilisateur 'admin' car il est utilisé en interne pour les ressources créées par OpenERP (mises à jour, installation de module, ...)" #. module: base #: wizard_view:module.module.update,update:0 msgid "New modules" msgstr "Nouveaux modules" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 msgid "SXW content" -msgstr "" +msgstr "Contenu du SXW" #. module: base #: field:ir.default,ref_id:0 msgid "ID Ref." -msgstr "" +msgstr "ID Réf" #. module: base #: help:res.partner.address,active:0 @@ -974,6 +1029,7 @@ msgid "Constraint" msgstr "Contrainte" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Défaut" @@ -989,11 +1045,21 @@ msgstr "Requis" msgid "Country Code" msgstr "Code du pays" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Continuer" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Sommaire" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -1004,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -1017,9 +1088,9 @@ msgid "undefined get method !" msgstr "Méthode 'get' non définie !" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "En-tête/Pied de page" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base #: code:osv/orm.py:0 @@ -1028,16 +1099,14 @@ msgid "The read method is not implemented on this object !" msgstr "La méthode 'read' n'est pas implémentée dans cet objet !" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "historique des Requêtes" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "La langue sélectionnée a été installée avec succès. Vous devez changer les préférences de l'utlisateur et ouvrir un nouveau menu pour voir les changements." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" -"Les Rôles sont utilisés pour définir les actions disponibles, fournies par " -"les diagrammes de flux." #. module: base #: selection:ir.ui.menu,icon:0 @@ -1052,9 +1121,14 @@ msgid "Partner Events" msgstr "Évènements Partenaire" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" -msgstr "Texte" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1104,17 +1178,15 @@ msgid "Partner contacts" msgstr "Contacts partenaires" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "Objet Déclencheur" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Adresse" #. module: base #: help:res.country,code:0 -msgid "" -"The ISO country code in two chars.\n" +msgid "The ISO country code in two chars.\n" "You can use this field for quick search." -msgstr "" -"Le code ISO du pays en deux caractères.\n" +msgstr "Le code ISO du pays en deux caractères.\n" "Vous pouvez utiliser ce champ pour effectuer une recherche rapide." #. module: base @@ -1134,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Ventes & Achats" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Assistant" @@ -1155,7 +1225,7 @@ msgstr "STOCK_REVERT_TO_SAVED" #. module: base #: field:res.partner.event,event_ical_id:0 msgid "iCal id" -msgstr "" +msgstr "ID iCal" #. module: base #: wizard_field:module.lang.import,init,name:0 @@ -1163,9 +1233,11 @@ msgid "Language name" msgstr "Nom de la langue" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1180,11 +1252,18 @@ msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Les champs personalisés doivent avoir un nom qui commence par 'x_' !" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Coût Prévu" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "La méthode 'create' n'est pas implémentée dans cet objet !" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1206,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Exporter" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Description du Modèle" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1219,13 +1308,18 @@ msgstr "Envoi de SMS Par Lots" #. module: base #: selection:wizard.module.lang.export,state:0 msgid "get" -msgstr "" +msgstr "obtenir" #. module: base #: view:ir.report.custom.fields:0 msgid "Report Fields" msgstr "Champs Rapport" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1239,12 +1333,12 @@ msgstr "Graphique en Camembert" #. module: base #: field:workflow.transition,trigger_expr_id:0 msgid "Trigger Expression" -msgstr "" +msgstr "Expression de déclenchement" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" -msgstr "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1261,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Type de Séquence" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1287,6 +1387,11 @@ msgstr "Mettre à jour la Liste des Modules" msgid "Configure simple view" msgstr "Configurer la vue simple" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1302,13 +1407,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Actions" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1321,11 +1419,22 @@ msgstr "Requête" msgid "Mode of view" msgstr "Mode de Vue" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "La méthode 'name_get' n'est pas implémentée sur cet objet !" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Portrait" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" @@ -1334,18 +1443,15 @@ msgstr "Modèle" #. module: base #: code:addons/base/module/module.py:0 #, python-format -msgid "" -"You try to install a module that depends on the module: %s.\n" -"But this module is not available in your system." +msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" -"Vous essayez d'installer un module qui dépend du module: %s\n" -"Mais ce module n'est pas disponible sur votre système." #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Calendrier" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1353,12 +1459,10 @@ msgid "Language file loaded." msgstr "Fichier de Langue chargé" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Vue" @@ -1368,6 +1472,11 @@ msgstr "Vue" msgid "Modules to update" msgstr "Modules à mettre à jour" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Mettre à jour la Date" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1379,10 +1488,15 @@ msgstr "Mademoiselle" msgid "Activity" msgstr "Activité" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1439,6 +1553,11 @@ msgstr "Ajouter un utilisateur" msgid "Trigger Date" msgstr "Date de déclenchement" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1446,15 +1565,10 @@ msgstr "ir.actions.configuration.wizard" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Compte banquaire" -#. module: base -#: code:addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Avertissement: un champ relation utilise un objet inconnu" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1472,6 +1586,16 @@ msgstr "Code Postal" msgid "Author" msgstr "Auteur" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Description des Champs" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1490,7 +1614,7 @@ msgstr "Non Installable" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_QUESTION" -msgstr "" +msgstr "STOCK_DIALOG_QUESTION" #. module: base #: selection:ir.actions.server,state:0 @@ -1507,21 +1631,23 @@ msgstr "Fournisseur" #. module: base #: code:report/custom.py:0 #, python-format -msgid "" -"The sum of the data (2nd field) is null.\n" -"We can't draw a pie chart !" +msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Traduire" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 -msgid "" -"Access all the fields related to the current object using expression in " -"double brackets, i.e. [[ object.partner_id.name ]]" +msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "Accède a tous les champs relations de l'objet courant en utilisant une expression à double crochet, ex: [[ object.partner_id.name ]]" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" msgstr "" #. module: base @@ -1534,17 +1660,30 @@ msgstr "Corps" msgid "Direction" msgstr "Direction" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.module.update_translations" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Vues" @@ -1568,8 +1707,7 @@ msgstr "STOCK_SELECT_FONT" #: code:addons/base/module/module.py:0 #, python-format msgid "You try to remove a module that is installed or will be installed" -msgstr "" -"Vous essayez d'enlever un module qui est installé ou qui va être installé" +msgstr "Vous essayez d'enlever un module qui est installé ou qui va être installé" #. module: base #: rml:ir.module.reference:0 @@ -1577,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Action du Menu" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1604,19 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#: code:addons/base/module/module.py:0 -#, python-format -msgid "" -"Can not create the module file:\n" -" %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" -"Impossible de créer le fichier du module:\n" -" %s" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Diagramme de Flux" @@ -1625,6 +1757,11 @@ msgstr "Diagramme de Flux" msgid "Object id" msgstr "Identifiant de l'objet" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1655,15 +1792,20 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" -msgstr "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" +msgstr "" #. module: base #: field:ir.report.custom,print_format:0 msgid "Print format" msgstr "Format d'impression" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Interface Simplifiée" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1671,10 +1813,15 @@ msgstr "Format d'impression" msgid "Payment term" msgstr "Terme du Paiement" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" -msgstr "" +msgstr "Réf Document 2" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1686,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Obtenir le Fichier" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1698,11 +1855,9 @@ msgstr "res.roles" #. module: base #: help:ir.cron,priority:0 -msgid "" -"0=Very Urgent\n" +msgid "0=Very Urgent\n" "10=Not urgent" -msgstr "" -"0=Très Urgent\n" +msgstr "0=Très Urgent\n" "10=Pas Urgent" #. module: base @@ -1710,11 +1865,6 @@ msgstr "" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interface Utilisateur - Vues" - #. module: base #: view:res.groups:0 #: view:ir.model:0 @@ -1722,11 +1872,14 @@ msgid "Access Rights" msgstr "Droits d'accès" #. module: base -#: help:ir.actions.report.xml,report_rml:0 -msgid "" -"The .rml path of the file or NULL if the content is in report_rml_content" +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." msgstr "" -"Le chemin vers le .rml ou NULL si le contenu est dans le report_rml_content" + +#. module: base +#: help:ir.actions.report.xml,report_rml:0 +msgid "The .rml path of the file or NULL if the content is in report_rml_content" +msgstr "Le chemin vers le .rml ou NULL si le contenu est dans le report_rml_content" #. module: base #: view:res.users:0 @@ -1747,12 +1900,17 @@ msgstr "STOCK_MEDIA_RECORD" #. module: base #: selection:ir.rule,operator:0 msgid "child_of" +msgstr "child_of" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Adresse du Partenaire" +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base #: code:addons/base/ir/ir_model.py:0 @@ -1761,9 +1919,21 @@ msgid "You can not remove the model '%s' !" msgstr "Vous ne pouvez pas enlever le modèle '%s' !" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nom de la catégorie" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1772,6 +1942,7 @@ msgstr "champ enfant1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Objet" @@ -1793,11 +1964,22 @@ msgstr "Global" msgid "From" msgstr "De" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Cette méthode n'existe plus" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Détaillant" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Envoyer" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1809,13 +1991,18 @@ msgid "Configuration Wizards" msgstr "Assistantes de Configuration" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Archive TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" +msgstr "Mettre NULL" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" msgstr "" #. module: base @@ -1851,14 +2038,9 @@ msgid "Defined Reports" msgstr "Rapports Définis" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Activité Source" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "Pièce jointe" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1881,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Notez que cette opération peut prendre quelques minutes." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "de gauche à droite" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Opération non valide" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1915,7 +2098,7 @@ msgstr "STOCK_SAVE_AS" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Not Searchable" -msgstr "" +msgstr "Recherche impossible" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1925,7 +2108,7 @@ msgstr "STOCK_DND" #. module: base #: field:ir.sequence,padding:0 msgid "Number padding" -msgstr "" +msgstr "Remplissage" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1949,6 +2132,12 @@ msgstr "Mot de passe vide !" msgid "RML Header" msgstr "En-tête RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "La méthode 'copy' n'est pas implémentée dans cet objet !" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1974,7 +2163,7 @@ msgstr "diagramme de flux" #. module: base #: wizard_field:res.partner.sms_send,init,app_id:0 msgid "API ID" -msgstr "" +msgstr "API ID" #. module: base #: model:ir.model,name:base.model_ir_module_category @@ -1989,24 +2178,24 @@ msgstr "Opérande" #. module: base #: help:res.partner,supplier:0 -msgid "" -"Check this box if the partner is a supplier. If it's not checked, purchase " -"people will not see it when encoding a purchase order." -msgstr "" -"Cochez cette case si le partenaire est un fournisseur. Si elle n'est pas " -"cochée, le personnel à l'achat ne le verra pas lorsqu'il encodera un ordre " -"d'achat." +msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." +msgstr "Cochez cette case si le partenaire est un fournisseur. Si elle n'est pas cochée, le personnel à l'achat ne le verra pas lorsqu'il encodera un ordre d'achat." #. module: base #: wizard_view:module.module.update,init:0 msgid "Scan for new modules" -msgstr "" +msgstr "Recherche de nouveaux modules" #. module: base #: model:ir.model,name:base.model_ir_module_repository msgid "Module Repository" msgstr "Dépot de Modules" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Configuration du déclencheur" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -2015,13 +2204,19 @@ msgstr "STOCK_UNINDENT" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "At Once" -msgstr "" +msgstr "Recherche impossible" #. module: base #: model:ir.ui.menu,name:base.menu_security msgid "Security" msgstr "Sécurité" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -2037,6 +2232,16 @@ msgstr "Rue" #. module: base #: field:ir.cron,interval_number:0 msgid "Interval Number" +msgstr "Intervale" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" msgstr "" #. module: base @@ -2047,7 +2252,7 @@ msgstr "Dépôt" #. module: base #: field:res.users,action_id:0 msgid "Home Action" -msgstr "" +msgstr "Action page d'accueil" #. module: base #: selection:res.request,priority:0 @@ -2061,9 +2266,9 @@ msgid "Recursion error in modules dependencies !" msgstr "Erreur de Récursion dans les dépendances des modules !" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Configuration manuelle du domaine" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2111,14 +2316,19 @@ msgid "Channel Name" msgstr "Nom du canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" -msgstr "Continuer" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" +msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Interface Simplifiée" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2141,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "Date de Création" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "Pièce jointe" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2162,18 +2377,14 @@ msgid "Next Number" msgstr "Numéro Suivant" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Obtenir le Fichier" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "Seconde: %(sec)s" #. module: base #: wizard_view:module.module.update,init:0 -msgid "" -"This function will check for new modules in the 'addons' path and on module " -"repositories:" -msgstr "" -"Cette fonction vérifiera si des nouveaux modules sont disponibles dans le " -"chemin 'addons' et sur les dépôts de modules :" +msgid "This function will check for new modules in the 'addons' path and on module repositories:" +msgstr "Cette fonction vérifiera si des nouveaux modules sont disponibles dans le chemin 'addons' et sur les dépôts de modules :" #. module: base #: model:ir.model,name:base.model_res_country @@ -2192,6 +2403,11 @@ msgstr "Pays" msgid "Rates" msgstr "Taux" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" @@ -2205,9 +2421,19 @@ msgid "AccessError" msgstr "Erreur d'Accès" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Répondre" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2247,16 +2473,10 @@ msgstr "Incrémenter le Numéro" msgid "unknown" msgstr "inconnu" -#. module: base -#: code:osv/orm.py:0 -#, python-format -msgid "The create method is not implemented on this object !" -msgstr "La méthode 'create' n'est pas implémentée dans cet objet !" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." -msgstr "" +msgstr "Réf ressource" #. module: base #: selection:ir.ui.menu,icon:0 @@ -2279,7 +2499,7 @@ msgstr "Date" #. module: base #: field:ir.actions.report.xml,report_sxw:0 msgid "SXW path" -msgstr "" +msgstr "Répertoire SXW" #. module: base #: view:ir.attachment:0 @@ -2302,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Partenaires par Catégorie" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "De multiple règles sur le même objet sont reliés en utilisant l'opérateur OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2326,7 +2556,7 @@ msgstr "Données Demo" #: wizard_view:base.module.import,import:0 #: wizard_view:base.module.import,init:0 msgid "Module import" -msgstr "" +msgstr "Importer Module" #. module: base #: model:ir.actions.act_window,name:base.action_res_company_form @@ -2367,9 +2597,9 @@ msgid "Attached To" msgstr "Attaché à" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Envoyer" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2476,9 +2706,15 @@ msgid "Action Url" msgstr "URL de l'Action" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Fréquence" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Structure de la société" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2489,6 +2725,8 @@ msgid "Relation" msgstr "Relation" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2526,14 +2764,19 @@ msgid "Modules Management" msgstr "Gestion des Modules" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Activité Source" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2541,6 +2784,7 @@ msgstr "ID de la Ressource" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Information" @@ -2591,9 +2835,10 @@ msgid "Meta Datas" msgstr "Méta-Données" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Personnalisé" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "Le taux de conversion de la devise vers la devise de taux 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2612,10 +2857,15 @@ msgstr "Partenaires : " msgid "Other" msgstr "Autre" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" -msgstr "" +msgstr "Champ Enfants" #. module: base #: field:res.roles,name:0 @@ -2629,16 +2879,28 @@ msgid "Can not remove root user!" msgstr "Impossible d'effacer l'utilisateur 'root' !" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Version installée" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Activités" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "confirmation" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2672,16 +2934,13 @@ msgstr "Rapport XML" #. module: base #: help:res.partner,user_id:0 -msgid "" -"The internal user that is in charge of communicating with this partner if " -"any." -msgstr "" -"L'utilisateur interne en charge de communiqué avec le partenaire éventuel." +msgid "The internal user that is in charge of communicating with this partner if any." +msgstr "L'utilisateur interne en charge de communiqué avec le partenaire éventuel." #. module: base #: selection:ir.translation,type:0 msgid "Wizard View" -msgstr "" +msgstr "Vue Assistant" #. module: base #: view:ir.module.module:0 @@ -2697,12 +2956,12 @@ msgstr "La méthode 'search' n'est pas implémentée dans cet objet !" #. module: base #: field:ir.actions.report.xml,attachment:0 msgid "Save As Attachment Prefix" -msgstr "" +msgstr "Préfixe de sauvegarde des pièces jointes" #. module: base #: field:ir.cron,nextcall:0 msgid "Next call date" -msgstr "" +msgstr "Prochaine date d'appel" #. module: base #: field:ir.report.custom.fields,cumulate:0 @@ -2712,12 +2971,16 @@ msgstr "Cumuler" #. module: base #: model:res.partner.category,name:base.res_partner_category_14 msgid "Bad customers" -msgstr "" +msgstr "Clients douteux" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base #: code:addons/base/ir/ir_report_custom.py:0 @@ -2738,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Créer dans le même Modèle" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Format de fichier incorrect" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2756,6 +3021,7 @@ msgstr "Créer dans le même Modèle" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2785,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "Rapports" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2823,18 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "" -"Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" -"Expression Rationelle utilisée pour rechercher le module sur la page Web du " -"dépôt:\n" -"- la première parenthèse doit 'matcher' le nom du module;\n" -"- la seconde parenthèse doit 'matcher' le numéro de version;\n" -"- la dernière parenthèse doit 'matcher' l'extension du module;" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Valeur de la Traduction" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2842,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Pour exporter une langue, ne sélectionnez aucune langue." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Termes de l'Application" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2863,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Grille de Contrôles d'Accès" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Actions" #. module: base #: selection:res.request,priority:0 @@ -2894,7 +3168,7 @@ msgstr "Auto" #. module: base #: model:res.partner.category,name:base.res_partner_category_3 msgid "Starter Partner" -msgstr "" +msgstr "Partenaire Débutant" #. module: base #: model:ir.model,name:base.model_res_request_link @@ -2912,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.actions.act_window.view" #. module: base -#: code:tools/translate.py:0 -#, python-format -msgid "Bad file format" -msgstr "Format de fichier incorrect" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2945,22 +3218,27 @@ msgstr "Revenus prévus" #. module: base #: view:ir.rule.group:0 msgid "Record rules" -msgstr "" +msgstr "Enregistrer la règle" #. module: base #: wizard_view:module.lang.import,init:0 -msgid "" -"You have to import a .CSV file wich is encoded in UTF-8. Please check that " -"the first line of your file is one of the following:" -msgstr "" -"Vous devez importer une fichier .CSV encodé en UTF-8. Veuillez vérifier que " -"la première ligne de votre fichier est l'une des suivantes:" +msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" +msgstr "Vous devez importer une fichier .CSV encodé en UTF-8. Veuillez vérifier que la première ligne de votre fichier est l'une des suivantes:" #. module: base #: field:ir.report.custom.fields,groupby:0 msgid "Group by" msgstr "Grouper par" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Catégories du Partenaire" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -3023,14 +3301,8 @@ msgstr "STOCK_STOP" #. module: base #: code:addons/base/ir/ir_model.py:0 #, python-format -msgid "" -"\"%s\" contains too many dots. XML ids should not contain dots ! These are " -"used to refer to other modules data, as in module.reference_id" -msgstr "" -"\"%s\" contiens trop de caractère 'point'. Les identifiants XML ne doivent " -"pas contenir de points ! Ceux ci sont utilisés pour effectuer des références " -"vers d'autres données de module, comme par exemple dans " -"\"module.reference_id\"" +msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" +msgstr "\"%s\" contiens trop de caractère 'point'. Les identifiants XML ne doivent pas contenir de points ! Ceux ci sont utilisés pour effectuer des références vers d'autres données de module, comme par exemple dans \"module.reference_id\"" #. module: base #: field:res.partner.bank,acc_number:0 @@ -3045,7 +3317,7 @@ msgstr "wizard.ir.model.menu.create.line" #. module: base #: field:ir.attachment,res_id:0 msgid "Attached ID" -msgstr "" +msgstr "ID Attaché" #. module: base #: selection:res.partner.event,type:0 @@ -3077,7 +3349,7 @@ msgstr "Vous ne pouvez pas lire ce document ! (%s)" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_FIND_AND_REPLACE" -msgstr "" +msgstr "STOCK_FIND_AND_REPLACE" #. module: base #: field:res.request,history:0 @@ -3086,10 +3358,26 @@ msgstr "" msgid "History" msgstr "Historique" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" -msgstr "" +msgstr "STOCK_DIALOG_WARNING" + +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Expression Rationelle utilisée pour rechercher le module sur la page Web du dépôt:\n" +"- la première parenthèse doit 'matcher' le nom du module;\n" +"- la seconde parenthèse doit 'matcher' le numéro de version;\n" +"- la dernière parenthèse doit 'matcher' l'extension du module;" #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print @@ -3102,29 +3390,34 @@ msgid "Destination" msgstr "Destination" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "fermé" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Unité de l'intervale" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CONVERT" -msgstr "" +msgstr "STOCK_CONVERT" #. module: base #: field:ir.exports,name:0 msgid "Export name" -msgstr "" +msgstr "Nom de l'export" #. module: base #: help:ir.model.fields,on_delete:0 msgid "On delete property for many2one fields" -msgstr "" +msgstr "Propriété On Delete pour les champs many2one" #. module: base #: model:ir.model,name:base.model_ir_rule msgid "ir.rule" -msgstr "" +msgstr "ir.rule" #. module: base #: selection:ir.cron,interval_type:0 @@ -3135,16 +3428,20 @@ msgstr "Jours" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Valeur" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" -msgstr "" +msgstr "Champ de l'objet" #. module: base #: view:wizard.module.update_translations:0 @@ -3166,6 +3463,16 @@ msgstr "Largeur fixe" msgid "Other Actions Configuration" msgstr "Configuration des Autres Actions" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Valeur maxi" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Pied de page 1 de rapport" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3196,19 +3503,14 @@ msgstr "Aide" #. module: base #: code:addons/base/module/module.py:0 #, python-format -msgid "" -"Some installed modules depends on the module you plan to desinstall :\n" -" %s" +msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" -"Certains modules installés dépendent du module que vous voulez désinstaller " -":\n" -" %s" #. module: base #: model:ir.actions.act_window,name:base.res_request_link-act #: model:ir.ui.menu,name:base.menu_res_request_link_act msgid "Accepted Links in Requests" -msgstr "" +msgstr "Accepté les liens dans les requêtes" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3216,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Créer dans un Autre Modèle" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3236,6 +3538,12 @@ msgstr "Liste des Contrôle d'Accès" #. module: base #: help:ir.rule.group,global:0 msgid "Make the rule global or it needs to be put on a group or user" +msgstr "Établir la règle globale ou il sera nécessaire de le mettre dans un groupe ou un utilisateur" + +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" msgstr "" #. module: base @@ -3247,7 +3555,7 @@ msgstr "Nom de l'Assistant" #: model:ir.actions.act_window,name:base.ir_action_report_custom #: model:ir.ui.menu,name:base.menu_ir_action_report_custom msgid "Report Custom" -msgstr "" +msgstr "Rapport personnalisé" #. module: base #: view:ir.module.module:0 @@ -3255,15 +3563,25 @@ msgid "Schedule for Installation" msgstr "Plannifier pour Installation" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" -msgstr "Année sans le siècle : %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" +msgstr "" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Advanced Search" msgstr "Recherche Avancée" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3272,11 +3590,6 @@ msgstr "Recherche Avancée" msgid "Partners" msgstr "Partenaires" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Répertoire :" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3337,8 +3650,7 @@ msgstr "Titres des Contacts" #. module: base #: help:res.partner.address,partner_id:0 msgid "Keep empty for a private address, not related to partner." -msgstr "" -"Laisser vide pour une adresse privée, sans relation avec le partenaire." +msgstr "Laisser vide pour une adresse privée, sans relation avec le partenaire." #. module: base #: selection:ir.translation,type:0 @@ -3375,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Propriétaire du compte banquaire" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3388,12 +3706,13 @@ msgstr "Nom de la Ressource" #. module: base #: code:addons/base/module/wizard/wizard_export_lang.py:0 #, python-format -msgid "" -"Save this document to a .tgz file. This archive containt UTF-8 %s files and " -"may be uploaded to launchpad." -msgstr "" -"Sauvegarder ce document dans un fichier .tgz. Cette archive contient des " -"fichiers UTF-8 %s et peut être chargée vers Launchpad." +msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." +msgstr "Sauvegarder ce document dans un fichier .tgz. Cette archive contient des fichiers UTF-8 %s et peut être chargée vers Launchpad." + +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Traduire" #. module: base #: field:res.partner.address,type:0 @@ -3407,14 +3726,20 @@ msgid "Start configuration" msgstr "Démarrer la Configuration" #. module: base -#: field:ir.exports,export_fields:0 -msgid "Export Id" -msgstr "" +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Catégorie Parent." #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: field:ir.exports,export_fields:0 +msgid "Export Id" +msgstr "Id exportation" + +#. module: base +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3423,14 +3748,14 @@ msgid "Hours" msgstr "Heures" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Valeur de la Traduction" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Fréquence" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Unité de l'intervale" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3448,6 +3773,11 @@ msgstr "Références" msgid "This record was modified in the meanwhile" msgstr "Cet enregistrement a été modifié entre temps" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3458,6 +3788,16 @@ msgstr "Notez que cette opération peut prendre quelques minutes" msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Configuration manuelle du domaine" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3465,15 +3805,15 @@ msgid "To" msgstr "Vers" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Genre" #. module: base -#: code:osv/orm.py:0 -#, python-format -msgid "This method does not exist anymore" -msgstr "Cette méthode n'existe plus" +#: view:res.partner.bank:0 +msgid "Bank accounts" +msgstr "Comptes banquaires" #. module: base #: code:addons/base/ir/ir_report_custom.py:0 @@ -3481,16 +3821,6 @@ msgstr "Cette méthode n'existe plus" msgid "Tree can only be used in tabular reports" msgstr "Les Arbres peuvent uniquement utilisés dans les rapports tabulaires" -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "Manuel" - -#. module: base -#: view:res.partner.bank:0 -msgid "Bank accounts" -msgstr "Comptes banquaires" - #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3500,9 +3830,19 @@ msgid "Tree" msgstr "Arbre" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" -msgstr "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "Manuel" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3511,25 +3851,28 @@ msgstr "STOCK_CLEAR" #. module: base #: help:res.users,password:0 -msgid "" -"Keep empty if you don't want the user to be able to connect on the system." -msgstr "" -"Laisser vide si vous ne voulez pas que l'utilisateur se connecte au système." +msgid "Keep empty if you don't want the user to be able to connect on the system." +msgstr "Laisser vide si vous ne voulez pas que l'utilisateur se connecte au système." #. module: base #: field:ir.model.access,perm_read:0 msgid "Read Access" msgstr "Accès en lecture" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Nom du menu" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3553,6 +3896,11 @@ msgstr "Les graphiques en barres ont besoin d'au moins deux champs" msgid "Not implemented search_memory method !" msgstr "Utilisation d'une méthode non implémentée: 'search_memory' !" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3565,10 +3913,15 @@ msgstr "Couleur de la police" msgid "Server Actions" msgstr "Actions du Serveur" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" -msgstr "" +msgstr "Auto-chargement de la vue" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3610,6 +3963,11 @@ msgstr "Mise à jour du Système terminée" msgid "Type of view" msgstr "Type de vue" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3633,9 +3991,13 @@ msgid "XML path" msgstr "Chemin XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Société" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3649,20 +4011,13 @@ msgstr "Fournisseurs de Textile" #. module: base #: view:wizard.module.lang.export:0 -msgid "" -"The official translations pack of all OpenERP/OpenObjects module are managed " -"through launchpad. We use their online interface to synchronize all " -"translations efforts." -msgstr "" -"Les traductions officielles de tous les modules OpenERP/OpenObjects sont " -"gérées via Launchpad. Nous utilisons leur interface en ligne pour " -"synchronizer tous les efforts de traduction." +msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." +msgstr "Les traductions officielles de tous les modules OpenERP/OpenObjects sont gérées via Launchpad. Nous utilisons leur interface en ligne pour synchronizer tous les efforts de traduction." #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Permettre l'accès au menu" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Titre du Rapport" #. module: base #: field:ir.attachment,datas:0 @@ -3689,27 +4044,31 @@ msgstr "Le second champ doit être les figures" #. module: base #: selection:res.partner.event,partner_type:0 msgid "Commercial Prospect" -msgstr "" +msgstr "Prospection commerciale" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Action Parente" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base #: code:addons/base/res/partner/partner.py:0 #, python-format -msgid "" -"Couldn't generate the next id because some partners have an alphabetic id !" -msgstr "" -"Impossible de générer le prochain identifiant car certains partenaires ont " -"un identifiant alphabétique !" +msgid "Couldn't generate the next id because some partners have an alphabetic id !" +msgstr "Impossible de générer le prochain identifiant car certains partenaires ont un identifiant alphabétique !" #. module: base #: selection:ir.report.custom,state:0 msgid "Unsubscribed" msgstr "Non Inscrit" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "Année sans le siècle : %(y)s" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3718,7 +4077,7 @@ msgstr "Nombre de modules mis à jour" #. module: base #: view:ir.attachment:0 msgid "Preview" -msgstr "" +msgstr "Aperçu" #. module: base #: view:ir.actions.configuration.wizard:0 @@ -3742,13 +4101,18 @@ msgstr "Structure des Rôles" #: model:ir.model,name:base.model_ir_actions_url #: selection:ir.ui.menu,action:0 msgid "ir.actions.url" -msgstr "" +msgstr "ir.actions.url" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Nom du menu" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3759,14 +4123,12 @@ msgstr "Évènements Actifs des Partenaires" #: code:osv/orm.py:0 #, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." -msgstr "" +msgstr "Mauvais ID pour le parcours de l'enregistrement, %r donné, excepter un entier." #. module: base -#: code:osv/orm.py:0 -#, python-format -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" -"Une erreur est survenue lors de la validation du (des) champ(s) %s: %s" #. module: base #: view:res.users:0 @@ -3802,12 +4164,8 @@ msgstr "Jour de l'année: %(doy)s" #. module: base #: help:ir.actions.wizard,multi:0 -msgid "" -"If set to true, the wizard will not be displayed on the right toolbar of a " -"form views." -msgstr "" -"Si sélectionné, l'assistant ne sera pas affiché dans la barre d'outils de " -"droite dans les vues formulaire." +msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." +msgstr "Si sélectionné, l'assistant ne sera pas affiché dans la barre d'outils de droite dans les vues formulaire." #. module: base #: field:workflow.transition,role_id:0 @@ -3879,6 +4237,16 @@ msgstr ">" #. module: base #: field:workflow.triggers,workitem_id:0 msgid "Workitem" +msgstr "Workitem" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." msgstr "" #. module: base @@ -3891,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Ouvrir une fenêtre" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "Les Groupes sont utilisés pour définir les droits d'accès sur chaque écran et menu." + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3899,13 +4272,18 @@ msgstr "Mois" #. module: base #: field:workflow.activity,signal_send:0 msgid "Signal (subflow.*)" -msgstr "" +msgstr "Signal (subflow.*)" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3915,13 +4293,14 @@ msgstr "À désinstaller" #. module: base #: field:res.partner.category,child_ids:0 msgid "Childs Category" -msgstr "" +msgstr "Catégorie enfant" #. module: base #: field:ir.model.fields,model:0 #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Nom de l'objet" @@ -3929,6 +4308,8 @@ msgstr "Nom de l'objet" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Action" @@ -3973,9 +4354,19 @@ msgid "Field" msgstr "Champ" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4033,17 +4424,8 @@ msgstr "Facture" #: help:ir.actions.report.custom,multi:0 #: help:ir.actions.report.xml,multi:0 #: help:ir.actions.act_window.view,multi:0 -msgid "" -"If set to true, the action will not be displayed on the right toolbar of a " -"form views." -msgstr "" -"Si sélectionné, l'action ne sera pas affichée dans la barre d'outils de " -"droite dans les vues formulaire." - -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Bas niveau" +msgid "If set to true, the action will not be displayed on the right toolbar of a form views." +msgstr "Si sélectionné, l'action ne sera pas affichée dans la barre d'outils de droite dans les vues formulaire." #. module: base #: wizard_view:module.upgrade,start:0 @@ -4067,9 +4449,14 @@ msgid "Export done" msgstr "Export effectué" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Taille" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Arguments" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -4082,20 +4469,12 @@ msgstr "Ville" #. module: base #: field:res.company,child_ids:0 msgid "Childs Company" -msgstr "" +msgstr "Société enfants" #. module: base #: constraint:ir.model:0 -msgid "" -"The Object name must start with x_ and not contain any special character !" -msgstr "" -"Le nom de l'objet doit commencer avec x_ et ne pas contenir de charactères " -"spéciaux !" - -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Module :" +msgid "The Object name must start with x_ and not contain any special character !" +msgstr "Le nom de l'objet doit commencer avec x_ et ne pas contenir de charactères spéciaux !" #. module: base #: field:ir.actions.configuration.wizard,name:0 @@ -4128,17 +4507,12 @@ msgstr "Exporter les données" #. module: base #: field:workflow.triggers,instance_id:0 msgid "Destination Instance" -msgstr "" +msgstr "Exemple de destination" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "" -"The selected language has been successfully installed. You must change the " -"preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" -"La langue sélectionnée a été installée avec succès. Vous devez changer les " -"préférences de l'utlisateur et ouvrir un nouveau menu pour voir les " -"changements." #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4146,6 +4520,11 @@ msgstr "" msgid "Menus" msgstr "Menus" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4153,17 +4532,17 @@ msgstr "Menus" #: selection:ir.report.custom.fields,fc3_op:0 #: selection:ir.rule,operator:0 msgid "in" -msgstr "" +msgstr "dans" #. module: base #: field:ir.actions.url,target:0 msgid "Action Target" -msgstr "" +msgstr "Cible de l'action" #. module: base #: field:ir.report.custom,field_parent:0 msgid "Child Field" -msgstr "" +msgstr "Champ enfant" #. module: base #: model:res.partner.title,name:base.res_partner_title_sir @@ -4176,9 +4555,9 @@ msgid "https://translations.launchpad.net/openobject" msgstr "https://translations.launchpad.net/openobject" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4192,7 +4571,7 @@ msgstr "GPL-3 ou version supérieure" #: field:ir.actions.server,usage:0 #: field:ir.actions.act_window,usage:0 msgid "Action Usage" -msgstr "" +msgstr "Utilisation de l'action" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4207,13 +4586,11 @@ msgstr "Entrez au moins un champ !" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Autres Actions" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "Créer une Action" @@ -4242,6 +4619,12 @@ msgstr "Probabilité (0.50)" msgid "Mobile" msgstr "GSM" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4253,9 +4636,9 @@ msgid "Repeat Header" msgstr "Répéter l'Entête" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Adresse" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4268,11 +4651,6 @@ msgstr "Votre système va être mis à jour." msgid "Configure User" msgstr "Configurer l'Utilisateur" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nom:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4286,7 +4664,7 @@ msgstr "STOCK_JUMP_TO" #. module: base #: field:ir.ui.menu,child_id:0 msgid "Child ids" -msgstr "" +msgstr "Ids Enfant" #. module: base #: field:ir.actions.todo,end_date:0 @@ -4300,9 +4678,9 @@ msgid "Resource" msgstr "Ressource" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Mettre à jour la Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4310,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Code Python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4341,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "Numéro de TVA" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Valeurs" @@ -4386,10 +4768,19 @@ msgid "Field Mappings" msgstr "Associations du Champ" #. module: base -#: code:osv/orm.py:0 -#, python-format -msgid "The copy method is not implemented on this object !" -msgstr "La méthode 'copy' n'est pas implémentée dans cet objet !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4424,13 +4815,13 @@ msgid "Published Version" msgstr "Version Publiée" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "Le taux de conversion de la devise vers la devise de taux 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Rafraîchissement automatique" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "États" @@ -4441,9 +4832,9 @@ msgid "Rate" msgstr "Taux" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "De droite à gauche" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Réf Document 1" #. module: base #: view:ir.actions.server:0 @@ -4498,9 +4889,10 @@ msgid "Status" msgstr "Statut" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Rafraîchissement automatique" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Actions de la fênetre" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4534,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Titre du Rapport" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4554,6 +4946,11 @@ msgstr "Nom du groupe" msgid "Modules to download" msgstr "Modules à télécharger" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4561,17 +4958,15 @@ msgid "Fax" msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" -"Les Groupes sont utilisés pour définir les droits d'accès sur chaque écran " -"et menu." #. module: base #: model:ir.actions.act_window,name:base.action_workflow_workitem_form #: model:ir.ui.menu,name:base.menu_workflow_workitem msgid "Workitems" -msgstr "" +msgstr "Workitems" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4585,24 +4980,20 @@ msgid "The perm_read method is not implemented on this object !" msgstr "La méthode 'perm_read' n'est pas implémentée dans cet objet !" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Société" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Correspondance de champ" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Date de création" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Courriel / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4613,12 +5004,22 @@ msgstr "Code BIC/Swift" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Action du Menu" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Non installé" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4630,6 +5031,18 @@ msgstr "Canal" msgid "Icon" msgstr "Icône" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4658,12 +5071,22 @@ msgstr "Vue Héritée" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Limite" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4677,6 +5100,11 @@ msgstr "Requêtes" msgid "Or" msgstr "Ou" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Texte" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4692,19 +5120,20 @@ msgstr "ir.rule.group" msgid "Childs" msgstr "Fils" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Sélection" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Importer / Exporter" #. module: base #: view:ir.sequence:0 @@ -4728,11 +5157,27 @@ msgstr "Avertissement" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Opérateur" +#. module: base +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Adresse du Partenaire" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Exporter la langue" + #. module: base #: code:osv/orm.py:0 #, python-format @@ -4745,9 +5190,10 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" -msgstr "" +msgstr "Action client" #. module: base #: selection:ir.report.custom.fields,alignment:0 @@ -4767,24 +5213,25 @@ msgid "Import module" msgstr "Importer le module" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Configuration du déclencheur" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Pied de page 1 de rapport" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base #: code:addons/base/ir/ir_model.py:0 @@ -4792,6 +5239,11 @@ msgstr "Pied de page 1 de rapport" msgid "You can not delete this document! (%s)" msgstr "Vous ne pouvez pas supprimer ce document ! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4828,12 +5280,12 @@ msgstr "Autres partenaires" #. module: base #: field:ir.model.data,noupdate:0 msgid "Non Updatable" -msgstr "" +msgstr "Impossible a mettre à jour" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Imprimé:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base #: code:addons/base/module/module.py:0 @@ -4852,6 +5304,21 @@ msgstr "Méthode 'set_memory' pas implémentée !" msgid "Current Window" msgstr "Fenêtre Courante" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4874,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Champs" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Interface" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Configuration" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4906,22 +5374,37 @@ msgstr "Code de l'État" #. module: base #: field:ir.model.fields,on_delete:0 msgid "On delete" -msgstr "" +msgstr "On delete" + +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Répondre" #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "Année avec siècle : %(year)s" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Rapport des Souscriptions" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" -msgstr "" +msgstr "Est Objet" #. module: base #: field:res.lang,translatable:0 @@ -4933,6 +5416,11 @@ msgstr "Traduisible" msgid "Daily" msgstr "Journalière" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" @@ -4942,7 +5430,12 @@ msgstr "Cascade" #: code:addons/base/ir/ir_report_custom.py:0 #, python-format msgid "Field %d should be a figure" -msgstr "" +msgstr "Le champ %d doit être un nombre" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nom de la catégorie" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 @@ -4960,7 +5453,7 @@ msgstr "Non implémenté" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 msgid "Gold Partner" -msgstr "" +msgstr "Partenaire Gold" #. module: base #: model:res.partner.category,name:base.res_partner_category_15 @@ -5002,34 +5495,43 @@ msgstr "Domaine" #. module: base #: view:res.config.view:0 -msgid "" -"Choose the simplified interface if you are testing OpenERP for the first " -"time. Less used options or fields are automatically hidden. You will be able " -"to change this, later, through the Administration menu." -msgstr "" -"Choisissez l'interface simplifiée si vous testez OpenERP pour la première " -"fois.. Les options et champs les moins utilisés seront automatiquement " -"cachés. Vous pourrez changer ce paramètre plus tard, dans le menu " -"Administration." +msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." +msgstr "Choisissez l'interface simplifiée si vous testez OpenERP pour la première fois.. Les options et champs les moins utilisés seront automatiquement cachés. Vous pourrez changer ce paramètre plus tard, dans le menu Administration." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Brève description" #. module: base -#: help:ir.actions.report.xml,attachment:0 -msgid "" -"This is the prefix of the file name the print will be saved as attachement. " -"Keep empty to not save the printed reports" +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,attachment:0 +msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "C'est le préfixe du nom du fichier d'impression qui sera sauvegardé comme pièce jointe. Laissez vide pour ne pas sauvagarder les rapports d'impression." + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" msgstr "" -"C'est le préfixe du nom du fichier d'impression qui sera sauvegardé comme " -"pièce jointe. Laissez vide pour ne pas sauvagarder les rapports d'impression." #. module: base #: field:res.country.state,name:0 @@ -5041,11 +5543,27 @@ msgstr "Nom de l'État" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Votre Logo - Utilisez une taille approximative de 450x150 pixels." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "Une erreur est survenue lors de la validation du (des) champ(s) %s: %s" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Coût Prévu" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -5057,16 +5575,15 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Calendrier" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Message" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -5074,33 +5591,15 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#: code:addons/base/maintenance/maintenance.py:0 -#, python-format -msgid "Maintenance Error !" -msgstr "Erreur de Maintenance !" - #. module: base #: view:wizard.module.lang.export:0 -msgid "" -"To improve some terms of the official translations of OpenERP, you should " -"modify the terms directly on the launchpad interface. If you made lots of " -"translations for your own module, you can also publish all your translation " -"at once." -msgstr "" -"Pour améliorer certains termes des traductions officielles d'OpenERP, vous " -"devez modifier les termes directement via l'interface de Launchpad. Si vous " -"avez traduit beaucoup de termes pour votre propre module, vous pouvez " -"également publier toutes vos traductions en une fois." +msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." +msgstr "Pour améliorer certains termes des traductions officielles d'OpenERP, vous devez modifier les termes directement via l'interface de Launchpad. Si vous avez traduit beaucoup de termes pour votre propre module, vous pouvez également publier toutes vos traductions en une fois." #. module: base #: view:res.users:0 -msgid "" -"Please note that you will have to logout and relog if you change your " -"password." -msgstr "" -"Veuillez noter que vous devrez vous déconnecter et vous reconnecter si vous " -"changer de mot de passe." +msgid "Please note that you will have to logout and relog if you change your password." +msgstr "Veuillez noter que vous devrez vous déconnecter et vous reconnecter si vous changer de mot de passe." #. module: base #: field:res.partner,address:0 @@ -5116,9 +5615,9 @@ msgid "Graph" msgstr "Graphe" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Dernière version" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -5128,7 +5627,7 @@ msgstr "ir.actions.server" #. module: base #: model:res.partner.category,name:base.res_partner_category_17 msgid "HR sector" -msgstr "Secteur HR" +msgstr "" #. module: base #: wizard_button:module.lang.install,init,start:0 @@ -5136,9 +5635,9 @@ msgid "Start installation" msgstr "Commencer l'installation" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Description des Champs" +#: selection:res.request,state:0 +msgid "closed" +msgstr "fermé" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5146,10 +5645,9 @@ msgid "Module dependency" msgstr "Dépendance des Modules" #. module: base -#: code:osv/orm.py:0 -#, python-format -msgid "The name_get method is not implemented on this object !" -msgstr "La méthode 'name_get' n'est pas implémentée sur cet objet !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5162,6 +5660,11 @@ msgstr "Appliquer les Mises à Jour Planifiées" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5175,7 +5678,7 @@ msgstr "Choisissez Votre Mode" #. module: base #: view:ir.actions.report.custom:0 msgid "Report custom" -msgstr "" +msgstr "Rapport personnalisé" #. module: base #: field:workflow.activity,action_id:0 @@ -5209,6 +5712,7 @@ msgstr "Pied de page 2 de rapport" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "Courriel" @@ -5230,12 +5734,12 @@ msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_localisation msgid "Localisation" -msgstr "" +msgstr "Emplacement" #. module: base #: selection:ir.report.custom.fields,operation:0 msgid "Calculate Count" -msgstr "" +msgstr "Compter" #. module: base #: field:ir.module.module,dependencies_id:0 @@ -5266,44 +5770,57 @@ msgstr "Propriétés par défaut" #. module: base #: field:res.request.history,date_sent:0 msgid "Date sent" -msgstr "" +msgstr "Date d'envoi" #. module: base #: model:ir.actions.wizard,name:base.wizard_lang_import #: model:ir.ui.menu,name:base.menu_wizard_lang_import msgid "Import a Translation File" +msgstr "Importer un fichier de traduction" + +#. module: base +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:0 -#, python-format -msgid "Please specify the Partner Email address !" -msgstr "Veuillez spécifier le Courriel du Partenaire !" +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transitions entrante" #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner #: view:res.partner.title:0 msgid "Partners Titles" +msgstr "Titres de partenaires" + +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans msgid "Untranslated terms" -msgstr "" +msgstr "Termes non traduits" #. module: base #: view:ir.actions.server:0 -msgid "" -"If you use a formula type, use a python expression using the variable " -"'object'." +msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "Si vous utilisez une formule type, utilisez une expression python utilisant un variable 'object'" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" -msgstr "" +msgstr "wizard.ir.model.menu.create" #. module: base #: view:workflow.transition:0 @@ -5316,10 +5833,9 @@ msgid "VAT" msgstr "TVA" #. module: base -#: code:addons/base/maintenance/maintenance.py:0 -#, python-format -msgid "Valid Maintenance Contract !" -msgstr "Contrat de Maintenance Valide !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Termes de l'Application" #. module: base #: field:res.partner.address,birthdate:0 @@ -5334,7 +5850,12 @@ msgstr "Filtre" #. module: base #: field:res.groups,menu_access:0 msgid "Access Menu" -msgstr "" +msgstr "Accès au menu" + +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "Objet Déclencheur" #. module: base #: model:ir.model,name:base.model_res_partner_som @@ -5342,23 +5863,25 @@ msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 #, python-format msgid "Error" msgstr "Erreur" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Catégories du Partenaire" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5374,37 +5897,42 @@ msgstr "Code de la Séquence" #. module: base #: selection:res.request,state:0 msgid "active" +msgstr "Actif" + +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" msgstr "" #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" -msgstr "" +msgstr "Facteur d'arrondi" #. module: base #: selection:ir.translation,type:0 msgid "Wizard Field" -msgstr "" +msgstr "Champ de l'assistant" #. module: base #: view:ir.model:0 msgid "Create a Menu" -msgstr "" +msgstr "Créer un menu" #. module: base #: view:ir.cron:0 msgid "Action to trigger" -msgstr "" +msgstr "Action à déclencher" #. module: base #: field:ir.model.fields,select_level:0 msgid "Searchable" -msgstr "" +msgstr "Recherche possible" #. module: base #: view:res.partner.event:0 msgid "Document Link" -msgstr "" +msgstr "Lien document" #. module: base #: view:res.partner.som:0 @@ -5414,49 +5942,44 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner_bank msgid "Bank Accounts" -msgstr "" - -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" +msgstr "Comptes bancaire" #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" -msgstr "" +msgstr "res.partner.title" #. module: base #: view:res.company:0 #: view:res.partner:0 msgid "General Information" -msgstr "" +msgstr "Information générale" #. module: base #: field:ir.sequence,prefix:0 msgid "Prefix" -msgstr "" +msgstr "Préfixe" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base #: model:ir.model,name:base.model_res_company msgid "res.company" -msgstr "" +msgstr "res.company" #. module: base #: field:ir.actions.server,fields_lines:0 #: view:ir.actions.server:0 msgid "Fields Mapping" -msgstr "" - -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" +msgstr "Correspondance de champs" #. module: base #: wizard_button:base.module.import,import,open_window:0 @@ -5466,107 +5989,122 @@ msgstr "" #: wizard_button:module.upgrade,end,end:0 #: view:wizard.module.lang.export:0 msgid "Close" -msgstr "" +msgstr "Fermer" #. module: base #: field:ir.sequence,name:0 #: field:ir.sequence.type,name:0 msgid "Sequence Name" -msgstr "" +msgstr "Nom de la séquence" #. module: base #: model:ir.model,name:base.model_res_request_history msgid "res.request.history" -msgstr "" +msgstr "res.request.history" #. module: base #: constraint:res.partner:0 msgid "The VAT doesn't seem to be correct." -msgstr "" +msgstr "Le numéro de TVA ne semble pas correct." #. module: base #: view:ir.sequence:0 msgid "Hour 00->12: %(h12)s" -msgstr "" +msgstr "Heure 00->12: %(h12)s" #. module: base #: field:res.currency,rate:0 msgid "Current rate" -msgstr "" +msgstr "Taux actuel" #. module: base #: model:ir.actions.act_window,name:base.action_config_simple_view_form msgid "Configure Simple View" -msgstr "" +msgstr "Configurer les vues simples" #. module: base #: wizard_button:module.upgrade,next,start:0 msgid "Start Upgrade" +msgstr "Démarrer la mise à jour" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" -msgstr "" +msgstr "Clients importants" #. module: base #: field:res.partner.som,factor:0 msgid "Factor" -msgstr "" +msgstr "Facteur" #. module: base #: field:res.partner,category_id:0 #: view:res.partner:0 msgid "Categories" -msgstr "" +msgstr "Catégories" #. module: base #: selection:ir.report.custom.fields,operation:0 msgid "Calculate Sum" -msgstr "" +msgstr "Calculer la somme" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Module" #. module: base #: field:workflow.instance,res_type:0 #: field:workflow,osv:0 msgid "Resource Object" -msgstr "" +msgstr "Objet ressource" #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "sxw" -msgstr "" +msgstr "sxw" #. module: base #: selection:ir.actions.url,target:0 msgid "This Window" -msgstr "" +msgstr "Cette fenêtre" #. module: base #: field:res.payterm,name:0 msgid "Payment term (short name)" -msgstr "" +msgstr "Moyen de paiement" #. module: base #: field:ir.cron,function:0 #: field:res.partner.address,function:0 #: selection:workflow.activity,kind:0 msgid "Function" -msgstr "" +msgstr "Fonction" #. module: base #: constraint:res.company:0 msgid "Error! You can not create recursive companies." -msgstr "" +msgstr "Erreur! Vous ne pouvez pas creer de sociétés récursives" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "Veuillez spécifier le Courriel du Partenaire !" #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" -msgstr "" +msgstr "res.config.view" #. module: base #: field:ir.attachment,description:0 @@ -5576,81 +6114,82 @@ msgstr "" #: view:res.partner.event:0 #: view:res.request:0 msgid "Description" -msgstr "" - -#. module: base -#: code:addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" +msgstr "Description" #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" -msgstr "" +msgstr "Propriétaire du compte" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_INDENT" -msgstr "" +msgstr "STOCK_INDENT" + +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "historique des Requêtes" #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 msgid "Field name" -msgstr "" +msgstr "Nom du champ" #. module: base #: selection:res.partner.address,type:0 msgid "Delivery" -msgstr "" +msgstr "Livraison" #. module: base #: model:ir.model,name:base.model_ir_attachment msgid "ir.attachment" -msgstr "" +msgstr "ir.attachment" #. module: base #: code:osv/orm.py:0 #, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" -msgstr "" +msgstr "La valeur \"%s\" pour le champ \"%s\" n'est pas dans la sélection" #. module: base #: field:ir.actions.report.xml,auto:0 msgid "Automatic XSL:RML" -msgstr "" +msgstr "XSL:RML Automatique" #. module: base #: field:ir.attachment,preview:0 msgid "Image Preview" -msgstr "" +msgstr "Aperçu de l'image" #. module: base #: view:workflow.workitem:0 msgid "Workflow Workitems" +msgstr "Workflow Workitems" + +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" msgstr "" #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" -msgstr "" +msgstr "Mot de passe" #. module: base #: view:res.roles:0 msgid "Role" -msgstr "" +msgstr "Rôle" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5658,17 +6197,17 @@ msgstr "" #: selection:res.partner.event,partner_type:0 #: model:res.partner.category,name:base.res_partner_category_0 msgid "Customer" -msgstr "" +msgstr "Client" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 msgid "Delete Permission" -msgstr "" +msgstr "Supprimer une permission" #. module: base #: field:ir.actions.report.custom,name:0 @@ -5679,100 +6218,105 @@ msgstr "Nom du rapport" #. module: base #: view:workflow.instance:0 msgid "Workflow Instances" -msgstr "" +msgstr "Workflow Instances" #. module: base #: model:ir.ui.menu,name:base.next_id_9 msgid "Database Structure" -msgstr "" +msgstr "Structure de la base de données" #. module: base #: wizard_view:res.partner.spam_send,init:0 #: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard msgid "Mass Mailing" -msgstr "" +msgstr "Envoi massif" #. module: base #: wizard_view:module.lang.import,init:0 msgid "You can also import .po files." -msgstr "" +msgstr "Vous pouvez également importer un fichier .po" #. module: base #: wizard_view:base.module.import,import:0 msgid "Module successfully imported !" -msgstr "" +msgstr "Module importer avec succès" #. module: base #: field:res.partner.event,partner_type:0 msgid "Partner Relation" -msgstr "" +msgstr "Relation partenaire" #. module: base #: field:ir.actions.act_window,context:0 msgid "Context Value" -msgstr "" +msgstr "Valeur du contexte" #. module: base #: view:ir.report.custom:0 msgid "Unsubscribe Report" -msgstr "" +msgstr "Desinscrire le rapport" #. module: base #: view:ir.sequence:0 msgid "Hour 00->24: %(h24)s" -msgstr "" +msgstr "Heure 00->24: %(h24)s" #. module: base #: constraint:res.partner.category:0 msgid "Error ! You can not create recursive categories." -msgstr "" +msgstr "Erreur ! Vous ne pouvez pas créer de catégories récursives" #. module: base #: selection:ir.actions.server,state:0 msgid "Create Object" -msgstr "" +msgstr "Créer un objet" #. module: base #: selection:ir.report.custom,print_format:0 msgid "a4" +msgstr "a4" + +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new msgid "New Partner" -msgstr "" +msgstr "Nouveau partenaire" #. module: base #: wizard_view:module.lang.install,start:0 msgid "Installation done" -msgstr "" +msgstr "Installation terminée" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUSTIFY_RIGHT" -msgstr "" +msgstr "STOCK_JUSTIFY_RIGHT" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 msgid "Prospect" -msgstr "" +msgstr "Prospet" #. module: base #: model:ir.model,name:base.model_res_partner_function msgid "Function of the contact" -msgstr "" +msgstr "Fonction du contact" #. module: base #: model:ir.actions.act_window,name:base.open_module_tree_upgrade #: model:ir.ui.menu,name:base.menu_module_tree_upgrade msgid "Modules to be installed, upgraded or removed" -msgstr "" +msgstr "Modules a installer, mettre à jour ou supprimer" #. module: base #: view:ir.sequence:0 msgid "Month: %(month)s" -msgstr "" +msgstr "Mois: %(month)s" #. module: base #: model:ir.ui.menu,name:base.menu_partner_address_form @@ -5790,64 +6334,83 @@ msgstr "" #: field:res.partner.bank,sequence:0 #: field:wizard.ir.model.menu.create.line,sequence:0 msgid "Sequence" +msgstr "Séquence" + +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" msgstr "" +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Importer la langue" + #. module: base #: help:res.partner.address,type:0 -msgid "" -"Used to select automatically the right address according to the context in " -"sales and purchases documents." -msgstr "" +msgid "Used to select automatically the right address according to the context in sales and purchases documents." +msgstr "Utiliser pour sélectionner automatiquement la bonne adresse en regards du contexte des documents de ventes et d'achats" #. module: base #: help:ir.cron,numbercall:0 -msgid "" -"Number of time the function is called,\n" +msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" +msgstr "Nombre de fois que la fonction est appellé\n" +"un nombre négatif indique que la fonction est toujours appellé." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" msgstr "" #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" -msgstr "" +msgstr "Pied de page du rapport" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_NEXT" -msgstr "" +msgstr "STOCK_MEDIA_NEXT" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_REDO" -msgstr "" +msgstr "STOCK_REDO" #. module: base #: wizard_view:module.lang.install,init:0 msgid "Choose a language to install:" -msgstr "" +msgstr "Choisir une langue à installer" #. module: base #: view:res.partner.event:0 msgid "General Description" -msgstr "" +msgstr "Description générale" #. module: base #: view:ir.module.module:0 msgid "Cancel Install" +msgstr "Annuler l'installation" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" msgstr "" #. module: base #: code:osv/orm.py:0 #, python-format msgid "Please check that all your lines have %d columns." -msgstr "" +msgstr "Merci de vérifier que toutes vos lignes ont %d colonnes" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base #: field:ir.model.data,name:0 msgid "XML Identifier" -msgstr "" +msgstr "Identifiant XML" + diff --git a/bin/addons/base/i18n/hr_HR.po b/bin/addons/base/i18n/hr_HR.po index 2f7ceee2e81..d937d9975fe 100644 --- a/bin/addons/base/i18n/hr_HR.po +++ b/bin/addons/base/i18n/hr_HR.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:53:56+0000\n" -"PO-Revision-Date: 2008-11-28 16:53:56+0000\n" +"POT-Creation-Date: 2008-12-22 17:52:44+0000\n" +"PO-Revision-Date: 2008-12-22 17:52:44+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "" @@ -432,6 +484,7 @@ msgstr "" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "" msgid "Wizard info" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,8 +739,13 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base @@ -697,6 +753,11 @@ msgstr "" msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,8 +1178,8 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" +#: field:res.users,address_id:0 +msgid "Address" msgstr "" #. module: base @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,19 +1901,36 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" msgstr "" #. module: base @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,8 +1989,8 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" msgstr "" #. module: base @@ -1761,6 +1998,11 @@ msgstr "" msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,21 +2401,36 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" msgstr "" #. module: base @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,11 +3093,13 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" msgstr "" #. module: base @@ -2767,8 +3108,14 @@ msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,8 +3385,13 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,9 +4010,8 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" +#: field:ir.report.custom,title:0 +msgid "Report title" msgstr "" #. module: base @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "" msgid "Mobile" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,8 +4631,8 @@ msgid "Repeat Header" msgstr "" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,8 +4827,8 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" msgstr "" #. module: base @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,8 +4921,8 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" msgstr "" #. module: base @@ -4431,6 +4941,11 @@ msgstr "" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,8 +6049,12 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" msgstr "" #. module: base @@ -5413,6 +6090,12 @@ msgstr "" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/hu_HU.po b/bin/addons/base/i18n/hu_HU.po index f36784a50e2..a91e0f06a2d 100644 --- a/bin/addons/base/i18n/hu_HU.po +++ b/bin/addons/base/i18n/hu_HU.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:59:13+0000\n" -"PO-Revision-Date: 2008-11-28 16:59:13+0000\n" +"POT-Creation-Date: 2008-12-22 17:56:37+0000\n" +"PO-Revision-Date: 2008-12-22 17:56:37+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "" @@ -432,6 +484,7 @@ msgstr "" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Jegyzetek" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Általános" msgid "Wizard info" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Kapcsolat neve" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,8 +739,13 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base @@ -697,6 +753,11 @@ msgstr "" msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "Országkód" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Kérés előzmények" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,8 +1178,8 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" +#: field:res.users,address_id:0 +msgid "Address" msgstr "" #. module: base @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "Szülő menü" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Tervezett költség" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "Jelentés mezők" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Felhasználói felület - Nézetek" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Kategória neve" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,8 +1989,8 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" msgstr "" #. module: base @@ -1761,6 +1998,11 @@ msgstr "" msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "Csatorna neve" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Válasz" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "Metaadatok" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,11 +3093,13 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" msgstr "" #. module: base @@ -2767,8 +3108,14 @@ msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,8 +3385,13 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "Partnerek" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "Elem neve" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Cím típusa" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "Hivatkozások" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,9 +4010,8 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" +#: field:ir.report.custom,title:0 +msgid "Report title" msgstr "" #. module: base @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Alacsony szintű" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Valószínűség (0.50)" msgid "Mobile" msgstr "Mobil" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,8 +4631,8 @@ msgid "Repeat Header" msgstr "" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,8 +4827,8 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" msgstr "" #. module: base @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "Státusz" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,8 +4921,8 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" msgstr "" #. module: base @@ -4431,6 +4941,11 @@ msgstr "Csoport" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Csatorna" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Felület" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Megyekód" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Válasz" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Kategória neve" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "Megye" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Tervezett költség" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "ÁFA" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "Partner állapota" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,8 +6049,12 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" msgstr "" #. module: base @@ -5413,6 +6090,12 @@ msgstr "" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Kérés előzmények" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/it_IT.po b/bin/addons/base/i18n/it_IT.po index 320f4d49dfb..3d1aedf023b 100644 --- a/bin/addons/base/i18n/it_IT.po +++ b/bin/addons/base/i18n/it_IT.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:00:06+0000\n" -"PO-Revision-Date: 2008-11-28 17:00:06+0000\n" +"POT-Creation-Date: 2008-12-22 17:57:17+0000\n" +"PO-Revision-Date: 2008-12-22 17:57:17+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Azioni Programmate" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Questa procedura rileverà nuovi termini nell'applicazione in modo da po msgid "Outgoing transitions" msgstr "Transizioni in Uscita" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "Messaggio SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Crea Modello" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Saltato" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Non puoi creare questo tipo di documenti (%s)" @@ -166,7 +181,7 @@ msgstr "Workflow" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -177,7 +192,7 @@ msgstr "Oggetto" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" +msgstr "Per visualizzare le traduzioni ufficiali, visita questo link: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Categorie di Moduli" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,13 +218,18 @@ msgstr "ir.default" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Non Avviato" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Intestazione / Piè di pagina" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "Conferma" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,26 +281,20 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Visualizza Massimo" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "" +msgstr "Viste Create" #. module: base #: selection:res.request,priority:0 msgid "Normal" msgstr "Normale" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Transizioni in Ingresso" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -285,7 +309,7 @@ msgstr "Importa Nuova Lingua" #: wizard_field:server.action.create,step_1,report:0 #: wizard_view:server.action.create,step_1:0 msgid "Select Report" -msgstr "" +msgstr "Seleziona Report" #. module: base #: field:ir.report.custom.fields,fc1_condition:0 @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Annuale" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Mappatura Campo" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Suffisso" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "Il metodo di scollegamento non è previsto per questo oggetto" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Finestra di Destinazione" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Configurazione Dominio Semplice" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,10 +375,18 @@ msgid "Tabular" msgstr "Tabulare" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Attività" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 @@ -378,10 +420,21 @@ msgstr "Transizioni" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" -msgstr "" +msgstr "GPL-2 o successiva" #. module: base #: selection:workflow.activity,kind:0 @@ -422,7 +475,6 @@ msgstr "Ordinato per" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Tipo Report" @@ -432,6 +484,7 @@ msgstr "Tipo Report" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Stato" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Struttura Azienda" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Altro Titolare" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Note" msgid "All terms" msgstr "Tutti i Termini" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Generale" msgid "Wizard info" msgstr "Info Procedura" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Modulo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Impossibile definire una colonna %s. Parola Chiave Riservata !" @@ -522,19 +575,14 @@ msgstr "Attività di Destinazione" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Altre Azioni" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "Il metodo cerca__nome non è implementato per questo eggetto" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Collegamento" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "nuovo" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "Su documenti multipli" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Da aggiornare" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Categoria Superiore" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Nome Contatto" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Salva questo documento come un file %s e modificalo con un software specifico o un editor di testo. La codifica del file è UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Repositories" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Errore Password !" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Contatto" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Questo indirizzo URL '%s' deve condurre ad un file html contenente collegamenti a diversi moduli in formato .zip." @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "ConcurrencyException" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Rif. Vista" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Rif. Tabella" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Tipo Azione" msgid "Default limit for the list view" msgstr "Limite Predefinito per la vista 'Lista'" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.object.lines" msgid "Source Object" msgstr "Oggetto Origine" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Dimensione" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Firma" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Stato Azione" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Nome Campo" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Salva questo documento con formato .CSV ed aprilo con il tuo foglio di calcolo preferito. La codifica del file è UTF-8. Devi tradurre l'ultima colonna prima di reimportarlo." @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Oggetto Personalizzato" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Test" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "Non puoi rimuovere l'utente admin, poichè viene utilizzato internamente per risorse create da OpenERP (aggiornamenti, installazioni...)" @@ -904,6 +988,11 @@ msgstr "Non puoi rimuovere l'utente admin, poichè viene utilizzato internamente msgid "New modules" msgstr "Nuovi Moduli" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Vincolo" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Predefinito" @@ -955,11 +1045,21 @@ msgstr "Obbligatorio" msgid "Country Code" msgstr "Codice Nazione" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Continua" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Riepilogo" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Tipo Banca" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "Metodo di ricezione non definito !" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Intestazione / Piè di pagina" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "Il modo 'Lettura' non è implementato per questo oggetto." #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Riepilogo Richiesta" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "La lingua selezionata è stata correttamente installata. Devi ora modificare le preferenze dell'utente e aprire una nuova scheda menu per vedere i cambiamenti" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Eventi Partner" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Contatti Partner" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Indirizzo" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Vendite e Acquisti" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Procedura" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Nome lingua" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Menu Superiore" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "I Campi personalizzati devono avere un nome che inizia con 'x_' !" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Costo Pianificato" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "Il modo crea non è implementato per questo oggetto !" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Esportazione" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Descrizione Modello" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "scarica" msgid "Report Fields" msgstr "Campo Rapporto" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Tipo Sequenza" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Aggiorna Lista Moduli" msgid "Configure simple view" msgstr "Configura Vista Semplice" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "Url" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Azioni" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Richiesta" msgid "Mode of view" msgstr "Modo Visualizzazione" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "Il modo name_get non è implementato per questo oggetto" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Verticale" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Modello" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Messaggio" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Calendario" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "File Lingua Caricato" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Vista" @@ -1326,6 +1472,11 @@ msgstr "Vista" msgid "Modules to update" msgstr "Moduli da Aggiornare" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Data Aggiornamento" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Sig.rina" msgid "Activity" msgstr "Attività" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,8 +1538,8 @@ msgid "Sequences" msgstr "Sequenze" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Posizione sconosciuta nell vista ereditata %s !" @@ -1397,6 +1553,11 @@ msgstr "" msgid "Trigger Date" msgstr "Data Avvio Automatico" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Conto bancario" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Attenzione: si sta tentando di utilizzare un campo che a sua volta utilizza un oggetto sconosciuto" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "CAP" msgid "Author" msgstr "Autore" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Descrizione Campi" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Fornitore" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Traduci" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Testo" msgid "Direction" msgstr "Direzione" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.module.update_translations" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Visualizzazioni" @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Cerca di rimuovere un modulo installato o che verrà installato" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Azione Menu" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Workflow" @@ -1574,6 +1757,11 @@ msgstr "Workflow" msgid "Object id" msgstr "Id Oggetto" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Formato Stampa" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Interfaccia Semplice" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Formato Stampa" msgid "Payment term" msgstr "Termine di Pagamento" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Ricevi File" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Molto Urgente\n" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interfaccia Utente - Visualizzazioni" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Autorizzazioni Accesso" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "child_of" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Indirizzo Partner" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Non puoi rimuovere il modello '%s' !" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nome Categoria" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "Campo Collegato 1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Oggetto" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "Il modo scrittura non è implementato per questo oggetto" @@ -1738,11 +1964,22 @@ msgstr "Globale" msgid "From" msgstr "Da" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Questo metodo non esiste più" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Fornitore" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Invia" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Procedure di Configurazione" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Rif. 1 Documento" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "File TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Imposta a NULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,14 +2038,9 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Attività Origine" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Questa operazione potrebbe richiedere alcuni minuti" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Da sinistra a destra" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Operazione non valida" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Manca la Password !" @@ -1894,6 +2132,12 @@ msgstr "Manca la Password !" msgid "RML Header" msgstr "Intestazione RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "Il mmodo copia non è implementato per questo oggetto" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Nessuno" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "Non puoi scrivere in questo documento! (%s)" @@ -1947,6 +2191,11 @@ msgstr "Cerca nuovi Moduli" msgid "Module Repository" msgstr "Repository dei Moduli" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Trigger Configurazione" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1962,6 +2211,12 @@ msgstr "" msgid "Security" msgstr "Sicurezza" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Indirizzo" msgid "Interval Number" msgstr "Numero Intervallo" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Bassa" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Errore ricorsivo nelle dipendenze dei moduli !" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Configurazione Manuale Dominio" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Nome Canale" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Interfaccia Semplice" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Numero Successivo" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Ricevi File" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "Nazione" msgid "Rates" msgstr "Tassi" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "AccessError" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Rispondi" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Incrementa Numero" msgid "unknown" msgstr "Sconosciuto" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "Il modo crea non è implementato per questo oggetto !" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "Percorso SXW" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Dati" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Partner per Categoria" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Regole multiple sugli stessi oggetti possonon essere combinate utilizzando l'operatore OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Invia" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Il modo get_memory non è implementato !" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Codice Python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Query Errata" @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Etichetta Campo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Stai tentando di aggirare una regola d'accesso (Tipo Documento: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "Url Azione" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frequenza" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Struttura Azienda" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Relazione" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Gestione Moduli" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Attività Origine" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "ID Risorsa" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informazioni" @@ -2513,7 +2821,7 @@ msgstr "Percorso RML" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Successiva Procedura di Configurazione" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Metadati" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Personalizzato" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "Il valore della valuta per la valuta di valore 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "grezzo" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Partner: " @@ -2548,6 +2857,11 @@ msgstr "Partner: " msgid "Other" msgstr "Altro" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Nome Ruolo" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Non posso rimuovere l'utente root" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Versione Installata" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Attività" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "Conferma" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Annulla Aggiornamento" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "Il modo cerca non è implementato per questo oggetto !" @@ -2648,13 +2974,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "I Grafici a Torta necessitano di due campi" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Crea nello stesso Modello" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Formato File errato" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Crea nello stesso Modello" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Errore !" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Regexp per cercare moduli nel repository:\n" -"- La prima parentesi deve corrispondere al nome del modulo\n" -"- la seconda parentesi deve corrispondere al numero di versione\n" -"- L'ultima parentesi deve corrispondere all'estensione del modulo" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Valore Traduzione" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Per esportare una nuova lingua, non selezionare una lingua" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Termini Applicazione" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Griglia Controlli d'Accesso" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Modulo" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Azioni" #. module: base #: selection:res.request,priority:0 @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.actions.act_window.view" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Formato File errato" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Raggruppa per" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Categorie Partner" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Sola Lettura" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Non puoi rimuovere il campo '%s' !" @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" contiene troppi punti. Gli ID XML non dovrebbero contenere punti. Questi vengono utilizzati come riferimenti a dati di altri moduli, come in module.reference_id" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Giorno: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "Non puoi leggere questo documento ! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Riepilogo" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Regexp per cercare moduli nel repository:\n" +"- La prima parentesi deve corrispondere al nome del modulo\n" +"- la seconda parentesi deve corrispondere al numero di versione\n" +"- L'ultima parentesi deve corrispondere all'estensione del modulo" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Destinazione" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "chiuso" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Unità di Intervallo" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Giorni" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Valore" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Larghezza Fissa" msgid "Other Actions Configuration" msgstr "Configurazione Altre Azioni" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Visualizza Massimo" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Report - Piè di Pagina 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Aiuto" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Crea in Altro Modello" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "Lista Controllo Accessi" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Rendi la regola globale. Altrimenti dovrà essere assegnata a un gruppo o a un utente" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Pianifica per Installazione" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Ricerca Avanzata" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Ricerca Avanzata" msgid "Partners" msgstr "Partner" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Cartella:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "Il nome del gruppo non può iniziare con '-'" @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Titolare Conto Bancario" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Nome Risorsa" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Salva questo documento come file .tgz. Questo archivio contiene %s file UTF-8 e può essere inviato du Launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Traduci" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,16 +3725,22 @@ msgstr "Tipo Indirizzo" msgid "Start configuration" msgstr "Avvia Configurazione" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Categoria Superiore" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "ID Esportazione" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Azioni Finestra" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Ore" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Valore Traduzione" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frequenza" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Unità di Intervallo" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Riferimenti" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "Questa record nel frattempo è stato modificato." +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Questa operazione potrebbe richiedere alcuni minuti" msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Configurazione Manuale Dominio" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "A" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Tipo" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Questo metodo non esiste più" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "La struttura ad albero può essere utilizzata esclusivamente nei report tabellari" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Conti Bancari" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "La struttura ad albero può essere utilizzata esclusivamente nei report tabellari" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Struttura ad Albero" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3429,15 +3859,20 @@ msgstr "" msgid "Read Access" msgstr "Accesso di Lettura" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Trama" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Nome Menu" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "I Grafici a Barre necessitano di almeno due campi" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "Il modo search_memory non è implementato" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Colore Carattere" msgid "Server Actions" msgstr "Azioni Server" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3518,6 +3963,11 @@ msgstr "Aggiornamento di Sistema Completato" msgid "Type of view" msgstr "Tipo Vista" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "Percorso XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Azienda" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3561,10 +4015,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Concedi Accesso a Menu" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Titolo Report" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Nuova Finestra" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "Il secondo campo dovrebbe contenere figure" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Potenziale Cliente Commerciale" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Azione Principale" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Impossibile generare il prossimo ID poichè alcuni partner hanno un ID alfabetico" @@ -3609,6 +4064,11 @@ msgstr "Impossibile generare il prossimo ID poichè alcuni partner hanno un ID a msgid "Unsubscribed" msgstr "Disiscritto" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Salta Passaggio" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.actions.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Nome Menu" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "Eventi Partner Attivi" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "Oggetto di Lavoro" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Apri Finestra" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "Signal (subflow.*)" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Categorie Collegate" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Nome Oggetto" @@ -3823,6 +4308,8 @@ msgstr "Nome Oggetto" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Azione" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Campo" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Completato" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Fattura" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "Se impostato a True, l'azione non verrà visualizzata nella barra degli strumenti di destra" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Livello Basso" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Esportazione Completata" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Dimensione" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argomenti" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Aziende Collegate" msgid "The Object name must start with x_ and not contain any special character !" msgstr "Il nome oggetto deve iniziare con x_ e non può contenere caratteri speciali !" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Modulo:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Prossima Procedura" #. module: base #: selection:ir.rule,operator:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "Istanza Destinazione" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "La lingua selezionata è stata correttamente installata. Devi ora modificare le preferenze dell'utente e aprire una nuova scheda menu per vedere i cambiamenti" +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "La lingua selezionata è stata correttamente installata. Devi ora modifi msgid "Menus" msgstr "Menu" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4058,9 +4555,9 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Inserisci almeno un campo !" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Altre Azioni" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4124,6 +4619,12 @@ msgstr "Probabilità (0.50)" msgid "Mobile" msgstr "Cellulare" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Ripeti Intestazione" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Indirizzo" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Il sistema verrà aggiornato" msgid "Configure User" msgstr "Configura Utente" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nome:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Risorse" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Data Aggiornamento" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Codice Python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "Partita IVA" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Valori" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Mappatura Campi" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "Il mmodo copia non è implementato per questo oggetto" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "centra" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Impossibile creare il file del modulo: %s !" @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Versione Pubblicata" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "Il valore della valuta per la valuta di valore 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Auto-Aggiornamento" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Stati" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Valore" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Da destra a sinistra" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Rif. 1 Documento" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Stato" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Auto-Aggiornamento" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Azioni Finestra" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4408,7 +4918,7 @@ msgstr "Nome File" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Accesso" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Titolo Report" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Nome Gruppo" msgid "Modules to download" msgstr "Moduli da Scaricare" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "Il metodo perm_read non è implementato per questo oggetto" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Azienda" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Mappatura Campo" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Data Creazione" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Email / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "Codice BIC/Swift" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Azione Menu" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Non installato" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Canale" msgid "Icon" msgstr "Icona" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Ripetizione Fallita" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "Impossibile trovare il tag '%s' nella vista principale" @@ -4538,12 +5071,22 @@ msgstr "Vista Collegata" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Limite" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,6 +5100,11 @@ msgstr "Richieste" msgid "Or" msgstr "Or" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Testo" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4572,19 +5120,20 @@ msgstr "ir.rule.group" msgid "Childs" msgstr "Collegati" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Selezione" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Importa / Esporta" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Moduli Installati" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Attenzione" @@ -4608,14 +5157,30 @@ msgstr "Attenzione" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Operatore" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Indirizzo Partner" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Esporta Lingua" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "ValidateError" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Azione Cliente" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Importa Modulo" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Versione:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Trigger Configurazione" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Report - Piè di Pagina 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "Non puoi cancellare questo documento (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "Non Aggiornabile" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Stampato:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "Il modo set_memory non è implementato" @@ -4732,6 +5304,21 @@ msgstr "Il modo set_memory non è implementato" msgid "Current Window" msgstr "Finestra Corrente" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Campi" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Interfaccia" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Configurazione" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,16 +5376,31 @@ msgstr "Codice Stato" msgid "On delete" msgstr "Su Cancellazione" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Rispondi" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Sottoscrivi Report" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,17 +5416,27 @@ msgstr "Traducibile" msgid "Daily" msgstr "Quotidiano" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "A Cascata" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Il campo %d dovrebbe essere una figura" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nome Categoria" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4832,8 +5445,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Non Implementato" @@ -4861,7 +5474,7 @@ msgstr "Tipo Conto Bancario" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Pass Successivo di Configurazione" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4890,16 +5503,36 @@ msgstr "Scegli l'interfaccia semplificata se stai testando OpenERP per la prima msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Breve Descrizione" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4910,11 +5543,27 @@ msgstr "Nome Stato" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Il tuo Lgog - Utilizza una dimensione di circa 450x150 pixel" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Costo Pianificato" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Calendario" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Messaggio" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,12 +5591,6 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Grafico" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "La versione più recente" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Inizia Installazione" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Descrizione Campi" +#: selection:res.request,state:0 +msgid "closed" +msgstr "chiuso" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Dipendenza Modulo" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "Il modo name_get non è implementato per questo oggetto" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,6 +5660,11 @@ msgstr "Applica Aggiornamenti Programmati" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5057,7 +5703,7 @@ msgstr "Nome Azione" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Avanzamento Configurazione" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,6 +5712,7 @@ msgstr "Report - Piè di Pagina 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "E-Mail" @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Importa File di Traduzione" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transizioni in Ingresso" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Titoli Partner" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Configurazione Dominio Semplice" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5155,6 +5812,11 @@ msgstr "Termini non tradotti" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "IVA" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Termini Applicazione" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Filtro" msgid "Access Menu" msgstr "Menu Accesso" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Errore" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Categorie Partner" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Codice Sequenza" msgid "active" msgstr "attivo" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Propensione Partner" msgid "Bank Accounts" msgstr "Conti Bancari" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "File TGZ" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,8 +5962,13 @@ msgstr "Prefisso" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_company @@ -5308,11 +5981,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "Mappatura Campi" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Rif. Tabella" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5359,6 +6027,11 @@ msgstr "Configura Vista Semplice" msgid "Start Upgrade" msgstr "Inizia Aggiornamento" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Calcola Somma" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argomenti" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Modulo" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Funzione" msgid "Error! You can not create recursive companies." msgstr "Attenzione: non puoi creare aziende ricorsive" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "res.config.view" msgid "Description" msgstr "Descrizione" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "Operazione non valida" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Importa / Esporta" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Titolare Conto" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Riepilogo Richiesta" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "Il valore \"%s\" per il campo \"%s\" non è nella selezione" @@ -5491,9 +6168,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Oggetti di Lavoro del Worlflow" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Password" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Ruolo" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Esporta Lingua" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Cliente" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Regole multiple sugli stessi oggetti possonon essere combinate utilizzando l'operatore OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5592,6 +6276,11 @@ msgstr "Crea Oggetto" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5647,6 +6336,16 @@ msgstr "" msgid "Sequence" msgstr "Sequenza" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Importa Lingua" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5659,6 +6358,11 @@ msgid "Number of time the function is called,\n" msgstr "Numero di volte che la funzione viene richiamata,\n" "un numero negativo indica che la funzione verrà richiamata sempre" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5690,15 +6394,20 @@ msgid "Cancel Install" msgstr "Annulla Installazione" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Verifica che tutte le righe abbiano %d colonne" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Importa Lingua" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/lt_LT.po b/bin/addons/base/i18n/lt_LT.po index 57ce83b35bb..7ed5a1c85a2 100644 --- a/bin/addons/base/i18n/lt_LT.po +++ b/bin/addons/base/i18n/lt_LT.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:00:56+0000\n" -"PO-Revision-Date: 2008-11-28 17:00:56+0000\n" +"POT-Creation-Date: 2008-12-22 17:57:56+0000\n" +"PO-Revision-Date: 2008-12-22 17:57:56+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "" @@ -432,6 +484,7 @@ msgstr "" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "" msgid "Wizard info" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,8 +739,13 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base @@ -697,6 +753,11 @@ msgstr "" msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,8 +1178,8 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" +#: field:res.users,address_id:0 +msgid "Address" msgstr "" #. module: base @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,19 +1901,36 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" msgstr "" #. module: base @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,8 +1989,8 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" msgstr "" #. module: base @@ -1761,6 +1998,11 @@ msgstr "" msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,21 +2401,36 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" msgstr "" #. module: base @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,11 +3093,13 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" msgstr "" #. module: base @@ -2767,8 +3108,14 @@ msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,8 +3385,13 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,9 +4010,8 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" +#: field:ir.report.custom,title:0 +msgid "Report title" msgstr "" #. module: base @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "" msgid "Mobile" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,8 +4631,8 @@ msgid "Repeat Header" msgstr "" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,8 +4827,8 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" msgstr "" #. module: base @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,8 +4921,8 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" msgstr "" #. module: base @@ -4431,6 +4941,11 @@ msgstr "" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,16 +5336,17 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" +msgstr "Nustatymai" + +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" msgstr "" #. module: base @@ -4783,16 +5371,31 @@ msgstr "" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,8 +6049,12 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" msgstr "" #. module: base @@ -5413,6 +6090,12 @@ msgstr "" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/nl_NL.po b/bin/addons/base/i18n/nl_NL.po index 6369c124ecd..c94445825e0 100644 --- a/bin/addons/base/i18n/nl_NL.po +++ b/bin/addons/base/i18n/nl_NL.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:55:41+0000\n" -"PO-Revision-Date: 2008-11-28 16:55:41+0000\n" +"POT-Creation-Date: 2008-12-22 17:54:00+0000\n" +"PO-Revision-Date: 2008-12-22 17:54:00+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Geplande acties" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Deze wizard zal nieuwe voorwaarden in de toepassing opsporen zodat deze msgid "Outgoing transitions" msgstr "Uitgaande mutaties" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -66,7 +81,7 @@ msgstr "Mijn Voorkeuren Wijzigen" #. module: base #: view:ir.actions.act_window:0 msgid "Open Window" -msgstr "" +msgstr "Venster Openen" #. module: base #: field:res.partner.function,name:0 @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "SMS Bericht" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Model Aanmaken" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Overgeslagen" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "U kan dit soort documenten niet creeren! (%s)" @@ -166,7 +181,7 @@ msgstr "Werkschema" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -177,7 +192,7 @@ msgstr "Object" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" +msgstr "Om de officiele vertalingen te bekijken kun je deze link bezoeken: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Module Categorieën" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,12 +218,17 @@ msgstr "ir.default" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Niet Gestart" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" -msgstr "" +msgstr "Minuut: %(min)s" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Koptekst/Voettekst" #. module: base #: selection:ir.ui.menu,icon:0 @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "bevestiging" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,26 +281,20 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Haal Max. op" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "" +msgstr "Maak aanzichten" #. module: base #: selection:res.request,priority:0 msgid "Normal" msgstr "Normaal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Inkomende Mutaties" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -285,7 +309,7 @@ msgstr "Nieuwe taal importeren" #: wizard_field:server.action.create,step_1,report:0 #: wizard_view:server.action.create,step_1:0 msgid "Select Report" -msgstr "" +msgstr "Selecteer rapport" #. module: base #: field:ir.report.custom.fields,fc1_condition:0 @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Jaarlijks" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Veld Indeling" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Achtervoegsel" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "De ongelinkte methode is niet in dit object geïmplenteerd !" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Doel (Venster)" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Eenvoudige opzet domein" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,15 +375,23 @@ msgid "Tabular" msgstr "In tabelvorm" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Activiteiten" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 msgid "Start On" -msgstr "" +msgstr "Start op" #. module: base #: rml:ir.module.reference:0 @@ -378,10 +420,21 @@ msgstr "Mutaties" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" -msgstr "" +msgstr "GPL-2 of latere versie" #. module: base #: selection:workflow.activity,kind:0 @@ -412,7 +465,7 @@ msgstr "Contactpersoon Prospect" #. module: base #: constraint:ir.ui.view:0 msgid "Invalid XML for View Architecture!" -msgstr "Ongeldige XML voor overzicht" +msgstr "Ongeldige XML voor weergave opbouw" #. module: base #: field:ir.report.custom,sortby:0 @@ -422,7 +475,6 @@ msgstr "Gesorteerd op" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Rapport Type" @@ -432,6 +484,7 @@ msgstr "Rapport Type" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Status" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Bedrijfsstructuur" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Andere eigenaar" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administratie" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Notities" msgid "All terms" msgstr "Alle Termen" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Algemeen" msgid "Wizard info" msgstr "Wizard info" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Formulier" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Kolom %s is ondefinieerbaar. Gereserveerd sleutelwoord !" @@ -520,12 +573,7 @@ msgstr "Doel activiteit" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "" - -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Andere Acties" +msgstr "Open Source Dienstverlener" #. module: base #: selection:ir.ui.menu,icon:0 @@ -533,8 +581,8 @@ msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "De name_search methode is niet in geïmplenteerd dit object !" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Koppeling" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Website" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "nieuw" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "Op meerdere doc." +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Bij te werken" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Bovenliggende Categorie" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Naam Contactperson" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Sla dit document op als een %s bestand en bewerk het met daarvoor bedoelde software of een texteditor. Het bestand is UTF-8 ge-encoded" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Pakketbronnen" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Wachtwoord onjuist !" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Contactpersoon" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Deze url: '%s' moet een html bestand bevatten met links naar zip modules." @@ -677,26 +728,36 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "ConcurrencyException" #. module: base #: field:ir.actions.act_window,view_id:0 msgid "View Ref." -msgstr "Aanzicht ref." +msgstr "Weergave Ref." #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Tabel Ref." #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Soort actie" msgid "Default limit for the list view" msgstr "Standaard aantal items in lijst-weergave" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.object.lines" msgid "Source Object" msgstr "Bron Object" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Grootte" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,10 +858,15 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" -msgstr "" +msgstr "Ondertekening" #. module: base #: field:ir.actions.server,sms:0 @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Actiestatus" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Veldnaam" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Sla dit bestand op in .CSV Formaat en open het in uw spreadsheet software. U moet de laatste kolom vertalen alvorens het bestand weer te importeren. (Het bestand is in UTF-8 formaat )" @@ -856,7 +930,7 @@ msgstr "Valuta" #. module: base #: selection:ir.actions.todo,type:0 msgid "Configure" -msgstr "" +msgstr "Configureren" #. module: base #: help:res.partner,lang:0 @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Aangepast Object" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Test" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "U kunt gebruiker 'admin' niet verwijderen. Deze wordt gebruikt om interne handelingen zoals updates, module installaties, enz. uit te voeren." @@ -904,6 +988,11 @@ msgstr "U kunt gebruiker 'admin' niet verwijderen. Deze wordt gebruikt om intern msgid "New modules" msgstr "Nieuwe modules" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Begrenzing" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Standaardinstelling" @@ -955,11 +1045,21 @@ msgstr "Verplicht" msgid "Country Code" msgstr "Landcode" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Doorgaan" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Samenvatting" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Soort Bank" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "Ongedefinieerde get methode !" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Koptekst/Voettekst" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "De read methode is niet in dit object geïmplementeerd !" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Verzoek Historie" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "De geselecteerde taal is succesvol geïnstalleerd. Wijzig de voorkeur van de betreffende gebruiker en open een nieuw menu om de wijzigingen te zien." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Partner Gebeurtenissen" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Contactpersonen" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Adres" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Verkopen & Inkopen" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Assistent" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Taalnaam" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,21 +1246,28 @@ msgid "Parent Menu" msgstr "Bovenliggend Menu" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Aangepaste velden moet een naam hebben die beginnen met 'x_'!" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Geraamde Kosten" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "De aanmaak-methode in niet in dit object geïmplementeerd !" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" -msgstr "Gebeurtenistype" +msgstr "Soort Gebeurtenis" #. module: base #: field:ir.ui.view,type:0 @@ -1168,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Export" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Model Omschrijving" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "ophalen" msgid "Report Fields" msgstr "Rapport Velden" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Volgorde Type" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Update Modulelijst" msgid "Configure simple view" msgstr "Eenvoudige Weergave Configureren" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Acties" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Verzoek" msgid "Mode of view" msgstr "Weergave modus" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "De name_get methode is niet geïmplenteerd in dit object !" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Staand" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Model" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Agenda" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "Taalbestand geladen" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Weergave" @@ -1326,6 +1472,11 @@ msgstr "Weergave" msgid "Modules to update" msgstr "Up-te-daten Modules" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Update Datum" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Mej." msgid "Activity" msgstr "Activiteit" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,21 +1538,26 @@ msgid "Sequences" msgstr "Volgorden" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Onbekende positie in geërfde weergave %s !" #. module: base #: view:res.users:0 msgid "Add User" -msgstr "" +msgstr "Voeg een gebruiker toe" #. module: base #: field:res.request,trigger_date:0 msgid "Trigger Date" msgstr "Activeringsdatum" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Bankrekening" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Waarschuwing: er wordt een relatie veld gebruikt welke een onbekend object gebruikt" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "Postcode" msgid "Author" msgstr "Auteur" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Omschrijving Velden" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1454,7 +1620,7 @@ msgstr "STOCK_DIALOG_QUESTION" #: selection:ir.actions.server,state:0 #: view:ir.actions.server:0 msgid "Trigger" -msgstr "" +msgstr "Trigger" #. module: base #: field:res.partner,supplier:0 @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Leverancier" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Vertaal" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Inhoud" msgid "Direction" msgstr "Richting" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.module.update_translations" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Weergaven" @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "U probeert een module te verwijderen die geïnstalleerd is of nog moet worden geïnstalleerd." @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Menu Activiteit" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Werkprocedures" @@ -1574,6 +1757,11 @@ msgstr "Werkprocedures" msgid "Object id" msgstr "Object id" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Print opmaak" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Eenvoudige Interface" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Print opmaak" msgid "Payment term" msgstr "Betalingstermijn" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Bestand ophalen" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Zeer Urgent\n" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Gebruikers interface - Aanzicht" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Toegangsrechten" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "child_of" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Relatie Adres" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Het kunt het model '%s' niet verwijderen!" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Categorie Naam" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "field child1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Onderwerp" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "De schrijfmethode is niet geïmplementeerd in dit object !" @@ -1738,11 +1964,22 @@ msgstr "Algemeen" msgid "From" msgstr "Van" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Deze methode bestaat niet meer" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Detailhandelaar" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Verzenden" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Configuratie Assistenten" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Document Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "TGZ archiefbestand" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Set NULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,14 +2038,9 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Bron Activiteit" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Deze vewerking kan een paar minuten duren." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Links-naar-Rechts" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Ongeldige bewerking" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1845,7 +2083,7 @@ msgstr "RML inhoudt" #. module: base #: model:ir.model,name:base.model_ir_model_grid msgid "Objects Security Grid" -msgstr "" +msgstr "Object Veiligheidspatroon" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Geen Wachtwoord!" @@ -1894,6 +2132,12 @@ msgstr "Geen Wachtwoord!" msgid "RML Header" msgstr "RML Header" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "De copie-methode in niet in dit object geïmplementeerd" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Geen" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "U kunt het document niet wijzigen! (%s)" @@ -1947,6 +2191,11 @@ msgstr "Zoeken naar nieuwe modules" msgid "Module Repository" msgstr "Module opslagplaats" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Trigger Configuratie" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1962,6 +2211,12 @@ msgstr "" msgid "Security" msgstr "Beveiliging" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Straat" msgid "Interval Number" msgstr "Interval" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Laag" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Terugkeerende fout in de module-afhanlijkheden !" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Handmatige domein opzet" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Kanaalnaam" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Eenvoudige Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Volgende nummer" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Bestand ophalen" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2120,7 +2395,7 @@ msgstr "Deze functie controleert voor nieuwe modules in 'addons' en de module-op #: field:res.partner,country:0 #: view:res.country:0 msgid "Country" -msgstr "" +msgstr "Land" #. module: base #: field:res.currency,rate_ids:0 @@ -2128,22 +2403,37 @@ msgstr "" msgid "Rates" msgstr "Wisselkoersen" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "AccessError" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Antwoorden" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Toename Getal" msgid "unknown" msgstr "onbekend" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "De aanmaak-methode in niet in dit object geïmplementeerd !" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "SXW pad" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Gegevens" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Relaties per Categorie" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Meerdere regels voor dezelfde objecten worden samengevoegd met behulp van de operator OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Verzenden" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Niet geïmplementeerde get_memory methode !" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Python Code" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Foutieve query" @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Veld Etiket" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "U probeert een toegansrecht te forceren (Document type: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "Url Actie" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frequentie" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Bedrijfsstructuur" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Gerelateerd aan" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Module Beheer" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administratie" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Bron Activiteit" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "Bron ID" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informatie" @@ -2513,7 +2821,7 @@ msgstr "RML pad" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Volgende Configuratie Assistent" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Meta Data" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Aangepast" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "De wisselkoers van munteenheid naar munteenheid is 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "brontekst" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Relaties " @@ -2548,6 +2857,11 @@ msgstr "Relaties " msgid "Other" msgstr "Overige" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Rolnaam" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Kan de root gebruiker niet verwijderen." #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Geïnstalleerde versie" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Activiteiten" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "bevestiging" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2609,12 +2935,12 @@ msgstr "Rapport Xml" #. module: base #: help:res.partner,user_id:0 msgid "The internal user that is in charge of communicating with this partner if any." -msgstr "" +msgstr "De interne gebruiker is gemachtigd voor de communicatie met deze relatie als die er is." #. module: base #: selection:ir.translation,type:0 msgid "Wizard View" -msgstr "Assistent Aanzicht" +msgstr "Assistent Weergave" #. module: base #: view:ir.module.module:0 @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Upgrade Onderbreken" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "De zoek-methode is niet in dit object geïmplementeerd !" @@ -2648,13 +2974,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "Cirkeldiagrammen hebben exact 2 velden nodig" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "aanmaken in het zelfde model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Fout bestandsformaat" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "aanmaken in het zelfde model" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Fout!" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Het zoekpatroon om de module te zoeken op de website:\n" -"- De eerste haakjes moeten overeenkomen met de naam van de module.\n" -"- De tweede haakjes moeten overeenkomen met het versienummer.\n" -"- De laatste haakjes moeten overeenkomen met de extensie van de module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Vertalingswaarde" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Om een taal te exporteren, geen taal selecteren." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Applicatie Termen" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2790,15 +3134,15 @@ msgstr "Tijdszone" #: model:ir.actions.act_window,name:base.action_model_grid_security #: model:ir.ui.menu,name:base.menu_ir_access_grid msgid "Access Controls Grid" -msgstr "" +msgstr "Toegangscontrolle patroon" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Acties" #. module: base #: selection:res.request,priority:0 @@ -2834,7 +3178,7 @@ msgstr "res.request.link" #. module: base #: wizard_button:module.module.update,init,update:0 msgid "Check new modules" -msgstr "Ckack voor niuwe modules" +msgstr "Check op nieuwe modules" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_view @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.actions.act_window.view" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Fout bestandsformaat" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Groeperen per" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Relatie Categorieën" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Alleen Lezen" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Het veld '%s' kan niet worden verwijderd!" @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" bevat te veel punten. XML id´s mogen geen punten bevatten! Deze worden gebruikt om naar data van andere modules te verwijzen, zoals in: module.reference_id" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Dag: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "U kunt het document niet lezen! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Historie" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Het zoekpatroon om de module te zoeken op de website:\n" +"- De eerste haakjes moeten overeenkomen met de naam van de module.\n" +"- De tweede haakjes moeten overeenkomen met het versienummer.\n" +"- De laatste haakjes moeten overeenkomen met de extensie van de module." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Bestemming" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "afgesloten" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Intervaleenheid" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3039,7 +3412,7 @@ msgstr "Export naam" #. module: base #: help:ir.model.fields,on_delete:0 msgid "On delete property for many2one fields" -msgstr "" +msgstr "Bij het verwijderen van de eigenschappen van de many2one velden" #. module: base #: model:ir.model,name:base.model_ir_rule @@ -3055,12 +3428,16 @@ msgstr "Dagen" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Waarde" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Vaste breedte" msgid "Other Actions Configuration" msgstr "Configuratie andere Handelingen" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Haal Max. op" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Rapport Voetnoot 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Help" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Aanmaken in ander Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "Toegangscontrole Lijst" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Maak de regel voor iedereen of maak deze anders voor een groep of gebruiker" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Inplannen voor installatie" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Uitgebreid Zoeken" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Uitgebreid Zoeken" msgid "Partners" msgstr "Relaties" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Map:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3200,7 +3598,7 @@ msgstr "" #. module: base #: field:ir.actions.server,trigger_name:0 msgid "Trigger Name" -msgstr "" +msgstr "Naam Trigger" #. module: base #: wizard_button:server.action.create,step_1,create:0 @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "De naam van de groep kan niet beginnen met \"-\"" @@ -3262,7 +3660,7 @@ msgstr "Assistent Knop" #. module: base #: view:ir.sequence:0 msgid "Legend (for prefix, suffix)" -msgstr "" +msgstr "Legenda (voor voorvoegsel, achtervoegsel)" #. module: base #: field:workflow.activity,flow_stop:0 @@ -3289,10 +3687,16 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "tenaamstelling bankrekening" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" -msgstr "" +msgstr "Weergave Naam" #. module: base #: field:ir.ui.view_sc,resource:0 @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Bronnaam" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Sla dit bestand op in .tgz formaat. Dit bestand bevat UTF-8 %s bestanden en kan ge-upload worden naar launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Vertaal" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,15 +3725,21 @@ msgstr "Soort adres" msgid "Start configuration" msgstr "Start configuratie" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Bovenliggende Categorie" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "Export Id" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Uren" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Vertalingswaarde" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frequentie" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Intervaleenheid" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,9 +3768,14 @@ msgid "References" msgstr "Referenties" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" +msgstr "Deze entiteit is in de tussentijd gewijzigd" + +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." msgstr "" #. module: base @@ -3368,6 +3788,16 @@ msgstr "Deze uitvoering kan enige minuten duren." msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Handmatige domein opzet" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "Aan" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Soort" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Deze methode bestaat niet meer" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Boomstructuur kan alleen worden gebruikt in een staafdiagram" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Bankrekeningen" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Boomstructuur kan alleen worden gebruikt in een staafdiagram" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Boomstructuur" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3430,14 +3860,19 @@ msgid "Read Access" msgstr "Schrijfrechten" #. module: base -#: selection:ir.report.custom,type:0 -msgid "Line Plot" +#: rml:ir.module.reference:0 +msgid "Directory" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Menu Naam" +#: selection:ir.report.custom,type:0 +msgid "Line Plot" +msgstr "Lijn Soort" + +#. module: base +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Staafdiagram benodigd minimaal twee velden" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "Niet geïmplementeerde search_method methode !" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Tekstkleur" msgid "Server Actions" msgstr "Server Acties" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3516,7 +3961,12 @@ msgstr "Systeem upgrade vooltooid" #: field:ir.actions.act_window,view_type:0 #: field:ir.actions.act_window.view,view_mode:0 msgid "Type of view" -msgstr "Soort aanzicht" +msgstr "Type weergave" + +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "XML pad" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Bedrijf" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3561,10 +4015,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Toegangsrechten tot menu" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Titel Rapport" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Nieuw venster" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "Tweede veld moeten figuren zijn" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Commercieel Prospect" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Bovenliggende Actie" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Volgende ID genereren is onmogelijk omdat sommige Relaties een alfabetisch ID hebben !" @@ -3609,6 +4064,11 @@ msgstr "Volgende ID genereren is onmogelijk omdat sommige Relaties een alfabetis msgid "Unsubscribed" msgstr "Afgemeld" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Stap Overslaan" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.actions.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Menu Naam" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "Active Relatie Gebeurtenissen" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3675,7 +4139,7 @@ msgstr "" #: model:ir.actions.act_window,name:base.action_rule #: model:ir.ui.menu,name:base.menu_action_rule msgid "Record Rules" -msgstr "" +msgstr "Record Regels" #. module: base #: field:res.config.view,view:0 @@ -3701,7 +4165,7 @@ msgstr "" #. module: base #: help:ir.actions.wizard,multi:0 msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." -msgstr "" +msgstr "Als de waarde WAAR is, zal de assistent niet worden weergegeven in de rechter welkbalk bij de formulier weergave." #. module: base #: field:workflow.transition,role_id:0 @@ -3773,6 +4237,16 @@ msgstr ">" #. module: base #: field:workflow.triggers,workitem_id:0 msgid "Workitem" +msgstr "Taak" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." msgstr "" #. module: base @@ -3785,21 +4259,31 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Open een Venster" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" -msgstr "" +msgstr "Maanden" #. module: base #: field:workflow.activity,signal_send:0 msgid "Signal (subflow.*)" -msgstr "" +msgstr "Signaal (subflow.*)" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Onderliggende Categorie" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Naam van het object" @@ -3823,6 +4308,8 @@ msgstr "Naam van het object" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Actie" @@ -3830,7 +4317,7 @@ msgstr "Actie" #. module: base #: field:ir.rule,domain_force:0 msgid "Force Domain" -msgstr "" +msgstr "Domein forceren" #. module: base #: view:ir.actions.server:0 @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Veld" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,12 +4408,12 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Voltooid" #. module: base #: field:ir.actions.server,trigger_obj_id:0 msgid "Trigger On" -msgstr "" +msgstr "Trigger Aan" #. module: base #: selection:res.partner.address,type:0 @@ -3928,12 +4425,7 @@ msgstr "Factuur" #: help:ir.actions.report.xml,multi:0 #: help:ir.actions.act_window.view,multi:0 msgid "If set to true, the action will not be displayed on the right toolbar of a form views." -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Low Level" +msgstr "Als de waarde op waar wordt gezet, zal deze actie niet worden getoond in het rechter keuzemenu in de formulier weergave." #. module: base #: wizard_view:module.upgrade,start:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Export Voltooid" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Grootte" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumenten" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3977,17 +4474,12 @@ msgstr "Dochteronderneming" #. module: base #: constraint:ir.model:0 msgid "The Object name must start with x_ and not contain any special character !" -msgstr "Het object moet starten met x_ en moet geen speciale karakters bevatten!" - -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Module" +msgstr "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Volgende Assistent" #. module: base #: selection:ir.rule,operator:0 @@ -4015,12 +4507,12 @@ msgstr "" #. module: base #: field:workflow.triggers,instance_id:0 msgid "Destination Instance" -msgstr "" +msgstr "Instantie Besteming" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "De geselecteerde taal is succesvol geïnstalleerd. Wijzig de voorkeur van de betreffende gebruiker en open een nieuw menu om de wijzigingen te zien." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "De geselecteerde taal is succesvol geïnstalleerd. Wijzig de voorkeur va msgid "Menus" msgstr "Menu's" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4040,7 +4537,7 @@ msgstr "in" #. module: base #: field:ir.actions.url,target:0 msgid "Action Target" -msgstr "" +msgstr "Actie Doel" #. module: base #: field:ir.report.custom,field_parent:0 @@ -4050,7 +4547,7 @@ msgstr "Onderliggend Veld" #. module: base #: model:res.partner.title,name:base.res_partner_title_sir msgid "Sir" -msgstr "" +msgstr "De heer" #. module: base #: view:wizard.module.lang.export:0 @@ -4058,9 +4555,9 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4074,7 +4571,7 @@ msgstr "" #: field:ir.actions.server,usage:0 #: field:ir.actions.act_window,usage:0 msgid "Action Usage" -msgstr "" +msgstr "Actie Gebruik" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Er moet tenminste één veld worden ingevuld !" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Andere Acties" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4107,7 +4602,7 @@ msgstr "workflow.workitem" #. module: base #: field:ir.ui.view_sc,name:0 msgid "Shortcut Name" -msgstr "" +msgstr "Naam Snelkoppeling" #. module: base #: selection:ir.module.module,state:0 @@ -4124,6 +4619,12 @@ msgstr "Slagingskans" msgid "Mobile" msgstr "Mobiel" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Herhaal Koptekst" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Adres" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Het syteem wordt ge-upgrade" msgid "Configure User" msgstr "Gebruiker Configureren" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Naam:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Bron" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Update Datum" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4215,7 +4711,7 @@ msgstr "Modules" #: field:workflow.activity,subflow_id:0 #: field:workflow.workitem,subflow_id:0 msgid "Subflow" -msgstr "" +msgstr "Subflow" #. module: base #: help:res.partner,vat:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "BTW nummer" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Waarden" @@ -4237,7 +4737,7 @@ msgstr "STOCK_DIALOG_INFO" #. module: base #: field:workflow.transition,signal:0 msgid "Signal (button Name)" -msgstr "" +msgstr "Signaal (Naam Knop)" #. module: base #: field:res.company,logo:0 @@ -4265,13 +4765,22 @@ msgstr "terp-sale" #. module: base #: view:ir.actions.server:0 msgid "Field Mappings" +msgstr "Veld Koppelingen" + +#. module: base +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "De copie-methode in niet in dit object geïmplementeerd" +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,15 +4799,15 @@ msgid "center" msgstr "midden" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Aanmaken modulebestand niet mogelijk: %s !" #. module: base #: field:ir.server.object.lines,server_id:0 msgid "Object Mapping" -msgstr "" +msgstr "Object Koppelingen" #. module: base #: field:ir.module.module,published_version:0 @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Gepubliseerde Versie" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Auto-Refresh" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Staten" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Wisselkoers" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Van rechts naar links" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Document Ref 1" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Status" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Venster Acties" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4408,7 +4918,7 @@ msgstr "Bestandsnaam" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Toegang" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Titel Rapport" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Groepsnaam" msgid "Modules to download" msgstr "Modules te downloaden" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,15 +4958,15 @@ msgid "Fax" msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_workitem_form #: model:ir.ui.menu,name:base.menu_workflow_workitem msgid "Workitems" -msgstr "" +msgstr "Taken" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4459,46 +4974,52 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "De perm_read methode is niet in dit object geïmplementeerd" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Bedrijf" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Veld Indeling" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Aanmaak Datum" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Email / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" -msgstr "" +msgstr "BIC/Swift code" #. module: base #: model:ir.model,name:base.model_ir_sequence msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Menu Activiteit" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Niet geïnstalleerd" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Kanaal" msgid "Icon" msgstr "Icoon" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4520,30 +5053,40 @@ msgstr "Ok" #. module: base #: field:ir.cron,doall:0 msgid "Repeat missed" -msgstr "" +msgstr "Herhaling gemist" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" -msgstr "" +msgstr "'%s' niet gevonden in de bovenliggende weergave" #. module: base #: field:ir.ui.view,inherit_id:0 msgid "Inherited View" -msgstr "" +msgstr "Geërfde Weergave" #. module: base #: model:ir.model,name:base.model_ir_translation msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Limiet" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,6 +5100,11 @@ msgstr "Verzoeken" msgid "Or" msgstr "Of" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Tekst" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4572,19 +5120,20 @@ msgstr "ir.rule.group" msgid "Childs" msgstr "Onderliggend" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Selectie" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Import / Export" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Geïnstalleerde modules" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Waarschuwing" @@ -4609,13 +5158,29 @@ msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" #. module: base -#: field:ir.rule,operator:0 -msgid "Operator" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" msgstr "" #. module: base -#, python-format +#: field:ir.rule,operator:0 +msgid "Operator" +msgstr "Operator" + +#. module: base +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Relatie Adres" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Taal exporteren" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "ValidateError" @@ -4625,9 +5190,10 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" -msgstr "" +msgstr "Cliënt Actie" #. module: base #: selection:ir.report.custom.fields,alignment:0 @@ -4647,29 +5213,35 @@ msgid "Import module" msgstr "Import module" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Versie:" - -#. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" +msgstr "U kunt dit document niet verwijderen! (%s)" + +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" msgstr "" #. module: base @@ -4697,7 +5269,7 @@ msgstr "" #. module: base #: field:ir.model.access,perm_create:0 msgid "Create Access" -msgstr "" +msgstr "Toegang Aanmaken" #. module: base #: model:ir.actions.act_window,name:base.action_partner_other_form @@ -4708,39 +5280,54 @@ msgstr "Andere Relaties" #. module: base #: field:ir.model.data,noupdate:0 msgid "Non Updatable" +msgstr "Niet updatebaar" + +#. module: base +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "" - -#. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" -msgstr "" +msgstr "Niet geïmplenteerde set_memory methode !" #. module: base #: selection:ir.actions.act_window,target:0 msgid "Current Window" +msgstr "Huidige Venster" + +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." msgstr "" #. module: base #: view:res.partner.category:0 msgid "Partner category" -msgstr "" +msgstr "Relatie categorie" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_NETWORK" -msgstr "" +msgstr "STOCK_NETWORK" #. module: base #: model:ir.actions.act_window,name:base.action_model_fields @@ -4752,77 +5339,103 @@ msgstr "" #: view:ir.model.fields:0 #: view:ir.model:0 msgid "Fields" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "" +msgstr "Velden" #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Instellingen" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 msgid "Field Type" -msgstr "" +msgstr "Veldtype" #. module: base #: field:ir.model.fields,complete_name:0 #: field:ir.ui.menu,complete_name:0 msgid "Complete Name" -msgstr "" +msgstr "Volledige Naam" #. module: base #: field:res.country.state,code:0 msgid "State Code" -msgstr "" +msgstr "Provinciecode" #. module: base #: field:ir.model.fields,on_delete:0 msgid "On delete" -msgstr "" +msgstr "Bij Verwijderen" + +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Antwoorden" #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" +msgstr "Abbonneren Rapport" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" msgstr "" #. module: base #: field:ir.values,object:0 msgid "Is Object" -msgstr "" +msgstr "Is Object" #. module: base #: field:res.lang,translatable:0 msgid "Translatable" -msgstr "" +msgstr "Vertaalbaar" #. module: base #: selection:ir.report.custom,frequency:0 msgid "Daily" +msgstr "Dagelijks" + +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" -msgstr "" +msgstr "Trapsgewijs" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" -msgstr "" +msgstr "Veld %d moet een figuur zijn" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Categorie Naam" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 @@ -4832,10 +5445,10 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" -msgstr "" +msgstr "Niet geïmplementeerd" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 @@ -4850,49 +5463,59 @@ msgstr "" #. module: base #: view:ir.property:0 msgid "Property" -msgstr "" +msgstr "Waarde" #. module: base #: model:ir.model,name:base.model_res_partner_bank_type #: view:res.partner.bank.type:0 msgid "Bank Account Type" -msgstr "" +msgstr "Bankrekening Type" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Volgende Configuratie Stap" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-project" -msgstr "" +msgstr "terp-project" #. module: base #: field:res.groups,comment:0 msgid "Comment" -msgstr "" +msgstr "Opmerking" #. module: base #: field:ir.model.fields,domain:0 #: field:ir.rule,domain:0 #: field:res.partner.title,domain:0 msgid "Domain" -msgstr "" +msgstr "Domein" #. module: base #: view:res.config.view:0 msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." -msgstr "" +msgstr "Kies de eenvoudige interface als u OpenERP voor de eerste keer test. Minder opties gebruikt of velden worden automatisch verborgen. U kunt dit later wijzigen in het Administratie menu." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PREFERENCES" +msgstr "STOCK_PREFERENCES" + +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." msgstr "" #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" +msgstr "Korte omschrijving" + +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" msgstr "" #. module: base @@ -4900,14 +5523,35 @@ msgstr "" msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" -msgstr "" +msgstr "Status Naam" #. module: base #: view:res.company:0 msgid "Your Logo - Use a size of about 450x150 pixels." +msgstr "Uw Logo - Gebruik een afmeting van ongeveer 450x150 pixels." + +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" msgstr "" #. module: base @@ -4915,39 +5559,37 @@ msgstr "" msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Geraamde Kosten" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" -msgstr "" +msgstr "Methode Samenvoeging" #. module: base #: selection:ir.report.custom,print_format:0 msgid "a5" -msgstr "" +msgstr "A5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Agenda" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Bericht" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml #: selection:ir.ui.menu,action:0 msgid "ir.actions.report.xml" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" +msgstr "ir.actions.report.xml" #. module: base #: view:wizard.module.lang.export:0 @@ -4957,30 +5599,30 @@ msgstr "" #. module: base #: view:res.users:0 msgid "Please note that you will have to logout and relog if you change your password." -msgstr "" +msgstr "U moet uitloggen en weer inloggen om uw wachtwoord te wijzigen" #. module: base #: field:res.partner,address:0 #: view:res.partner.address:0 msgid "Contacts" -msgstr "" +msgstr "Contactpersonen" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Graph" -msgstr "" +msgstr "Grafiek" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server msgid "ir.actions.server" -msgstr "" +msgstr "ir.actions.server" #. module: base #: model:res.partner.category,name:base.res_partner_category_17 @@ -4990,33 +5632,37 @@ msgstr "" #. module: base #: wizard_button:module.lang.install,init,start:0 msgid "Start installation" -msgstr "" +msgstr "Installatie Starten" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "" +#: selection:res.request,state:0 +msgid "closed" +msgstr "afgesloten" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency msgid "Module dependency" -msgstr "" +msgstr "Module afhankelijkheid" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade #: model:ir.ui.menu,name:base.menu_wizard_upgrade msgid "Apply Scheduled Upgrades" -msgstr "" +msgstr "Geplande Upgrades Toepassen" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DND_MULTIPLE" +msgstr "STOCK_DND_MULTIPLE" + +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" msgstr "" #. module: base @@ -5027,18 +5673,18 @@ msgstr "" #. module: base #: view:res.config.view:0 msgid "Choose Your Mode" -msgstr "" +msgstr "Kies uw modus" #. module: base #: view:ir.actions.report.custom:0 msgid "Report custom" -msgstr "" +msgstr "Aangepast Rapport" #. module: base #: field:workflow.activity,action_id:0 #: view:ir.actions.server:0 msgid "Server Action" -msgstr "" +msgstr "Server Actie" #. module: base #: selection:ir.module.module,license:0 @@ -5052,22 +5698,23 @@ msgstr "" #: field:ir.actions.url,name:0 #: field:ir.actions.act_window,name:0 msgid "Action Name" -msgstr "" +msgstr "Actienaam" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Configuratie Voortgang" #. module: base #: field:res.company,rml_footer2:0 msgid "Report Footer 2" -msgstr "" +msgstr "Rapport Voetnoot 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" -msgstr "" +msgstr "E-mail" #. module: base #: wizard_view:module.lang.import,init:0 @@ -5077,28 +5724,28 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_groups msgid "res.groups" -msgstr "" +msgstr "res.groups" #. module: base #: field:workflow.activity,split_mode:0 msgid "Split Mode" -msgstr "" +msgstr "Splitsmodus" #. module: base #: model:ir.ui.menu,name:base.menu_localisation msgid "Localisation" -msgstr "" +msgstr "Localisatie" #. module: base #: selection:ir.report.custom.fields,operation:0 msgid "Calculate Count" -msgstr "" +msgstr "Bereken Aantal" #. module: base #: field:ir.module.module,dependencies_id:0 #: view:ir.module.module:0 msgid "Dependencies" -msgstr "" +msgstr "Afhankelijkheden" #. module: base #: field:ir.cron,user_id:0 @@ -5107,63 +5754,78 @@ msgstr "" #: field:res.partner.event,user_id:0 #: view:res.users:0 msgid "User" -msgstr "" +msgstr "Gebruiker" #. module: base #: field:res.partner,parent_id:0 msgid "Main Company" -msgstr "" +msgstr "Moederorganisatie" #. module: base #: model:ir.actions.act_window,name:base.ir_property_form #: model:ir.ui.menu,name:base.menu_ir_property_form msgid "Default properties" -msgstr "" +msgstr "Standaard eigenschappen" #. module: base #: field:res.request.history,date_sent:0 msgid "Date sent" -msgstr "" +msgstr "Verzenddatum" #. module: base #: model:ir.actions.wizard,name:base.wizard_lang_import #: model:ir.ui.menu,name:base.menu_wizard_lang_import msgid "Import a Translation File" +msgstr "Vertaalbestand importeren" + +#. module: base +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" -msgstr "" +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Inkomende Mutaties" #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner #: view:res.partner.title:0 msgid "Partners Titles" -msgstr "" +msgstr "Aanhef Relatie" + +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Eenvoudige opzet domein" #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans msgid "Untranslated terms" -msgstr "" +msgstr "Onvertaalde termen" #. module: base #: view:ir.actions.server:0 msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" -msgstr "" +msgstr "wizard.ir.model.menu.create" #. module: base #: view:workflow.transition:0 msgid "Transition" -msgstr "" +msgstr "Overgang" #. module: base #: field:res.partner,vat:0 @@ -5171,54 +5833,60 @@ msgid "VAT" msgstr "BTW" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Applicatie Termen" #. module: base #: field:res.partner.address,birthdate:0 msgid "Birthdate" -msgstr "" +msgstr "Geboortedatum" #. module: base #: field:ir.module.repository,filter:0 msgid "Filter" -msgstr "" +msgstr "Filter" #. module: base #: field:res.groups,menu_access:0 msgid "Access Menu" +msgstr "Toegangsmenu" + +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" +msgstr "res.partner.som" + +#. module: base +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" -msgstr "" +msgstr "Fout" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity msgid "workflow.activity" -msgstr "" +msgstr "workflow.activity" #. module: base #: field:ir.sequence,code:0 @@ -5229,89 +5897,89 @@ msgstr "Reeks Code" #. module: base #: selection:res.request,state:0 msgid "active" +msgstr "actief" + +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" msgstr "" #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" -msgstr "" +msgstr "Afrondingsfactor" #. module: base #: selection:ir.translation,type:0 msgid "Wizard Field" -msgstr "" +msgstr "Assistent Veld" #. module: base #: view:ir.model:0 msgid "Create a Menu" -msgstr "" +msgstr "Menu aanmaken" #. module: base #: view:ir.cron:0 msgid "Action to trigger" -msgstr "" +msgstr "Trigger Actie" #. module: base #: field:ir.model.fields,select_level:0 msgid "Searchable" -msgstr "" +msgstr "Zoekbaar" #. module: base #: view:res.partner.event:0 msgid "Document Link" -msgstr "" +msgstr "Koppeling Document" #. module: base #: view:res.partner.som:0 msgid "Partner State of Mind" -msgstr "" +msgstr "Humeur Relatie" #. module: base #: model:ir.model,name:base.model_res_partner_bank msgid "Bank Accounts" -msgstr "" - -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" +msgstr "Bankrekeningen" #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" -msgstr "" +msgstr "res.partner.title" #. module: base #: view:res.company:0 #: view:res.partner:0 msgid "General Information" -msgstr "" +msgstr "Algemene Informatie" #. module: base #: field:ir.sequence,prefix:0 msgid "Prefix" -msgstr "" +msgstr "Voorvoegsel" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base #: model:ir.model,name:base.model_res_company msgid "res.company" -msgstr "" +msgstr "res.company" #. module: base #: field:ir.actions.server,fields_lines:0 #: view:ir.actions.server:0 msgid "Fields Mapping" -msgstr "" - -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Tabel Ref." +msgstr "Velden Positioneren" #. module: base #: wizard_button:base.module.import,import,open_window:0 @@ -5321,23 +5989,23 @@ msgstr "Tabel Ref." #: wizard_button:module.upgrade,end,end:0 #: view:wizard.module.lang.export:0 msgid "Close" -msgstr "" +msgstr "Afsluiten" #. module: base #: field:ir.sequence,name:0 #: field:ir.sequence.type,name:0 msgid "Sequence Name" -msgstr "" +msgstr "Volgorde Naam" #. module: base #: model:ir.model,name:base.model_res_request_history msgid "res.request.history" -msgstr "" +msgstr "res.request.history" #. module: base #: constraint:res.partner:0 msgid "The VAT doesn't seem to be correct." -msgstr "" +msgstr "De BTW lijkt niet correct te zijn." #. module: base #: view:ir.sequence:0 @@ -5347,16 +6015,21 @@ msgstr "" #. module: base #: field:res.currency,rate:0 msgid "Current rate" -msgstr "" +msgstr "Huidige koers" #. module: base #: model:ir.actions.act_window,name:base.action_config_simple_view_form msgid "Configure Simple View" -msgstr "" +msgstr "Eenvoudige Weergave Aanpassen" #. module: base #: wizard_button:module.upgrade,next,start:0 msgid "Start Upgrade" +msgstr "Upgrade Starten" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" msgstr "" #. module: base @@ -5367,61 +6040,71 @@ msgstr "" #. module: base #: field:res.partner.som,factor:0 msgid "Factor" -msgstr "" +msgstr "Factor" #. module: base #: field:res.partner,category_id:0 #: view:res.partner:0 msgid "Categories" -msgstr "" +msgstr "Categorieën" #. module: base #: selection:ir.report.custom.fields,operation:0 msgid "Calculate Sum" -msgstr "" +msgstr "Som Berekenen" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Module" #. module: base #: field:workflow.instance,res_type:0 #: field:workflow,osv:0 msgid "Resource Object" -msgstr "" +msgstr "Bron Object" #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "sxw" -msgstr "" +msgstr "sxw" #. module: base #: selection:ir.actions.url,target:0 msgid "This Window" -msgstr "" +msgstr "Dit Venster" #. module: base #: field:res.payterm,name:0 msgid "Payment term (short name)" -msgstr "" +msgstr "Betalingscondities (korte naam)" #. module: base #: field:ir.cron,function:0 #: field:res.partner.address,function:0 #: selection:workflow.activity,kind:0 msgid "Function" -msgstr "" +msgstr "Functie" #. module: base #: constraint:res.company:0 msgid "Error! You can not create recursive companies." +msgstr "Fout! U kunt geen recursieve bedrijven aanmaken." + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" msgstr "" #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" -msgstr "" +msgstr "res.config.view" #. module: base #: field:ir.attachment,description:0 @@ -5431,50 +6114,44 @@ msgstr "" #: view:res.partner.event:0 #: view:res.request:0 msgid "Description" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" +msgstr "Omschrijving" #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" -msgstr "" +msgstr "Eigenaar account" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_INDENT" -msgstr "" +msgstr "STOCK_INDENT" + +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Verzoek Historie" #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 msgid "Field name" -msgstr "" +msgstr "Veldnaam" #. module: base #: selection:res.partner.address,type:0 msgid "Delivery" -msgstr "" +msgstr "Levering" #. module: base #: model:ir.model,name:base.model_ir_attachment msgid "ir.attachment" -msgstr "" +msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" -msgstr "" +msgstr "De waarde \"% s\" voor het veld \"% s\" is niet opgenomen in de selectie" #. module: base #: field:ir.actions.report.xml,auto:0 @@ -5489,23 +6166,30 @@ msgstr "" #. module: base #: view:workflow.workitem:0 msgid "Workflow Workitems" +msgstr "Werkprocedure Taken" + +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" msgstr "" #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" -msgstr "" +msgstr "Wachtwoord" #. module: base #: view:res.roles:0 msgid "Role" -msgstr "" +msgstr "Rol" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5513,39 +6197,39 @@ msgstr "" #: selection:res.partner.event,partner_type:0 #: model:res.partner.category,name:base.res_partner_category_0 msgid "Customer" -msgstr "" +msgstr "Klant" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 msgid "Delete Permission" -msgstr "" +msgstr "Toestemming Verwijderen" #. module: base #: field:ir.actions.report.custom,name:0 #: field:ir.report.custom,name:0 msgid "Report Name" -msgstr "" +msgstr "Rapport Naam" #. module: base #: view:workflow.instance:0 msgid "Workflow Instances" -msgstr "" +msgstr "Werkprocedure Instanties" #. module: base #: model:ir.ui.menu,name:base.next_id_9 msgid "Database Structure" -msgstr "" +msgstr "Database Structuur" #. module: base #: wizard_view:res.partner.spam_send,init:0 #: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard msgid "Mass Mailing" -msgstr "" +msgstr "Massa Mailing" #. module: base #: wizard_view:module.lang.import,init:0 @@ -5555,22 +6239,22 @@ msgstr "" #. module: base #: wizard_view:base.module.import,import:0 msgid "Module successfully imported !" -msgstr "" +msgstr "Module succesvol geïmporteerd !" #. module: base #: field:res.partner.event,partner_type:0 msgid "Partner Relation" -msgstr "" +msgstr "Relatie" #. module: base #: field:ir.actions.act_window,context:0 msgid "Context Value" -msgstr "" +msgstr "Context Waarde" #. module: base #: view:ir.report.custom:0 msgid "Unsubscribe Report" -msgstr "" +msgstr "Afmelden Rapport" #. module: base #: view:ir.sequence:0 @@ -5580,16 +6264,21 @@ msgstr "" #. module: base #: constraint:res.partner.category:0 msgid "Error ! You can not create recursive categories." -msgstr "" +msgstr "Fout ! U kunt geen recursieve categorieën aanmaken." #. module: base #: selection:ir.actions.server,state:0 msgid "Create Object" -msgstr "" +msgstr "Object Aanmaken" #. module: base #: selection:ir.report.custom,print_format:0 msgid "a4" +msgstr "a4" + +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" msgstr "" #. module: base @@ -5601,12 +6290,12 @@ msgstr "" #. module: base #: wizard_view:module.lang.install,start:0 msgid "Installation done" -msgstr "" +msgstr "Installatie gereed" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUSTIFY_RIGHT" -msgstr "" +msgstr "STOCK_JUSTIFY_RIGHT" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 @@ -5616,18 +6305,18 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner_function msgid "Function of the contact" -msgstr "" +msgstr "Functie contactpersoon" #. module: base #: model:ir.actions.act_window,name:base.open_module_tree_upgrade #: model:ir.ui.menu,name:base.menu_module_tree_upgrade msgid "Modules to be installed, upgraded or removed" -msgstr "" +msgstr "Modules die worden geïnstalleerd, bijgewerkt of verwijderd" #. module: base #: view:ir.sequence:0 msgid "Month: %(month)s" -msgstr "" +msgstr "Maand %(maand)en" #. module: base #: model:ir.ui.menu,name:base.menu_partner_address_form @@ -5645,8 +6334,18 @@ msgstr "" #: field:res.partner.bank,sequence:0 #: field:wizard.ir.model.menu.create.line,sequence:0 msgid "Sequence" +msgstr "Volgorde" + +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" msgstr "" +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Vertaling importeren" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5656,22 +6355,28 @@ msgstr "" #: help:ir.cron,numbercall:0 msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" +msgstr "Aantal keer dat de functie wordt aangeroepen.\n" +"Een negatief getal geeft aan dat de functie altijd wordt aangeroepen" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" msgstr "" #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" -msgstr "" +msgstr "Rapport voetnoot" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_NEXT" -msgstr "" +msgstr "STOCK_MEDIA_NEXT" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_REDO" -msgstr "" +msgstr "STOCK_REDO" #. module: base #: wizard_view:module.lang.install,init:0 @@ -5689,18 +6394,23 @@ msgid "Cancel Install" msgstr "Installatie afbreken" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Controleer of alle regels %d kolommen hebben." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Vertaling importeren" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 msgid "XML Identifier" -msgstr "" +msgstr "XML Herkenningsteken" diff --git a/bin/addons/base/i18n/pl_PL.po b/bin/addons/base/i18n/pl_PL.po new file mode 100644 index 00000000000..005014dea04 --- /dev/null +++ b/bin/addons/base/i18n/pl_PL.po @@ -0,0 +1,6410 @@ +# Translation of OpenERP Server. +# This file containt the translation of the following modules: +# * base +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" +"Report-Msgid-Bugs-To: support@openerp.com\n" +"POT-Creation-Date: 2008-12-22 18:05:30+0000\n" +"PO-Revision-Date: 2008-12-22 18:05:30+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_cron_act +#: model:ir.ui.menu,name:base.menu_ir_cron_act +#: view:ir.cron:0 +msgid "Scheduled Actions" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_name:0 +msgid "Internal Name" +msgstr "Nazwa wewnętrzna" + +#. module: base +#: wizard_view:res.partner.sms_send,init:0 +msgid "SMS - Gateway: clickatell" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Monthly" +msgstr "Miesięcznie" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +msgid "Unknown" +msgstr "Nieznane" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "This wizard will detect new terms in the application so that you can update them manually." +msgstr "" + +#. module: base +#: field:workflow.activity,out_transitions:0 +#: view:workflow.activity:0 +msgid "Outgoing transitions" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SAVE" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_users_my +msgid "Change My Preferences" +msgstr "" + +#. module: base +#: view:ir.actions.act_window:0 +msgid "Open Window" +msgstr "" + +#. module: base +#: field:res.partner.function,name:0 +msgid "Function name" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-account" +msgstr "" + +#. module: base +#: field:res.partner.address,title:0 +#: field:res.partner,title:0 +#: field:res.partner.title,name:0 +msgid "Title" +msgstr "Tytuł" + +#. module: base +#: wizard_field:res.partner.sms_send,init,text:0 +msgid "SMS Message" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_som-act +#: model:ir.ui.menu,name:base.menu_res_partner_som-act +msgid "States of mind" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SORT_ASCENDING" +msgstr "" + +#. module: base +#: view:res.groups:0 +#: view:ir.model:0 +msgid "Access Rules" +msgstr "" + +#. module: base +#: field:ir.ui.view,arch:0 +#: field:ir.ui.view.custom,arch:0 +msgid "View Architecture" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_FORWARD" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Skipped" +msgstr "Pominięty" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not create this kind of document! (%s)" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,code:0 +msgid "Code (eg:en__US)" +msgstr "" + +#. module: base +#: field:res.roles,parent_id:0 +msgid "Parent" +msgstr "" + +#. module: base +#: field:workflow.activity,wkf_id:0 +#: field:workflow.instance,wkf_id:0 +#: view:workflow:0 +msgid "Workflow" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,model:0 +#: field:ir.actions.report.xml,model:0 +#: field:ir.actions.server,model_id:0 +#: field:ir.actions.act_window,res_model:0 +#: field:ir.actions.wizard,model:0 +#: field:ir.cron,model:0 +#: field:ir.default,field_tbl:0 +#: field:ir.model.access,model_id:0 +#: field:ir.model.data,model:0 +#: field:ir.model.grid,name:0 +#: field:ir.report.custom,model_id:0 +#: field:ir.rule.group,model_id:0 +#: selection:ir.translation,type:0 +#: field:ir.ui.view,model:0 +#: field:ir.values,model_id:0 +#: field:res.request.link,object:0 +#: field:wizard.ir.model.menu.create,model_id:0 +#: field:workflow.triggers,model:0 +#: view:ir.model:0 +msgid "Object" +msgstr "Obiekt" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "To browse official translations, you can visit this link: " +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_module_category_tree +#: model:ir.ui.menu,name:base.menu_action_module_category_tree +msgid "Categories of Modules" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_default +msgid "ir.default" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Not Started" +msgstr "Nie uruchomiony" + +#. module: base +#: view:ir.sequence:0 +msgid "Minute: %(min)s" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_100" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank_type_field +msgid "Bank type fields" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "type,name,res_id,src,value" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export translation file" +msgstr "" + +#. module: base +#: field:res.partner.event.type,key:0 +msgid "Key" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_roles_form +#: field:res.users,roles_id:0 +#: model:ir.ui.menu,name:base.menu_action_res_roles_form +#: view:res.roles:0 +#: view:res.users:0 +msgid "Roles" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country +#: model:ir.ui.menu,name:base.menu_country_partner +msgid "Countries" +msgstr "Kraje" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HELP" +msgstr "" + +#. module: base +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Created Views" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Normal" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,user_id:0 +msgid "User Ref." +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import new language" +msgstr "" + +#. module: base +#: wizard_field:server.action.create,step_1,report:0 +#: wizard_view:server.action.create,step_1:0 +msgid "Select Report" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc1_condition:0 +#: field:ir.report.custom.fields,fc2_condition:0 +#: field:ir.report.custom.fields,fc3_condition:0 +msgid "condition" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Yearly" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" + +#. module: base +#: field:ir.sequence,suffix:0 +msgid "Suffix" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The unlink method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + +#. module: base +#: model:ir.actions.report.xml,name:base.res_partner_address_report +msgid "Labels" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,target:0 +msgid "Target Window" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,from:0 +msgid "Sender's email" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Tabular" +msgstr "" + +#. module: base +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" + +#. module: base +#: field:ir.actions.todo,start_on:0 +msgid "Start On" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Reference Guide" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner +#: field:res.company,partner_id:0 +#: field:res.partner.address,partner_id:0 +#: field:res.partner.bank,partner_id:0 +#: field:res.partner.event,partner_id:0 +#: selection:res.partner.title,domain:0 +msgid "Partner" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_transition_form +#: model:ir.ui.menu,name:base.menu_workflow_transition +#: view:workflow.activity:0 +msgid "Transitions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view_custom +msgid "ir.ui.view.custom" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2 or later version" +msgstr "" + +#. module: base +#: selection:workflow.activity,kind:0 +msgid "Stop All" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NEW" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_report_custom +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.report.custom" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CANCEL" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Prospect Contact" +msgstr "" + +#. module: base +#: constraint:ir.ui.view:0 +msgid "Invalid XML for View Architecture!" +msgstr "XML niewłaściwy dla tej architektury wyświetlania!" + +#. module: base +#: field:ir.report.custom,sortby:0 +msgid "Sorted By" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,type:0 +#: field:ir.actions.report.xml,type:0 +#: field:ir.report.custom,type:0 +msgid "Report Type" +msgstr "" + +#. module: base +#: field:ir.actions.todo,state:0 +#: field:ir.module.module.dependency,state:0 +#: field:ir.module.module,state:0 +#: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 +#: field:res.bank,state:0 +#: field:res.partner.address,state_id:0 +#: field:res.partner.bank,state_id:0 +#: field:res.request,state:0 +#: field:workflow.instance,state:0 +#: field:workflow.workitem,state:0 +#: view:res.country.state:0 +msgid "State" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "Other proprietary" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "" + +#. module: base +#: field:res.partner,comment:0 +#: view:ir.attachment:0 +#: view:res.groups:0 +#: view:ir.model:0 +#: view:res.partner:0 +msgid "Notes" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation +#: model:ir.ui.menu,name:base.menu_action_translation +msgid "All terms" +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "General" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,name:0 +msgid "Wizard info" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_property +msgid "ir.property" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,view_type:0 +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Form" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Can not define a column %s. Reserved keyword !" +msgstr "" + +#. module: base +#: help:ir.ui.menu,groups_id:0 +msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." +msgstr "" + +#. module: base +#: field:workflow.transition,act_to:0 +msgid "Destination Activity" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_10 +msgid "Open Source Service Company" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_QUIT" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_search method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "waiting" +msgstr "" + +#. module: base +#: field:res.country,name:0 +msgid "Country Name" +msgstr "" + +#. module: base +#: field:ir.attachment,link:0 +msgid "Link" +msgstr "" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "new" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_TOP" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,multi:0 +#: field:ir.actions.report.xml,multi:0 +#: field:ir.actions.act_window.view,multi:0 +msgid "On multiple doc." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_triggers +msgid "workflow.triggers" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view +msgid "ir.ui.view" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,report_id:0 +msgid "Report Ref" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-hr" +msgstr "" + +#. module: base +#: field:res.partner.bank.type.field,size:0 +msgid "Max. Size" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be upgraded" +msgstr "" + +#. module: base +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-purchase" +msgstr "" + +#. module: base +#: field:res.partner.address,name:0 +msgid "Contact Name" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Schedule Upgrade" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,init,repositories:0 +msgid "Repositories" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Password mismatch !" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +#: selection:res.partner.title,domain:0 +msgid "Contact" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "This url '%s' must provide an html file with links to zip modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_15 +#: view:ir.property:0 +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Properties" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_ltd +msgid "Ltd" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "ConcurrencyException" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_id:0 +msgid "View Ref." +msgstr "" + +#. module: base +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "" + +#. module: base +#: field:res.partner,ean13:0 +msgid "EAN13" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_repository_tree +#: model:ir.ui.menu,name:base.menu_module_repository_tree +#: view:ir.module.repository:0 +msgid "Repository list" +msgstr "" + +#. module: base +#: help:ir.rule.group,rules:0 +msgid "The rule is satisfied if at least one test is True" +msgstr "" + +#. module: base +#: field:res.company,rml_header1:0 +msgid "Report Header" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "If you don't force the domain, it will use the simple domain setup" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_pvt_ltd +msgid "Corp." +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_16 +msgid "Telecom sector" +msgstr "" + +#. module: base +#: field:ir.actions.act_window_close,type:0 +#: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 +#: field:ir.actions.url,type:0 +#: field:ir.actions.act_window,type:0 +msgid "Action Type" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,limit:0 +msgid "Default limit for the list view" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "ir.server.object.lines" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,src_model:0 +msgid "Source Object" +msgstr "" + +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + +#. module: base +#: field:res.partner.bank.type,field_ids:0 +msgid "Type fields" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_ir_actions_todo_form +#: model:ir.ui.menu,name:base.menu_ir_actions_todo_form +#: view:ir.actions.todo:0 +msgid "Config Wizard Steps" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view_sc +msgid "ir.ui.view_sc" +msgstr "" + +#. module: base +#: field:ir.model.access,group_id:0 +#: field:ir.rule,rule_group:0 +msgid "Group" +msgstr "" + +#. module: base +#: help:res.partner,customer:0 +msgid "Check this box if the partner is a customer." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FLOPPY" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + +#. module: base +#: field:res.users,signature:0 +msgid "Signature" +msgstr "" + +#. module: base +#: field:ir.actions.server,sms:0 +#: selection:ir.actions.server,state:0 +msgid "SMS" +msgstr "" + +#. module: base +#: field:ir.translation,name:0 +msgid "Field Name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang +#: model:ir.ui.menu,name:base.menu_res_lang_act_window +#: view:res.lang:0 +msgid "Languages" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_uninstall +#: model:ir.ui.menu,name:base.menu_module_tree_uninstall +msgid "Uninstalled modules" +msgstr "" + +#. module: base +#: help:res.partner.category,active:0 +msgid "The active field allows you to hide the category, without removing it." +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "PO File" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_event +msgid "res.partner.event" +msgstr "" + +#. module: base +#: wizard_field:server.action.create,init,type:0 +#: wizard_view:server.action.create,init:0 +msgid "Select Action Type" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_currency_form +#: model:ir.ui.menu,name:base.menu_action_currency_form +#: view:res.currency:0 +msgid "Currencies" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +msgid "Configure" +msgstr "" + +#. module: base +#: help:res.partner,lang:0 +msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDERLINE" +msgstr "" + +#. module: base +#: selection:ir.model,state:0 +msgid "Custom Object" +msgstr "" + +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Always Searchable" +msgstr "" + +#. module: base +#: selection:ir.model.fields,state:0 +msgid "Base Field" +msgstr "" + +#. module: base +#: field:workflow.instance,uid:0 +msgid "User ID" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Test" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" +msgstr "" + +#. module: base +#: wizard_view:module.module.update,update:0 +msgid "New modules" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_sxw_content:0 +#: field:ir.actions.report.xml,report_sxw_content_data:0 +msgid "SXW content" +msgstr "" + +#. module: base +#: field:ir.default,ref_id:0 +msgid "ID Ref." +msgstr "" + +#. module: base +#: help:res.partner.address,active:0 +msgid "Uncheck the active field to hide the contact." +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_10 +msgid "Scheduler" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_BOLD" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc0_operande:0 +#: field:ir.report.custom.fields,fc1_operande:0 +#: field:ir.report.custom.fields,fc2_operande:0 +#: field:ir.report.custom.fields,fc3_operande:0 +#: selection:ir.translation,type:0 +msgid "Constraint" +msgstr "" + +#. module: base +#: selection:ir.values,key:0 +#: selection:res.partner.address,type:0 +msgid "Default" +msgstr "" + +#. module: base +#: field:ir.model.fields,required:0 +#: field:res.partner.bank.type.field,required:0 +msgid "Required" +msgstr "" + +#. module: base +#: field:res.country,code:0 +msgid "Country Code" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + +#. module: base +#: field:res.request.history,name:0 +msgid "Summary" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-graph" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_instance +msgid "workflow.instance" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + +#. module: base +#: field:res.partner.bank,state:0 +#: field:res.partner.bank.type.field,bank_type_id:0 +msgid "Bank type" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "undefined get method !" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The read method is not implemented on this object !" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%B - Full month name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_REWIND" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_event_type +#: model:ir.ui.menu,name:base.next_id_14 +#: view:res.partner.event:0 +msgid "Partner Events" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CUT" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Introspection report on objects" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NO" +msgstr "" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Extended Interface" +msgstr "" + +#. module: base +#: field:res.company,name:0 +msgid "Company Name" +msgstr "" + +#. module: base +#: wizard_field:base.module.import,init,module_file:0 +msgid "Module .ZIP file" +msgstr "" + +#. module: base +#: wizard_button:res.partner.sms_send,init,send:0 +#: model:ir.actions.wizard,name:base.res_partner_send_sms_wizard +msgid "Send SMS" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,report_id:0 +msgid "Report Ref." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_addess_tree +#: view:res.partner:0 +msgid "Partner contacts" +msgstr "" + +#. module: base +#: field:res.users,address_id:0 +msgid "Address" +msgstr "" + +#. module: base +#: help:res.country,code:0 +msgid "The ISO country code in two chars.\n" +"You can use this field for quick search." +msgstr "" + +#. module: base +#: selection:workflow.activity,join_mode:0 +#: selection:workflow.activity,split_mode:0 +msgid "Xor" +msgstr "" + +#. module: base +#: selection:ir.report.custom,state:0 +msgid "Subscribed" +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "Sales & Purchases" +msgstr "" + +#. module: base +#: field:wizard.ir.model.menu.create.line,wizard_id:0 +#: view:ir.actions.wizard:0 +msgid "Wizard" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +#: wizard_view:module.upgrade,next:0 +msgid "System Upgrade" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REVERT_TO_SAVED" +msgstr "" + +#. module: base +#: field:res.partner.event,event_ical_id:0 +msgid "iCal id" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,name:0 +msgid "Language name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" + +#. module: base +#: field:ir.ui.menu,parent_id:0 +#: field:wizard.ir.model.menu.create,menu_id:0 +msgid "Parent Menu" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Custom fields must have a name that starts with 'x_' !" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 +#: field:res.partner.event.type,name:0 +#: view:res.partner.event.type:0 +msgid "Event Type" +msgstr "" + +#. module: base +#: field:ir.ui.view,type:0 +#: field:wizard.ir.model.menu.create.line,view_type:0 +msgid "View Type" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_report_custom +msgid "ir.report.custom" +msgstr "" + +#. module: base +#: field:ir.exports.line,export_id:0 +msgid "Exportation" +msgstr "" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Model Description" +msgstr "" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + +#. module: base +#: wizard_view:res.partner.sms_send,init:0 +msgid "Bulk SMS send" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,state:0 +msgid "get" +msgstr "" + +#. module: base +#: view:ir.report.custom.fields:0 +msgid "Report Fields" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_values +msgid "ir.values" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Pie Chart" +msgstr "" + +#. module: base +#: field:workflow.transition,trigger_expr_id:0 +msgid "Trigger Expression" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_CENTER" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_FIT" +msgstr "" + +#. module: base +#: view:ir.sequence.type:0 +msgid "Sequence Type" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child2:0 +msgid "field child2" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child3:0 +msgid "field child3" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child0:0 +msgid "field child0" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_update +#: model:ir.ui.menu,name:base.menu_module_update +msgid "Update Modules List" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Configure simple view" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + +#. module: base +#: field:ir.module.module,license:0 +msgid "License" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_actions +msgid "ir.actions.actions" +msgstr "" + +#. module: base +#: field:ir.module.repository,url:0 +msgid "Url" +msgstr "" + +#. module: base +#: field:res.request,body:0 +#: field:res.request.history,req_id:0 +#: view:res.request:0 +msgid "Request" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_mode:0 +msgid "Mode of view" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_orientation:0 +msgid "Portrait" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + +#. module: base +#: field:ir.actions.server,srcmodel_id:0 +msgid "Model" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "Language file loaded." +msgstr "" + +#. module: base +#: field:ir.actions.act_window.view,view_id:0 +#: field:ir.default,page:0 +#: selection:ir.translation,type:0 +#: field:wizard.ir.model.menu.create.line,view_id:0 +msgid "View" +msgstr "" + +#. module: base +#: wizard_field:module.upgrade,next,module_info:0 +#: wizard_view:module.upgrade,next:0 +msgid "Modules to update" +msgstr "" + +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_miss +msgid "Miss" +msgstr "" + +#. module: base +#: field:workflow.workitem,act_id:0 +#: view:workflow.activity:0 +msgid "Activity" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_LAST" +msgstr "" + +#. module: base +#: field:ir.report.custom,print_orientation:0 +msgid "Print orientation" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_BOTTOM" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,header:0 +msgid "Add RML header" +msgstr "" + +#. module: base +#: field:ir.attachment,name:0 +msgid "Attachment Name" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_orientation:0 +msgid "Landscape" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,data:0 +#: field:wizard.module.lang.export,data:0 +msgid "File" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_form +#: model:ir.ui.menu,name:base.menu_ir_sequence_form +#: model:ir.ui.menu,name:base.next_id_5 +#: view:ir.sequence:0 +msgid "Sequences" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Unknown position in inherited view %s !" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Add User" +msgstr "" + +#. module: base +#: field:res.request,trigger_date:0 +msgid "Trigger Date" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_configuration_wizard +msgid "ir.actions.configuration.wizard" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal +msgid "Bank account" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_FORWARD" +msgstr "" + +#. module: base +#: field:res.bank,zip:0 +#: field:res.partner.address,zip:0 +#: field:res.partner.bank,zip:0 +msgid "Zip" +msgstr "" + +#. module: base +#: field:ir.module.module,author:0 +msgid "Author" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDELETE" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,state:0 +msgid "choose" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +msgid "Uninstallable" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_QUESTION" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Trigger" +msgstr "" + +#. module: base +#: field:res.partner,supplier:0 +#: model:res.partner.category,name:base.res_partner_category_8 +msgid "Supplier" +msgstr "" + +#. module: base +#: code:report/custom.py:0 +#, python-format +msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + +#. module: base +#: field:res.request.history,body:0 +msgid "Body" +msgstr "" + +#. module: base +#: field:res.lang,direction:0 +msgid "Direction" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_module_update_translations +msgid "wizard.module.update_translations" +msgstr "" + +#. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view +#: field:ir.actions.act_window,view_ids:0 +#: field:ir.actions.act_window,views:0 +#: field:ir.module.module,views_by_module:0 +#: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view +#: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 +#: view:ir.actions.act_window:0 +msgid "Views" +msgstr "" + +#. module: base +#: wizard_button:res.partner.spam_send,init,send:0 +msgid "Send Email" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_4 +msgid "Basic Partner" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_FONT" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to remove a module that is installed or will be installed" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "," +msgstr "" + +#. module: base +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_madam +msgid "Madam" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PASTE" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_model +#: model:ir.model,name:base.model_ir_model +#: model:ir.ui.menu,name:base.ir_model_model_menu +msgid "Objects" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_FIRST" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_form +#: model:ir.ui.menu,name:base.menu_workflow +msgid "Workflows" +msgstr "" + +#. module: base +#: field:ir.model.fields,model_id:0 +msgid "Object id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid "<" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_wizard_form +#: model:ir.ui.menu,name:base.menu_config_module +msgid "Configuration Wizard" +msgstr "" + +#. module: base +#: view:res.request.link:0 +msgid "Request Link" +msgstr "" + +#. module: base +#: field:wizard.module.lang.export,format:0 +msgid "File Format" +msgstr "" + +#. module: base +#: field:ir.module.module,url:0 +msgid "URL" +msgstr "" + +#. module: base +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: field:ir.report.custom,print_format:0 +msgid "Print format" +msgstr "" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_payterm_form +#: model:ir.model,name:base.model_res_payterm +#: view:res.payterm:0 +msgid "Payment term" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + +#. module: base +#: field:res.request,ref_doc2:0 +msgid "Document Ref 2" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-calendar" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-stock" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Work Days" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_roles +msgid "res.roles" +msgstr "" + +#. module: base +#: help:ir.cron,priority:0 +msgid "0=Very Urgent\n" +"10=Not urgent" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_data +msgid "ir.model.data" +msgstr "" + +#. module: base +#: view:res.groups:0 +#: view:ir.model:0 +msgid "Access Rights" +msgstr "" + +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,report_rml:0 +msgid "The .rml path of the file or NULL if the content is in report_rml_content" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Skip" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_menu_create +#: view:wizard.ir.model.menu.create:0 +msgid "Create Menu" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_RECORD" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "child_of" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the model '%s' !" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child1:0 +msgid "field child1" +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 +#: field:res.request,name:0 +msgid "Subject" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The write method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.rule.group,global:0 +msgid "Global" +msgstr "" + +#. module: base +#: field:res.request,act_from:0 +#: field:res.request.history,act_from:0 +msgid "From" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + +#. module: base +#: selection:res.partner.event,partner_type:0 +msgid "Retailer" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + +#. module: base +#: wizard_button:server.action.create,init,step_1:0 +msgid "Next" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_11 +msgid "Configuration Wizards" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Set NULL" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-report" +msgstr "" + +#. module: base +#: field:res.partner.event,som:0 +#: field:res.partner.som,name:0 +msgid "State of Mind" +msgstr "" + +#. module: base +#: field:ir.actions.todo,type:0 +#: field:ir.actions.report.xml,report_type:0 +#: field:ir.server.object.lines,type:0 +#: field:ir.translation,type:0 +#: field:ir.values,key:0 +#: view:res.partner:0 +msgid "Type" +msgstr "" + +#. module: base +#: field:ir.model.fields,state:0 +#: field:ir.model,state:0 +msgid "Manualy Created" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Defined Reports" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FILE" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_9 +msgid "Components Supplier" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "The rule is satisfied if all test are True (AND)" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,next:0 +msgid "Note that this operation my take a few minutes." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation +#: view:ir.translation:0 +msgid "Translations" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml_content:0 +#: field:ir.actions.report.xml,report_rml_content_data:0 +msgid "RML content" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_grid +msgid "Objects Security Grid" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CONNECT" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SAVE_AS" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Not Searchable" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DND" +msgstr "" + +#. module: base +#: field:ir.sequence,padding:0 +msgid "Number padding" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_OK" +msgstr "" + +#. module: base +#: code:report/report_sxw.py:0 +#, python-format +msgid "print" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Password empty !" +msgstr "" + +#. module: base +#: field:res.company,rml_header:0 +msgid "RML Header" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: selection:workflow.activity,kind:0 +msgid "Dummy" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "None" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not write in this document! (%s)" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow +msgid "workflow" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,app_id:0 +msgid "API ID" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_category +#: view:ir.module.category:0 +msgid "Module Category" +msgstr "" + +#. module: base +#: field:ir.rule,operand:0 +msgid "Operand" +msgstr "" + +#. module: base +#: help:res.partner,supplier:0 +msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." +msgstr "" + +#. module: base +#: wizard_view:module.module.update,init:0 +msgid "Scan for new modules" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_repository +msgid "Module Repository" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNINDENT" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "At Once" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_security +msgid "Security" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Write Object" +msgstr "" + +#. module: base +#: field:res.bank,street:0 +#: field:res.partner.address,street:0 +#: field:res.partner.bank,street:0 +msgid "Street" +msgstr "" + +#. module: base +#: field:ir.cron,interval_number:0 +msgid "Interval Number" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + +#. module: base +#: view:ir.module.repository:0 +msgid "Repository" +msgstr "" + +#. module: base +#: field:res.users,action_id:0 +msgid "Home Action" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Low" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Recursion error in modules dependencies !" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_xsl:0 +msgid "XSL path" +msgstr "" + +#. module: base +#: field:res.groups,model_access:0 +#: model:ir.ui.menu,name:base.menu_security_access +#: view:ir.model.access:0 +#: view:res.groups:0 +msgid "Access Controls" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_module_lang_export +msgid "wizard.module.lang.export" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "Installed" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_function_form +#: model:ir.ui.menu,name:base.menu_partner_function_form +#: view:res.partner.function:0 +msgid "Partner Functions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency +#: field:res.company,currency_id:0 +#: field:res.currency,name:0 +#: field:res.currency.rate,currency_id:0 +#: view:res.currency:0 +msgid "Currency" +msgstr "" + +#. module: base +#: field:res.partner.canal,name:0 +msgid "Channel Name" +msgstr "" + +#. module: base +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" + +#. module: base +#: field:res.bank,street2:0 +#: field:res.partner.address,street2:0 +msgid "Street2" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,alignment:0 +msgid "Alignment" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDO" +msgstr "" + +#. module: base +#: field:ir.attachment,create_date:0 +msgid "Date Created" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid ">=" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_todo +msgid "ir.actions.todo" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_administration +msgid "Administration" +msgstr "" + +#. module: base +#: field:ir.sequence,number_next:0 +msgid "Next Number" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" + +#. module: base +#: wizard_view:module.module.update,init:0 +msgid "This function will check for new modules in the 'addons' path and on module repositories:" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_country +#: field:res.bank,country:0 +#: field:res.country.state,country_id:0 +#: field:res.partner.address,country_id:0 +#: field:res.partner.bank,country_id:0 +#: field:res.partner,country:0 +#: view:res.country:0 +msgid "Country" +msgstr "" + +#. module: base +#: field:res.currency,rate_ids:0 +#: view:res.currency:0 +msgid "Rates" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_BACK" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#: code:osv/orm.py:0 +#, python-format +msgid "AccessError" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Bar Chart" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_config +msgid "ir.model.config" +msgstr "" + +#. module: base +#: field:ir.module.module,website:0 +#: field:res.partner,website:0 +msgid "Website" +msgstr "" + +#. module: base +#: field:ir.model.fields,selection:0 +msgid "Field Selection" +msgstr "" + +#. module: base +#: field:ir.rule.group,rules:0 +msgid "Tests" +msgstr "" + +#. module: base +#: field:ir.sequence,number_increment:0 +msgid "Increment Number" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,operation:0 +#: field:ir.ui.menu,icon_pict:0 +#: field:wizard.module.lang.export,state:0 +msgid "unknown" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,res_id:0 +msgid "Resource Ref." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_FILL" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "draft" +msgstr "" + +#. module: base +#: field:res.currency.rate,name:0 +#: field:res.partner,date:0 +#: field:res.partner.event,date:0 +#: field:res.request,date_sent:0 +msgid "Date" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_sxw:0 +msgid "SXW path" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Data" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "RML" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_ERROR" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_main +msgid "Partners by Categories" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + +#. module: base +#: wizard_field:module.lang.install,init,lang:0 +#: field:ir.translation,lang:0 +#: field:res.partner,lang:0 +#: field:res.users,context_lang:0 +#: field:wizard.module.lang.export,lang:0 +#: field:wizard.module.update_translations,lang:0 +msgid "Language" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "XSL" +msgstr "" + +#. module: base +#: field:ir.module.module,demo:0 +msgid "Demo data" +msgstr "" + +#. module: base +#: wizard_view:base.module.import,import:0 +#: wizard_view:base.module.import,init:0 +msgid "Module import" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_form +#: model:ir.ui.menu,name:base.menu_action_res_company_form +#: view:res.company:0 +msgid "Companies" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_supplier_form +#: model:ir.ui.menu,name:base.menu_partner_supplier_form +msgid "Suppliers Partners" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence_type +msgid "ir.sequence.type" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,type:0 +msgid "Action type" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "CSV File" +msgstr "" + +#. module: base +#: field:res.company,parent_id:0 +msgid "Parent Company" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Attached To" +msgstr "" + +#. module: base +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" + +#. module: base +#: field:ir.module.category,module_nr:0 +msgid "# of Modules" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PLAY" +msgstr "" + +#. module: base +#: field:ir.model.data,date_init:0 +msgid "Init Date" +msgstr "" + +#. module: base +#: field:res.company,rml_header2:0 +msgid "RML Internal Header" +msgstr "" + +#. module: base +#: selection:ir.model,state:0 +msgid "Base Object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-crm" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STRIKETHROUGH" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid "(year)=" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +#: field:res.bank,code:0 +#: field:res.currency,code:0 +#: field:res.lang,code:0 +#: field:res.partner.bank.type,code:0 +#: field:res.partner.function,code:0 +#: field:res.partner,ref:0 +msgid "Code" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Features" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-partner" +msgstr "" + +#. module: base +#: field:ir.attachment,create_uid:0 +msgid "Creator" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented get_memory method !" +msgstr "" + +#. module: base +#: field:ir.actions.server,code:0 +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Python Code" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Bad query." +msgstr "" + +#. module: base +#: field:ir.model.fields,field_description:0 +msgid "Field Label" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "You try to bypass an access rule (Document type: %s)." +msgstr "" + +#. module: base +#: field:ir.actions.url,url:0 +msgid "Action Url" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc0_op:0 +#: field:ir.report.custom.fields,fc1_op:0 +#: field:ir.report.custom.fields,fc2_op:0 +#: field:ir.report.custom.fields,fc3_op:0 +msgid "Relation" +msgstr "" + +#. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 +#: field:ir.report.custom.fields,fc0_condition:0 +#: field:workflow.transition,condition:0 +msgid "Condition" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form +#: model:ir.ui.menu,name:base.menu_partner_customer_form +msgid "Customers Partners" +msgstr "" + +#. module: base +#: wizard_button:res.partner.spam_send,init,end:0 +#: wizard_button:res.partner.sms_send,init,end:0 +#: wizard_button:base.module.import,init,end:0 +#: wizard_button:module.lang.import,init,end:0 +#: wizard_button:module.lang.install,init,end:0 +#: wizard_button:module.module.update,init,end:0 +#: wizard_button:module.upgrade,next,end:0 +#: selection:ir.actions.todo,state:0 +#: view:wizard.ir.model.menu.create:0 +#: view:wizard.module.lang.export:0 +#: view:wizard.module.update_translations:0 +msgid "Cancel" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_users +msgid "res.users" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_management +msgid "Modules Management" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "" + +#. module: base +#: field:ir.model.data,res_id:0 +#: field:ir.translation,res_id:0 +#: field:workflow.instance,res_id:0 +#: field:workflow.triggers,res_id:0 +msgid "Resource ID" +msgstr "" + +#. module: base +#: field:ir.model,info:0 +#: view:maintenance.contract:0 +msgid "Information" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_exports +msgid "ir.exports" +msgstr "" + +#. module: base +#: field:workflow.activity,flow_start:0 +msgid "Flow Start" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MISSING_IMAGE" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,bgcolor:0 +msgid "Background Color" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REMOVE" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml:0 +msgid "RML path" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,item_id:0 +msgid "Next Configuration Wizard" +msgstr "" + +#. module: base +#: field:workflow.workitem,inst_id:0 +msgid "Instance" +msgstr "" + +#. module: base +#: field:ir.values,meta:0 +#: field:ir.values,meta_unpickle:0 +msgid "Meta Datas" +msgstr "" + +#. module: base +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "raw" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Partners: " +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +#: selection:res.partner.address,type:0 +msgid "Other" +msgstr "" + +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + +#. module: base +#: field:ir.ui.view,field_parent:0 +msgid "Childs Field" +msgstr "" + +#. module: base +#: field:res.roles,name:0 +msgid "Role Name" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "Can not remove root user!" +msgstr "" + +#. module: base +#: field:ir.module.module,latest_version:0 +msgid "Installed version" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form +#: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity +#: view:workflow:0 +msgid "Activities" +msgstr "" + +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "potwierdzenie" + +#. module: base +#: field:res.partner,user_id:0 +msgid "Dedicated Salesman" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_users +#: field:ir.actions.todo,users_id:0 +#: field:ir.default,uid:0 +#: field:ir.rule.group,users:0 +#: field:res.groups,users:0 +#: field:res.roles,users:0 +#: model:ir.ui.menu,name:base.menu_action_res_users +#: model:ir.ui.menu,name:base.menu_users +#: view:res.groups:0 +#: view:res.users:0 +msgid "Users" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_wizard_lang_export +#: model:ir.ui.menu,name:base.menu_wizard_lang_export +msgid "Export a Translation File" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_xml +#: model:ir.ui.menu,name:base.menu_ir_action_report_xml +msgid "Report Xml" +msgstr "" + +#. module: base +#: help:res.partner,user_id:0 +msgid "The internal user that is in charge of communicating with this partner if any." +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard View" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Upgrade" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The search method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,attachment:0 +msgid "Save As Attachment Prefix" +msgstr "" + +#. module: base +#: field:ir.cron,nextcall:0 +msgid "Next call date" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,cumulate:0 +msgid "Cumulate" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_14 +msgid "Bad customers" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Pie charts need exactly two fields" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_bank +#: field:res.partner.bank,bank:0 +#: view:res.bank:0 +msgid "Bank" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HARDDISK" +msgstr "" + +#. module: base +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: field:ir.actions.todo,name:0 +#: field:ir.actions.report.xml,name:0 +#: field:ir.cron,name:0 +#: field:ir.model.access,name:0 +#: field:ir.model.fields,name:0 +#: field:ir.module.category,name:0 +#: field:ir.module.module.dependency,name:0 +#: field:ir.module.module,name:0 +#: field:ir.module.repository,name:0 +#: field:ir.property,name:0 +#: field:ir.report.custom.fields,name:0 +#: field:ir.rule.group,name:0 +#: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 +#: field:res.bank,name:0 +#: field:res.config.view,name:0 +#: field:res.lang,name:0 +#: field:res.partner.bank.type,name:0 +#: field:res.partner.category,complete_name:0 +#: field:res.partner,name:0 +#: field:res.request.link,name:0 +#: field:res.users,name:0 +#: field:workflow.activity,name:0 +#: field:workflow,name:0 +msgid "Name" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_lang_install +#: model:ir.ui.menu,name:base.menu_wizard_lang_install +msgid "Load an Official Translation" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_APPLY" +msgstr "" + +#. module: base +#: field:ir.module.module,reports_by_module:0 +msgid "Reports" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + +#. module: base +#: field:workflow,on_create:0 +msgid "On Create" +msgstr "" + +#. module: base +#: wizard_view:base.module.import,init:0 +msgid "Please give your module .ZIP file to import." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CLOSE" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PAUSE" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format +msgid "Error !" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,user:0 +#: field:res.users,login:0 +msgid "Login" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "" + +#. module: base +#: help:wizard.module.lang.export,lang:0 +msgid "To export a new language, do not select a language." +msgstr "" + +#. module: base +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Average" +msgstr "" + +#. module: base +#: field:res.users,context_tz:0 +msgid "Timezone" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_grid_security +#: model:ir.ui.menu,name:base.menu_ir_access_grid +msgid "Access Controls Grid" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "High" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_instance_form +#: model:ir.ui.menu,name:base.menu_workflow_instance +msgid "Instances" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COPY" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Auto" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_3 +msgid "Starter Partner" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request_link +msgid "res.request.link" +msgstr "" + +#. module: base +#: wizard_button:module.module.update,init,update:0 +msgid "Check new modules" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_view +msgid "ir.actions.act_window.view" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" + +#. module: base +#: help:res.bank,bic:0 +msgid "Bank Identifier Code" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CDROM" +msgstr "" + +#. module: base +#: field:workflow.activity,action:0 +msgid "Python Action" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIRECTORY" +msgstr "" + +#. module: base +#: field:res.partner.event,planned_revenue:0 +msgid "Planned Revenue" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "Record rules" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,groupby:0 +msgid "Group by" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + +#. module: base +#: field:ir.model.fields,readonly:0 +#: field:res.partner.bank.type.field,readonly:0 +msgid "Readonly" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the field '%s' !" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ITALIC" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,header:0 +msgid "Add or not the coporate RML header" +msgstr "" + +#. module: base +#: field:res.currency,accuracy:0 +msgid "Computational Accuracy" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_wizard +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.wizard" +msgstr "" + +#. module: base +#: field:res.partner.event,document:0 +msgid "Document" +msgstr "" + +#. module: base +#: field:res.partner.event,type:0 +msgid "Type of Event" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REFRESH" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_type +#: model:ir.ui.menu,name:base.menu_ir_sequence_type +msgid "Sequence Types" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STOP" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" +msgstr "" + +#. module: base +#: field:res.partner.bank,acc_number:0 +msgid "Account number" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line +msgid "wizard.ir.model.menu.create.line" +msgstr "" + +#. module: base +#: field:ir.attachment,res_id:0 +msgid "Attached ID" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Purchase Offer" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be installed" +msgstr "" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day: %(day)s" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not read this document! (%s)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND_AND_REPLACE" +msgstr "" + +#. module: base +#: field:res.request,history:0 +#: view:res.request:0 +#: view:res.partner:0 +msgid "History" +msgstr "" + +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_WARNING" +msgstr "" + +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + +#. module: base +#: model:ir.actions.report.xml,name:base.ir_module_reference_print +msgid "Technical guide" +msgstr "" + +#. module: base +#: field:ir.server.object.lines,col1:0 +msgid "Destination" +msgstr "" + +#. module: base +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CONVERT" +msgstr "" + +#. module: base +#: field:ir.exports,name:0 +msgid "Export name" +msgstr "" + +#. module: base +#: help:ir.model.fields,on_delete:0 +msgid "On delete property for many2one fields" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_rule +msgid "ir.rule" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Days" +msgstr "" + +#. module: base +#: field:ir.property,value:0 +#: selection:ir.server.object.lines,type:0 +#: field:ir.server.object.lines,value:0 +#: field:ir.values,value:0 +#: field:ir.values,value_unpickle:0 +msgid "Value" +msgstr "" + +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + +#. module: base +#: field:ir.default,field_name:0 +msgid "Object field" +msgstr "" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update Translations" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Set" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,width:0 +msgid "Fixed Width" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Other Actions Configuration" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EXECUTE" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Minutes" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "The modules have been upgraded / installed !" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,domain:0 +msgid "Domain Value" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +#: view:wizard.module.lang.export:0 +msgid "Help" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Some installed modules depends on the module you plan to desinstall :\n %s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_request_link-act +#: model:ir.ui.menu,name:base.menu_res_request_link_act +msgid "Accepted Links in Requests" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_YES" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_canal-act +#: model:ir.model,name:base.model_res_partner_canal +#: model:ir.ui.menu,name:base.menu_res_partner_canal-act +msgid "Channels" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_access_act +#: model:ir.ui.menu,name:base.menu_ir_access_act +msgid "Access Controls List" +msgstr "" + +#. module: base +#: help:ir.rule.group,global:0 +msgid "Make the rule global or it needs to be put on a group or user" +msgstr "" + +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,wiz_name:0 +msgid "Wizard name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_custom +#: model:ir.ui.menu,name:base.menu_ir_action_report_custom +msgid "Report Custom" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Schedule for Installation" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Advanced Search" +msgstr "" + +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_form +#: model:ir.ui.menu,name:base.menu_base_partner +#: model:ir.ui.menu,name:base.menu_partner_form +#: view:res.partner:0 +msgid "Partners" +msgstr "" + +#. module: base +#: field:ir.attachment,res_model:0 +msgid "Attached Model" +msgstr "" + +#. module: base +#: field:ir.actions.server,trigger_name:0 +msgid "Trigger Name" +msgstr "" + +#. module: base +#: wizard_button:server.action.create,step_1,create:0 +msgid "Create" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "The name of the group can not start with \"-\"" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "We suggest you to reload the menu tab (Ctrl+t Ctrl+r)." +msgstr "" + +#. module: base +#: field:res.partner.title,shortcut:0 +#: view:ir.ui.view_sc:0 +msgid "Shortcut" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_access +msgid "ir.model.access" +msgstr "" + +#. module: base +#: field:ir.cron,priority:0 +#: field:ir.ui.view,priority:0 +#: field:res.request.link,priority:0 +#: field:res.request,priority:0 +msgid "Priority" +msgstr "" + +#. module: base +#: field:ir.translation,src:0 +msgid "Source" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title_contact +#: model:ir.ui.menu,name:base.menu_partner_title_contact +msgid "Contacts Titles" +msgstr "" + +#. module: base +#: help:res.partner.address,partner_id:0 +msgid "Keep empty for a private address, not related to partner." +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Button" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Legend (for prefix, suffix)" +msgstr "" + +#. module: base +#: field:workflow.activity,flow_stop:0 +msgid "Flow Stop" +msgstr "" + +#. module: base +#: selection:ir.server.object.lines,type:0 +msgid "Formula" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Internal Header/Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_LEFT" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +msgid "Bank account owner" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + +#. module: base +#: field:ir.ui.view,name:0 +msgid "View Name" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,resource:0 +msgid "Resource Name" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." +msgstr "" + +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + +#. module: base +#: field:res.partner.address,type:0 +msgid "Address Type" +msgstr "" + +#. module: base +#: wizard_button:module.upgrade,start,config:0 +#: wizard_button:module.upgrade,end,config:0 +msgid "Start configuration" +msgstr "" + +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + +#. module: base +#: field:ir.exports,export_fields:0 +msgid "Export Id" +msgstr "" + +#. module: base +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Hours" +msgstr "" + +#. module: base +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "End of Request" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "References" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This record was modified in the meanwhile" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Note that this operation may take a few minutes." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COLOR_PICKER" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + +#. module: base +#: field:res.request,act_to:0 +#: field:res.request.history,act_to:0 +msgid "To" +msgstr "" + +#. module: base +#: field:maintenance.contract,kind:0 +#: field:workflow.activity,kind:0 +msgid "Kind" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +msgid "Bank accounts" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,view_type:0 +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Tree" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CLEAR" +msgstr "" + +#. module: base +#: help:res.users,password:0 +msgid "Keep empty if you don't want the user to be able to connect on the system." +msgstr "" + +#. module: base +#: field:ir.model.access,perm_read:0 +msgid "Read Access" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Line Plot" +msgstr "" + +#. module: base +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" + +#. module: base +#: selection:ir.model.fields,state:0 +msgid "Custom Field" +msgstr "" + +#. module: base +#: field:ir.model.fields,relation_field:0 +msgid "Relation Field" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Bar charts need at least two fields" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented search_memory method !" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fontcolor:0 +msgid "Font color" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_server_action +#: model:ir.ui.menu,name:base.menu_server_action +#: view:ir.actions.server:0 +msgid "Server Actions" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + +#. module: base +#: field:ir.model.fields,view_load:0 +msgid "View Auto-Load" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_UP" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SORT_DESCENDING" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request +msgid "res.request" +msgstr "" + +#. module: base +#: field:res.groups,rule_groups:0 +#: field:res.users,rules_id:0 +#: view:res.groups:0 +msgid "Rules" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title +#: model:ir.ui.menu,name:base.menu_partner_title +msgid "Titles" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "System upgrade done" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_type:0 +#: field:ir.actions.act_window.view,view_mode:0 +msgid "Type of view" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "pdf" +msgstr "" + +#. module: base +#: field:ir.actions.todo,start_date:0 +msgid "Start Date" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_address_form +#: model:ir.model,name:base.model_res_partner_address +#: view:res.partner.address:0 +msgid "Partner Addresses" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_xml:0 +msgid "XML path" +msgstr "" + +#. module: base +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PROPERTIES" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_11 +msgid "Textile Suppliers" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." +msgstr "" + +#. module: base +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "" + +#. module: base +#: field:ir.attachment,datas:0 +msgid "File Content" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Uninstall (beta)" +msgstr "" + +#. module: base +#: selection:ir.actions.url,target:0 +#: selection:ir.actions.act_window,target:0 +msgid "New Window" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Second field should be figures" +msgstr "" + +#. module: base +#: selection:res.partner.event,partner_type:0 +msgid "Commercial Prospect" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Couldn't generate the next id because some partners have an alphabetic id !" +msgstr "" + +#. module: base +#: selection:ir.report.custom,state:0 +msgid "Unsubscribed" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,update,update:0 +msgid "Number of modules updated" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Preview" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Skip Step" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_res_partner_event +#: field:res.partner.event,name:0 +#: field:res.partner,events:0 +msgid "Events" +msgstr "Zdarzenia" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_roles +#: model:ir.ui.menu,name:base.menu_action_res_roles +msgid "Roles Structure" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_url +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.url" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_STOP" +msgstr "" + +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_event_type-act +#: model:ir.ui.menu,name:base.menu_res_partner_event_type-act +msgid "Active Partner Events" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Wrong ID for the browse record, got %r, expected an integer." +msgstr "" + +#. module: base +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Define New Users" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_rule +#: model:ir.ui.menu,name:base.menu_action_rule +msgid "Record Rules" +msgstr "" + +#. module: base +#: field:res.config.view,view:0 +msgid "View Mode" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,update,add:0 +msgid "Number of modules added" +msgstr "" + +#. module: base +#: field:res.bank,phone:0 +#: field:res.partner.address,phone:0 +msgid "Phone" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day of the year: %(doy)s" +msgstr "" + +#. module: base +#: help:ir.actions.wizard,multi:0 +msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." +msgstr "" + +#. module: base +#: field:workflow.transition,role_id:0 +msgid "Role Required" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_groups +#: field:ir.actions.todo,groups_id:0 +#: field:ir.actions.report.xml,groups_id:0 +#: field:ir.actions.act_window,groups_id:0 +#: field:ir.actions.wizard,groups_id:0 +#: field:ir.model.fields,groups:0 +#: field:ir.rule.group,groups:0 +#: field:ir.ui.menu,groups_id:0 +#: field:res.users,groups_id:0 +#: model:ir.ui.menu,name:base.menu_action_res_groups +#: view:res.groups:0 +#: view:res.users:0 +msgid "Groups" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SPELL_CHECK" +msgstr "" + +#. module: base +#: field:ir.actions.todo,active:0 +#: field:ir.cron,active:0 +#: field:ir.module.repository,active:0 +#: field:ir.sequence,active:0 +#: field:res.bank,active:0 +#: field:res.currency,active:0 +#: field:res.lang,active:0 +#: field:res.partner,active:0 +#: field:res.partner.address,active:0 +#: field:res.partner.canal,active:0 +#: field:res.partner.category,active:0 +#: field:res.partner.event.type,active:0 +#: field:res.request,active:0 +#: field:res.users,active:0 +msgid "Active" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Created Menus" +msgstr "" + +#. module: base +#: field:ir.ui.view.custom,ref_id:0 +msgid "Orignal View" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Sale Opportunity" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid ">" +msgstr "" + +#. module: base +#: field:workflow.triggers,workitem_id:0 +msgid "Workitem" +msgstr "" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_AUTHENTICATION" +msgstr "" + +#. module: base +#: view:ir.actions.act_window:0 +msgid "Open a Window" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Months" +msgstr "" + +#. module: base +#: field:workflow.activity,signal_send:0 +msgid "Signal (subflow.*)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_OUT" +msgstr "" + +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be removed" +msgstr "" + +#. module: base +#: field:res.partner.category,child_ids:0 +msgid "Childs Category" +msgstr "" + +#. module: base +#: field:ir.model.fields,model:0 +#: field:ir.model.grid,model:0 +#: field:ir.model,model:0 +#: field:ir.model,name:0 +#: field:ir.values,model:0 +msgid "Object Name" +msgstr "" + +#. module: base +#: field:ir.actions.todo,action_id:0 +#: field:ir.actions.act_window.view,act_window_id:0 +#: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 +#: view:ir.actions.actions:0 +msgid "Action" +msgstr "" + +#. module: base +#: field:ir.rule,domain_force:0 +msgid "Force Domain" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Email Configuration" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_cron +msgid "ir.cron" +msgstr "" + +#. module: base +#: selection:workflow.activity,join_mode:0 +#: selection:workflow.activity,split_mode:0 +msgid "And" +msgstr "" + +#. module: base +#: field:ir.model.fields,relation:0 +msgid "Object Relation" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_attachment +#: model:ir.ui.menu,name:base.menu_action_attachment +#: view:ir.attachment:0 +msgid "Attachments" +msgstr "" + +#. module: base +#: field:ir.rule,field_id:0 +#: selection:ir.translation,type:0 +msgid "Field" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PRINT" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,multi:0 +msgid "Action on multiple doc." +msgstr "" + +#. module: base +#: field:res.partner,child_ids:0 +#: field:res.request,ref_partner_id:0 +msgid "Partner Ref." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_report_custom_fields +msgid "ir.report.custom.fields" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Uninstall" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.act_window" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-mrp" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Done" +msgstr "" + +#. module: base +#: field:ir.actions.server,trigger_obj_id:0 +msgid "Trigger On" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Invoice" +msgstr "" + +#. module: base +#: help:ir.actions.report.custom,multi:0 +#: help:ir.actions.report.xml,multi:0 +#: help:ir.actions.act_window.view,multi:0 +msgid "If set to true, the action will not be displayed on the right toolbar of a form views." +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "You may have to reinstall some language pack." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency_rate +msgid "Currency Rate" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_write:0 +msgid "Write Access" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export done" +msgstr "" + +#. module: base +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" + +#. module: base +#: field:res.bank,city:0 +#: field:res.partner.address,city:0 +#: field:res.partner.bank,city:0 +#: field:res.partner,city:0 +msgid "City" +msgstr "" + +#. module: base +#: field:res.company,child_ids:0 +msgid "Childs Company" +msgstr "" + +#. module: base +#: constraint:ir.model:0 +msgid "The Object name must start with x_ and not contain any special character !" +msgstr "Nazwa obiektu musi zaczynać się od x_ oraz nie może zawierać znaków specjalnych !" + +#. module: base +#: field:ir.actions.configuration.wizard,name:0 +msgid "Next Wizard" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "<>" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_menu_admin +#: field:ir.report.custom,menu_id:0 +#: field:ir.ui.menu,name:0 +#: view:ir.ui.menu:0 +msgid "Menu" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "<=" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export Data" +msgstr "" + +#. module: base +#: field:workflow.triggers,instance_id:0 +msgid "Destination Instance" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" + +#. module: base +#: field:ir.module.module,menus_by_module:0 +#: view:res.groups:0 +msgid "Menus" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "in" +msgstr "" + +#. module: base +#: field:ir.actions.url,target:0 +msgid "Action Target" +msgstr "" + +#. module: base +#: field:ir.report.custom,field_parent:0 +msgid "Child Field" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_sir +msgid "Sir" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "https://translations.launchpad.net/openobject" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: base +#: field:ir.actions.actions,usage:0 +#: field:ir.actions.report.custom,usage:0 +#: field:ir.actions.report.xml,usage:0 +#: field:ir.actions.server,usage:0 +#: field:ir.actions.act_window,usage:0 +msgid "Action Usage" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HOME" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Enter at least one field !" +msgstr "" + +#. module: base +#: field:ir.actions.server,child_ids:0 +msgid "Others Actions" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_server_action_create +msgid "Create Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_workitem +msgid "workflow.workitem" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: base +#: selection:ir.module.module,state:0 +msgid "Not Installable" +msgstr "" + +#. module: base +#: field:res.partner.event,probability:0 +msgid "Probability (0.50)" +msgstr "" + +#. module: base +#: field:res.partner.address,mobile:0 +msgid "Mobile" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "html" +msgstr "" + +#. module: base +#: field:ir.report.custom,repeat_header:0 +msgid "Repeat Header" +msgstr "" + +#. module: base +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,next:0 +msgid "Your system will be upgraded." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_user_form +#: view:res.users:0 +msgid "Configure User" +msgstr "" + +#. module: base +#: help:res.country,name:0 +msgid "The full name of the country." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUMP_TO" +msgstr "" + +#. module: base +#: field:ir.ui.menu,child_id:0 +msgid "Child ids" +msgstr "" + +#. module: base +#: field:ir.actions.todo,end_date:0 +msgid "End Date" +msgstr "" + +#. module: base +#: field:ir.exports,resource:0 +#: field:ir.property,res_id:0 +msgid "Resource" +msgstr "" + +#. module: base +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-tools" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" + +#. module: base +#: view:ir.actions.report.xml:0 +msgid "Report xml" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_module_open_categ +#: model:ir.actions.act_window,name:base.open_module_tree +#: field:wizard.module.lang.export,modules:0 +#: model:ir.ui.menu,name:base.menu_module_tree +#: view:ir.module.module:0 +msgid "Modules" +msgstr "" + +#. module: base +#: selection:workflow.activity,kind:0 +#: field:workflow.activity,subflow_id:0 +#: field:workflow.workitem,subflow_id:0 +msgid "Subflow" +msgstr "" + +#. module: base +#: help:res.partner,vat:0 +msgid "Value Added Tax number" +msgstr "" + +#. module: base +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Values" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_INFO" +msgstr "" + +#. module: base +#: field:workflow.transition,signal:0 +msgid "Signal (button Name)" +msgstr "" + +#. module: base +#: field:res.company,logo:0 +msgid "Logo" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_bank_form +#: field:res.partner,bank_ids:0 +#: model:ir.ui.menu,name:base.menu_action_res_bank_form +#: view:res.bank:0 +msgid "Banks" +msgstr "" + +#. module: base +#: field:ir.cron,numbercall:0 +msgid "Number of calls" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-sale" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mappings" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ADD" +msgstr "" + +#. module: base +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Security on Groups" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "center" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format +msgid "Can not create the module file: %s !" +msgstr "" + +#. module: base +#: field:ir.server.object.lines,server_id:0 +msgid "Object Mapping" +msgstr "" + +#. module: base +#: field:ir.module.module,published_version:0 +msgid "Published Version" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 +#: model:ir.ui.menu,name:base.menu_country_state_partner +msgid "States" +msgstr "" + +#. module: base +#: field:res.currency.rate,rate:0 +msgid "Rate" +msgstr "" + +#. module: base +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Create / Write" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_exports_line +msgid "ir.exports.line" +msgstr "" + +#. module: base +#: field:res.partner,credit_limit:0 +msgid "Credit Limit" +msgstr "" + +#. module: base +#: field:ir.default,value:0 +msgid "Default Value" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Object:" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_property_form_all +#: model:ir.ui.menu,name:base.menu_ir_property_form_all +msgid "All Properties" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "left" +msgstr "" + +#. module: base +#: field:ir.module.module,category_id:0 +msgid "Category" +msgstr "" + +#. module: base +#: view:res.request:0 +#: view:ir.model:0 +msgid "Status" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_close +msgid "ir.actions.act_window_close" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +msgid "Service" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,auto_refresh:0 +msgid "Add an auto-refresh on the view" +msgstr "" + +#. module: base +#: field:ir.attachment,datas_fname:0 +#: field:wizard.module.lang.export,name:0 +msgid "Filename" +msgstr "" + +#. module: base +#: field:ir.model,access_ids:0 +msgid "Access" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_DOWN" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Weeks" +msgstr "" + +#. module: base +#: field:res.groups,name:0 +msgid "Group Name" +msgstr "" + +#. module: base +#: wizard_field:module.upgrade,next,module_download:0 +#: wizard_view:module.upgrade,next:0 +msgid "Modules to download" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + +#. module: base +#: field:res.bank,fax:0 +#: field:res.partner.address,fax:0 +msgid "Fax" +msgstr "" + +#. module: base +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_workitem_form +#: model:ir.ui.menu,name:base.menu_workflow_workitem +msgid "Workitems" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PRINT_PREVIEW" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The perm_read method is not implemented on this object !" +msgstr "" + +#. module: base +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "" + +#. module: base +#: field:res.request,create_date:0 +msgid "Created date" +msgstr "" + +#. module: base +#: field:res.bank,bic:0 +msgid "BIC/Swift code" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence +msgid "ir.sequence" +msgstr "" + +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "Not Installed" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + +#. module: base +#: field:res.partner.event,canal_id:0 +#: view:res.partner.canal:0 +msgid "Channel" +msgstr "" + +#. module: base +#: field:ir.ui.menu,icon:0 +msgid "Icon" +msgstr "" + +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + +#. module: base +#: wizard_button:module.lang.import,init,finish:0 +#: wizard_button:module.lang.install,start,end:0 +#: wizard_button:module.module.update,update,open_window:0 +msgid "Ok" +msgstr "" + +#. module: base +#: field:ir.cron,doall:0 +msgid "Repeat missed" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Couldn't find tag '%s' in parent view !" +msgstr "" + +#. module: base +#: field:ir.ui.view,inherit_id:0 +msgid "Inherited View" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_translation +msgid "ir.translation" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + +#. module: base +#: field:ir.actions.act_window,limit:0 +#: field:ir.report.custom,limitt:0 +msgid "Limit" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_request-act +#: model:ir.ui.menu,name:base.menu_res_request_act +#: model:ir.ui.menu,name:base.next_id_12 +#: view:res.request:0 +msgid "Requests" +msgstr "" + +#. module: base +#: selection:workflow.activity,split_mode:0 +msgid "Or" +msgstr "" + +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_7 +msgid "Openstuff.net" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_rule_group +msgid "ir.rule.group" +msgstr "" + +#. module: base +#: field:res.roles,child_id:0 +msgid "Childs" +msgstr "" + +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Selection" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Week of the year: %(woy)s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_install +#: model:ir.ui.menu,name:base.menu_module_tree_install +msgid "Installed modules" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ABOUT" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + +#. module: base +#: field:ir.rule,operator:0 +msgid "Operator" +msgstr "" + +#. module: base +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "ValidateError" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_OPEN" +msgstr "" + +#. module: base +#: field:ir.actions.server,action_id:0 +#: selection:ir.actions.server,state:0 +msgid "Client Action" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "right" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PREVIOUS" +msgstr "" + +#. module: base +#: wizard_button:base.module.import,init,import:0 +#: model:ir.actions.wizard,name:base.wizard_base_module_import +#: model:ir.ui.menu,name:base.menu_wizard_module_import +msgid "Import module" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" + +#. module: base +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not delete this document! (%s)" +msgstr "" + +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_report_custom +#: view:ir.report.custom:0 +msgid "Custom Report" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day of the week (0:Monday): %(weekday)s" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Email" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_wizard_update_translations +#: model:ir.ui.menu,name:base.menu_wizard_update_translations +msgid "Resynchronise Terms" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_create:0 +msgid "Create Access" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_other_form +#: model:ir.ui.menu,name:base.menu_partner_other_form +msgid "Others Partners" +msgstr "" + +#. module: base +#: field:ir.model.data,noupdate:0 +msgid "Non Updatable" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not upgrade module '%s'. It is not installed." +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented set_memory method !" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,target:0 +msgid "Current Window" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + +#. module: base +#: view:res.partner.category:0 +msgid "Partner category" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NETWORK" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_fields +#: model:ir.model,name:base.model_ir_model_fields +#: field:ir.model,field_id:0 +#: field:ir.property,fields_id:0 +#: field:ir.report.custom,fields_child0:0 +#: model:ir.ui.menu,name:base.ir_model_model_fields +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Fields" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config +#: view:ir.sequence:0 +#: view:res.company:0 +msgid "Configuration" +msgstr "Ustawienia" + +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + +#. module: base +#: field:ir.model.fields,ttype:0 +#: view:ir.model:0 +msgid "Field Type" +msgstr "" + +#. module: base +#: field:ir.model.fields,complete_name:0 +#: field:ir.ui.menu,complete_name:0 +msgid "Complete Name" +msgstr "" + +#. module: base +#: field:res.country.state,code:0 +msgid "State Code" +msgstr "" + +#. module: base +#: field:ir.model.fields,on_delete:0 +msgid "On delete" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Year with century: %(year)s" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + +#. module: base +#: view:ir.report.custom:0 +msgid "Subscribe Report" +msgstr "" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + +#. module: base +#: field:ir.values,object:0 +msgid "Is Object" +msgstr "" + +#. module: base +#: field:res.lang,translatable:0 +msgid "Translatable" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Daily" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Cascade" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Field %d should be a figure" +msgstr "" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Gantt" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not Implemented" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_5 +msgid "Gold Partner" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_15 +msgid "IT sector" +msgstr "" + +#. module: base +#: view:ir.property:0 +msgid "Property" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank_type +#: view:res.partner.bank.type:0 +msgid "Bank Account Type" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Next Configuration Step" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-project" +msgstr "" + +#. module: base +#: field:res.groups,comment:0 +msgid "Comment" +msgstr "" + +#. module: base +#: field:ir.model.fields,domain:0 +#: field:ir.rule,domain:0 +#: field:res.partner.title,domain:0 +msgid "Domain" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PREFERENCES" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + +#. module: base +#: field:ir.module.module,shortdesc:0 +msgid "Short description" +msgstr "" + +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,attachment:0 +msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + +#. module: base +#: field:res.country.state,name:0 +msgid "State Name" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Your Logo - Use a size of about 450x150 pixels." +msgstr "" + +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DELETE" +msgstr "" + +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + +#. module: base +#: field:workflow.activity,join_mode:0 +msgid "Join Mode" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_format:0 +msgid "a5" +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "" + +#. module: base +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_report_xml +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.report.xml" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Please note that you will have to logout and relog if you change your password." +msgstr "" + +#. module: base +#: field:res.partner,address:0 +#: view:res.partner.address:0 +msgid "Contacts" +msgstr "Kontakty" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Graph" +msgstr "" + +#. module: base +#: field:ir.module.module,installed_version:0 +msgid "Latest version" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_server +msgid "ir.actions.server" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_17 +msgid "HR sector" +msgstr "" + +#. module: base +#: wizard_button:module.lang.install,init,start:0 +msgid "Start installation" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "closed" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_module_dependency +msgid "Module dependency" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_upgrade +#: model:ir.ui.menu,name:base.menu_wizard_upgrade +msgid "Apply Scheduled Upgrades" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DND_MULTIPLE" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_2 +msgid "OpenERP Partners" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Choose Your Mode" +msgstr "" + +#. module: base +#: view:ir.actions.report.custom:0 +msgid "Report custom" +msgstr "" + +#. module: base +#: field:workflow.activity,action_id:0 +#: view:ir.actions.server:0 +msgid "Server Action" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-3" +msgstr "" + +#. module: base +#: field:ir.actions.act_window_close,name:0 +#: field:ir.actions.actions,name:0 +#: field:ir.actions.server,name:0 +#: field:ir.actions.url,name:0 +#: field:ir.actions.act_window,name:0 +msgid "Action Name" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,progress:0 +msgid "Configuration Progress" +msgstr "" + +#. module: base +#: field:res.company,rml_footer2:0 +msgid "Report Footer 2" +msgstr "" + +#. module: base +#: field:res.bank,email:0 +#: field:res.partner.address,email:0 +msgid "E-Mail" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "module,type,name,res_id,src,value" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_groups +msgid "res.groups" +msgstr "" + +#. module: base +#: field:workflow.activity,split_mode:0 +msgid "Split Mode" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_localisation +msgid "Localisation" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Count" +msgstr "" + +#. module: base +#: field:ir.module.module,dependencies_id:0 +#: view:ir.module.module:0 +msgid "Dependencies" +msgstr "" + +#. module: base +#: field:ir.cron,user_id:0 +#: field:ir.ui.view.custom,user_id:0 +#: field:ir.values,user_id:0 +#: field:res.partner.event,user_id:0 +#: view:res.users:0 +msgid "User" +msgstr "" + +#. module: base +#: field:res.partner,parent_id:0 +msgid "Main Company" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_property_form +#: model:ir.ui.menu,name:base.menu_ir_property_form +msgid "Default properties" +msgstr "" + +#. module: base +#: field:res.request.history,date_sent:0 +msgid "Date sent" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_lang_import +#: model:ir.ui.menu,name:base.menu_wizard_lang_import +msgid "Import a Translation File" +msgstr "" + +#. module: base +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title_partner +#: model:ir.ui.menu,name:base.menu_partner_title_partner +#: view:res.partner.title:0 +msgid "Partners Titles" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation_untrans +#: model:ir.ui.menu,name:base.menu_action_translation_untrans +msgid "Untranslated terms" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create +msgid "wizard.ir.model.menu.create" +msgstr "" + +#. module: base +#: view:workflow.transition:0 +msgid "Transition" +msgstr "" + +#. module: base +#: field:res.partner,vat:0 +msgid "VAT" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "" + +#. module: base +#: field:res.partner.address,birthdate:0 +msgid "Birthdate" +msgstr "" + +#. module: base +#: field:ir.module.repository,filter:0 +msgid "Filter" +msgstr "" + +#. module: base +#: field:res.groups,menu_access:0 +msgid "Access Menu" +msgstr "" + +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_som +msgid "res.partner.som" +msgstr "" + +#. module: base +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#: code:addons/base/ir/ir_model.py:0 +#: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 +#: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_activity +msgid "workflow.activity" +msgstr "" + +#. module: base +#: field:ir.sequence,code:0 +#: field:ir.sequence.type,code:0 +msgid "Sequence Code" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "active" +msgstr "" + +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + +#. module: base +#: field:res.currency,rounding:0 +msgid "Rounding factor" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Field" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Create a Menu" +msgstr "" + +#. module: base +#: view:ir.cron:0 +msgid "Action to trigger" +msgstr "" + +#. module: base +#: field:ir.model.fields,select_level:0 +msgid "Searchable" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "Document Link" +msgstr "" + +#. module: base +#: view:res.partner.som:0 +msgid "Partner State of Mind" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_title +msgid "res.partner.title" +msgstr "" + +#. module: base +#: view:res.company:0 +#: view:res.partner:0 +msgid "General Information" +msgstr "" + +#. module: base +#: field:ir.sequence,prefix:0 +msgid "Prefix" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_company +msgid "res.company" +msgstr "" + +#. module: base +#: field:ir.actions.server,fields_lines:0 +#: view:ir.actions.server:0 +msgid "Fields Mapping" +msgstr "" + +#. module: base +#: wizard_button:base.module.import,import,open_window:0 +#: wizard_button:server.action.create,step_1,end:0 +#: wizard_button:server.action.create,init,end:0 +#: wizard_button:module.upgrade,start,end:0 +#: wizard_button:module.upgrade,end,end:0 +#: view:wizard.module.lang.export:0 +msgid "Close" +msgstr "" + +#. module: base +#: field:ir.sequence,name:0 +#: field:ir.sequence.type,name:0 +msgid "Sequence Name" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request_history +msgid "res.request.history" +msgstr "" + +#. module: base +#: constraint:res.partner:0 +msgid "The VAT doesn't seem to be correct." +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Hour 00->12: %(h12)s" +msgstr "" + +#. module: base +#: field:res.currency,rate:0 +msgid "Current rate" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_simple_view_form +msgid "Configure Simple View" +msgstr "" + +#. module: base +#: wizard_button:module.upgrade,next,start:0 +msgid "Start Upgrade" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_13 +msgid "Important customers" +msgstr "" + +#. module: base +#: field:res.partner.som,factor:0 +msgid "Factor" +msgstr "" + +#. module: base +#: field:res.partner,category_id:0 +#: view:res.partner:0 +msgid "Categories" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Sum" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "" + +#. module: base +#: field:workflow.instance,res_type:0 +#: field:workflow,osv:0 +msgid "Resource Object" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "sxw" +msgstr "" + +#. module: base +#: selection:ir.actions.url,target:0 +msgid "This Window" +msgstr "" + +#. module: base +#: field:res.payterm,name:0 +msgid "Payment term (short name)" +msgstr "" + +#. module: base +#: field:ir.cron,function:0 +#: field:res.partner.address,function:0 +#: selection:workflow.activity,kind:0 +msgid "Function" +msgstr "" + +#. module: base +#: constraint:res.company:0 +msgid "Error! You can not create recursive companies." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_config_view +msgid "res.config.view" +msgstr "" + +#. module: base +#: field:ir.attachment,description:0 +#: field:ir.module.module,description:0 +#: field:res.partner.bank,name:0 +#: field:res.partner.event,description:0 +#: view:res.partner.event:0 +#: view:res.request:0 +msgid "Description" +msgstr "" + +#. module: base +#: field:res.partner.bank,owner_name:0 +msgid "Account owner" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDENT" +msgstr "" + +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + +#. module: base +#: field:ir.exports.line,name:0 +#: field:res.partner.bank.type.field,name:0 +msgid "Field name" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Delivery" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_attachment +msgid "ir.attachment" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The value \"%s\" for the field \"%s\" is not in the selection" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,auto:0 +msgid "Automatic XSL:RML" +msgstr "" + +#. module: base +#: field:ir.attachment,preview:0 +msgid "Image Preview" +msgstr "" + +#. module: base +#: view:workflow.workitem:0 +msgid "Workflow Workitems" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,password:0 +#: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 +#: field:res.users,password:0 +msgid "Password" +msgstr "" + +#. module: base +#: view:res.roles:0 +msgid "Role" +msgstr "" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" + +#. module: base +#: field:res.partner,customer:0 +#: selection:res.partner.event,partner_type:0 +#: model:res.partner.category,name:base.res_partner_category_0 +msgid "Customer" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_unlink:0 +msgid "Delete Permission" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,name:0 +#: field:ir.report.custom,name:0 +msgid "Report Name" +msgstr "" + +#. module: base +#: view:workflow.instance:0 +msgid "Workflow Instances" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_9 +msgid "Database Structure" +msgstr "" + +#. module: base +#: wizard_view:res.partner.spam_send,init:0 +#: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard +msgid "Mass Mailing" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You can also import .po files." +msgstr "" + +#. module: base +#: wizard_view:base.module.import,import:0 +msgid "Module successfully imported !" +msgstr "" + +#. module: base +#: field:res.partner.event,partner_type:0 +msgid "Partner Relation" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,context:0 +msgid "Context Value" +msgstr "" + +#. module: base +#: view:ir.report.custom:0 +msgid "Unsubscribe Report" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Hour 00->24: %(h24)s" +msgstr "" + +#. module: base +#: constraint:res.partner.category:0 +msgid "Error ! You can not create recursive categories." +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Create Object" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_format:0 +msgid "a4" +msgstr "" + +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form_new +#: model:ir.ui.menu,name:base.menu_partner_customer_form_new +msgid "New Partner" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "Installation done" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_RIGHT" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_1 +msgid "Prospect" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_function +msgid "Function of the contact" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_upgrade +#: model:ir.ui.menu,name:base.menu_module_tree_upgrade +msgid "Modules to be installed, upgraded or removed" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Month: %(month)s" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_partner_address_form +msgid "Addresses" +msgstr "" + +#. module: base +#: field:ir.actions.todo,sequence:0 +#: field:ir.actions.server,sequence:0 +#: field:ir.actions.act_window.view,sequence:0 +#: field:ir.module.repository,sequence:0 +#: field:ir.report.custom.fields,sequence:0 +#: field:ir.ui.menu,sequence:0 +#: field:ir.ui.view_sc,sequence:0 +#: field:res.partner.bank,sequence:0 +#: field:wizard.ir.model.menu.create.line,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + +#. module: base +#: help:res.partner.address,type:0 +msgid "Used to select automatically the right address according to the context in sales and purchases documents." +msgstr "" + +#. module: base +#: help:ir.cron,numbercall:0 +msgid "Number of time the function is called,\n" +"a negative number indicates that the function will always be called" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + +#. module: base +#: field:ir.report.custom,footer:0 +msgid "Report Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_NEXT" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REDO" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Choose a language to install:" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "General Description" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Install" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Please check that all your lines have %d columns." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" + +#. module: base +#: field:ir.model.data,name:0 +msgid "XML Identifier" +msgstr "" + diff --git a/bin/addons/base/i18n/pt_BR.po b/bin/addons/base/i18n/pt_BR.po index 9fc94c54570..416c59a7dff 100644 --- a/bin/addons/base/i18n/pt_BR.po +++ b/bin/addons/base/i18n/pt_BR.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:01:47+0000\n" -"PO-Revision-Date: 2008-11-28 17:01:47+0000\n" +"POT-Creation-Date: 2008-12-22 17:58:36+0000\n" +"PO-Revision-Date: 2008-12-22 17:58:36+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -20,6 +20,16 @@ msgstr "" #: model:ir.ui.menu,name:base.menu_ir_cron_act #: view:ir.cron:0 msgid "Scheduled Actions" +msgstr "Ações Agendadas" + +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" msgstr "" #. module: base @@ -45,7 +55,7 @@ msgstr "Desconhecido" #. module: base #: view:wizard.module.update_translations:0 msgid "This wizard will detect new terms in the application so that you can update them manually." -msgstr "" +msgstr "Este assistente detectou novos termos na aplicação, assim voce pode atualizá-los manualmente." #. module: base #: field:workflow.activity,out_transitions:0 @@ -53,103 +63,108 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" -msgstr "" +msgstr "STOCK_SAVE" #. module: base #: model:ir.actions.act_window,name:base.action_res_users_my msgid "Change My Preferences" -msgstr "Troque minhas configurações" +msgstr "Alterar Preferências" #. module: base #: view:ir.actions.act_window:0 msgid "Open Window" -msgstr "" +msgstr "Abrir Janela" #. module: base #: field:res.partner.function,name:0 msgid "Function name" -msgstr "" +msgstr "Nome da Função" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-account" -msgstr "" +msgstr "terp-account" #. module: base #: field:res.partner.address,title:0 #: field:res.partner,title:0 #: field:res.partner.title,name:0 msgid "Title" -msgstr "" +msgstr "Título" #. module: base #: wizard_field:res.partner.sms_send,init,text:0 msgid "SMS Message" -msgstr "" +msgstr "Mensagem SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act #: model:ir.ui.menu,name:base.menu_res_partner_som-act msgid "States of mind" -msgstr "" +msgstr "Estado Mental" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SORT_ASCENDING" -msgstr "" +msgstr "STOCK_SORT_ASCENDING" #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rules" -msgstr "" +msgstr "Regras de Acesso" #. module: base #: field:ir.ui.view,arch:0 #: field:ir.ui.view.custom,arch:0 msgid "View Architecture" -msgstr "" +msgstr "Ver Arquitetura" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_FORWARD" -msgstr "" +msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Ignorado" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" -msgstr "" +msgstr "Você não pode criar este tipo de documento! (%s)" #. module: base #: wizard_field:module.lang.import,init,code:0 msgid "Code (eg:en__US)" -msgstr "" +msgstr "Code (eg:en__US)" #. module: base #: field:res.roles,parent_id:0 msgid "Parent" -msgstr "" +msgstr "Superior" #. module: base #: field:workflow.activity,wkf_id:0 #: field:workflow.instance,wkf_id:0 #: view:workflow:0 msgid "Workflow" -msgstr "" +msgstr "Workflow" #. module: base #: field:ir.actions.report.custom,model:0 @@ -166,44 +181,59 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 #: view:ir.model:0 msgid "Object" -msgstr "" +msgstr "Objeto" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" +msgstr "Para ver traduções oficiais, você pode visitar este link: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree #: model:ir.ui.menu,name:base.menu_action_module_category_tree msgid "Categories of Modules" +msgstr "Categorias de Módulos" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" -msgstr "" +msgstr "ir.default" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Não Iniciado" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" -msgstr "" +msgstr "Minuto: %(min)s" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Cabeçalho/Rodapé" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" -msgstr "" +msgstr "STOCK_ZOOM_100" #. module: base #: model:ir.model,name:base.model_res_partner_bank_type_field @@ -213,22 +243,22 @@ msgstr "" #. module: base #: wizard_view:module.lang.import,init:0 msgid "type,name,res_id,src,value" -msgstr "" +msgstr "tipo, nome, recurso_id, original, tradução" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base #: view:wizard.module.lang.export:0 msgid "Export translation file" -msgstr "" +msgstr "Exportar arquivo de tradução" #. module: base #: field:res.partner.event.type,key:0 msgid "Key" -msgstr "" +msgstr "Chave" #. module: base #: model:ir.actions.act_window,name:base.action_res_roles_form @@ -237,22 +267,22 @@ msgstr "" #: view:res.roles:0 #: view:res.users:0 msgid "Roles" -msgstr "" +msgstr "Papéis" #. module: base #: model:ir.actions.act_window,name:base.action_country #: model:ir.ui.menu,name:base.menu_country_partner msgid "Countries" -msgstr "" +msgstr "Países" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_HELP" -msgstr "" +msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -263,13 +293,7 @@ msgstr "" #. module: base #: selection:res.request,priority:0 msgid "Normal" -msgstr "" - -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" +msgstr "Normal" #. module: base #: field:ir.ui.view_sc,user_id:0 @@ -279,61 +303,71 @@ msgstr "" #. module: base #: wizard_view:module.lang.import,init:0 msgid "Import new language" -msgstr "" +msgstr "Importar novo idioma" #. module: base #: wizard_field:server.action.create,step_1,report:0 #: wizard_view:server.action.create,step_1:0 msgid "Select Report" -msgstr "" +msgstr "Selecionar Relatório" #. module: base #: field:ir.report.custom.fields,fc1_condition:0 #: field:ir.report.custom.fields,fc2_condition:0 #: field:ir.report.custom.fields,fc3_condition:0 msgid "condition" -msgstr "" +msgstr "condição" #. module: base #: selection:ir.report.custom,frequency:0 msgid "Yearly" -msgstr "" +msgstr "Anualmente" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base #: field:ir.sequence,suffix:0 msgid "Suffix" +msgstr "Sufixo" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The unlink method is not implemented on this object !" +msgstr "o métoduo unlink não está implementado neste objeto !" + +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The unlink method is not implemented on this object !" +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" msgstr "" #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" -msgstr "" +msgstr "Rótulos" #. module: base #: field:ir.actions.act_window,target:0 msgid "Target Window" -msgstr "" +msgstr "Janela de destino" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 msgid "Sender's email" -msgstr "" +msgstr "E-mail do Remetente" #. module: base #: selection:ir.report.custom,type:0 @@ -341,20 +375,28 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 msgid "Start On" -msgstr "" +msgstr "Iniciar Em" #. module: base #: rml:ir.module.reference:0 msgid "Reference Guide" -msgstr "" +msgstr "Guia de Referência" #. module: base #: model:ir.model,name:base.model_res_partner @@ -364,45 +406,56 @@ msgstr "" #: field:res.partner.event,partner_id:0 #: selection:res.partner.title,domain:0 msgid "Partner" -msgstr "" +msgstr "Parceiro" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_transition_form #: model:ir.ui.menu,name:base.menu_workflow_transition #: view:workflow.activity:0 msgid "Transitions" -msgstr "" +msgstr "Transições" #. module: base #: model:ir.model,name:base.model_ir_ui_view_custom msgid "ir.ui.view.custom" -msgstr "" +msgstr "ir.ui.view.custom" #. module: base -#: selection:ir.module.module,license:0 -msgid "GPL-2 or later version" -msgstr "" - -#. module: base -#: selection:workflow.activity,kind:0 -msgid "Stop All" +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2 or later version" +msgstr "GPL-2 ou versão superior" + +#. module: base +#: selection:workflow.activity,kind:0 +msgid "Stop All" +msgstr "Parar todos" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_NEW" -msgstr "" +msgstr "STOCK_NEW" #. module: base #: model:ir.model,name:base.model_ir_actions_report_custom #: selection:ir.ui.menu,action:0 msgid "ir.actions.report.custom" -msgstr "" +msgstr "ir.actions.report.custom" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CANCEL" -msgstr "" +msgstr "STOCK_CANCEL" #. module: base #: selection:res.partner.event,type:0 @@ -412,26 +465,26 @@ msgstr "" #. module: base #: constraint:ir.ui.view:0 msgid "Invalid XML for View Architecture!" -msgstr "" +msgstr "Invalido XML para Arquitetura da View" #. module: base #: field:ir.report.custom,sortby:0 msgid "Sorted By" -msgstr "" +msgstr "Ordenado Por" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" -msgstr "" +msgstr "Tipo de Relatório" #. module: base #: field:ir.actions.todo,state:0 #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -440,23 +493,23 @@ msgstr "" #: field:workflow.workitem,state:0 #: view:res.country.state:0 msgid "State" -msgstr "" +msgstr "Estado" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "Other proprietary" -msgstr "" +msgstr "Outro proprietário" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -465,33 +518,33 @@ msgstr "" #: view:ir.model:0 #: view:res.partner:0 msgid "Notes" -msgstr "" +msgstr "Notas" #. module: base #: model:ir.actions.act_window,name:base.action_translation #: model:ir.ui.menu,name:base.menu_action_translation msgid "All terms" -msgstr "" - -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" +msgstr "Todos os termos" #. module: base #: view:res.partner:0 msgid "General" -msgstr "" +msgstr "Geral" #. module: base #: field:ir.actions.wizard,name:0 msgid "Wizard info" +msgstr "Assistente: info" + +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" -msgstr "" +msgstr "ir.property" #. module: base #: selection:ir.actions.act_window,view_type:0 @@ -499,49 +552,44 @@ msgstr "" #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Form" -msgstr "" +msgstr "Form." #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" -msgstr "" +msgstr "Não é possível definir coluna %s. Palavra reservada !" #. module: base #: help:ir.ui.menu,groups_id:0 msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." -msgstr "" +msgstr "Se voce incluir grupos, a visibilidade deste menu será baseada nestes grupos. Se este campo estiver vazio, o OpenERP na leitura dos acessos dos objetos relacionados." #. module: base #: field:workflow.transition,act_to:0 msgid "Destination Activity" -msgstr "" +msgstr "Atividade Destino" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "" - -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" +msgstr "Empresa de serviço Open Source" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" -msgstr "" +msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" -msgstr "" +msgstr "o método name_search não está implementado neste objeto !" #. module: base #: selection:res.request,state:0 msgid "waiting" -msgstr "" +msgstr "esperando" #. module: base #: field:res.country,name:0 @@ -551,23 +599,23 @@ msgstr "Nome do País" #. module: base #: field:ir.attachment,link:0 msgid "Link" +msgstr "Link" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "" - -#. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" -msgstr "" +msgstr "novo" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GOTO_TOP" -msgstr "" +msgstr "STOCK_GOTO_TOP" #. module: base #: field:ir.actions.report.custom,multi:0 @@ -576,15 +624,20 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" -msgstr "" +msgstr "workflow.triggers" #. module: base #: model:ir.model,name:base.model_ir_ui_view msgid "ir.ui.view" -msgstr "" +msgstr "ir.ui.view" #. module: base #: field:ir.report.custom.fields,report_id:0 @@ -594,30 +647,28 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-hr" -msgstr "" +msgstr "terp-hr" #. module: base #: field:res.partner.bank.type.field,size:0 msgid "Max. Size" -msgstr "" +msgstr "Tamanho Máximo" #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "To be upgraded" -msgstr "" +msgstr "A ser atualizado" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-purchase" -msgstr "" +msgstr "terp-purchase" #. module: base #: field:res.partner.address,name:0 @@ -625,38 +676,38 @@ msgid "Contact Name" msgstr "Nome do Contato" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." -msgstr "Salve este documento como um arquivo %s e edite-o com um editor de textos.O formato do arquivo é UTF-8" +msgstr "Salve este documento como um arquivo %s e edite-o com um editor de textos. O formato do arquivo é UTF-8." #. module: base #: view:ir.module.module:0 msgid "Schedule Upgrade" -msgstr "" +msgstr "Agendar atualização" #. module: base #: wizard_field:module.module.update,init,repositories:0 msgid "Repositories" -msgstr "" +msgstr "Repositórios" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" -msgstr "" +msgstr "Senha incorreta !" #. module: base #: selection:res.partner.address,type:0 #: selection:res.partner.title,domain:0 msgid "Contact" -msgstr "" +msgstr "Contato" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" -msgstr "" +msgstr "Esta url %s providenciará um arquivo html com links para os módulos zip" #. module: base #: model:ir.ui.menu,name:base.next_id_15 @@ -664,23 +715,23 @@ msgstr "" #: view:ir.model.fields:0 #: view:ir.model:0 msgid "Properties" -msgstr "" +msgstr "Propriedades" #. module: base #: model:res.partner.title,name:base.res_partner_title_ltd msgid "Ltd" -msgstr "" +msgstr "Ltd" #. module: base #: model:ir.model,name:base.model_ir_ui_menu msgid "ir.ui.menu" -msgstr "" +msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" -msgstr "" +msgstr "ConcurrencyException" #. module: base #: field:ir.actions.act_window,view_id:0 @@ -688,31 +739,41 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" -msgstr "" +msgstr "EAN13" + +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "Regras são usadas para definir ações disponibilizadas pelos workflows." #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree #: view:ir.module.repository:0 msgid "Repository list" -msgstr "" +msgstr "Lista de repositório" #. module: base #: help:ir.rule.group,rules:0 msgid "The rule is satisfied if at least one test is True" -msgstr "" +msgstr "A regra será satisfeita se pelo menos um teste for verdadeiro" #. module: base #: field:res.company,rml_header1:0 msgid "Report Header" -msgstr "" +msgstr "Cabeçalho do relatório" #. module: base #: view:ir.rule:0 @@ -722,7 +783,7 @@ msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_pvt_ltd msgid "Corp." -msgstr "" +msgstr "Empr." #. module: base #: model:res.partner.category,name:base.res_partner_category_16 @@ -732,74 +793,86 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" -msgstr "" +msgstr "Tipo de ação" #. module: base #: help:ir.actions.act_window,limit:0 msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "Segmentação" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" -msgstr "" +msgstr "ir.server.object.lines" #. module: base #: field:ir.actions.act_window,src_model:0 msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Tamanho" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" -msgstr "" +msgstr "Tipos de campos" #. module: base #: model:ir.actions.act_window,name:base.act_ir_actions_todo_form #: model:ir.ui.menu,name:base.menu_ir_actions_todo_form #: view:ir.actions.todo:0 msgid "Config Wizard Steps" -msgstr "" +msgstr "Etapas do assistente de configuração" #. module: base #: model:ir.model,name:base.model_ir_ui_view_sc msgid "ir.ui.view_sc" -msgstr "" +msgstr "ir.ui.view_sc" #. module: base #: field:ir.model.access,group_id:0 #: field:ir.rule,rule_group:0 msgid "Group" -msgstr "" +msgstr "Grupo" #. module: base #: help:res.partner,customer:0 msgid "Check this box if the partner is a customer." -msgstr "" +msgstr "Marque este opção se o parceiro for um cliente." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_FLOPPY" +msgstr "STOCK_FLOPPY" + +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" msgstr "" #. module: base #: field:res.users,signature:0 msgid "Signature" -msgstr "" +msgstr "Assinatura" #. module: base #: field:ir.actions.server,sms:0 #: selection:ir.actions.server,state:0 msgid "SMS" -msgstr "" - -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" +msgstr "SMS" #. module: base #: field:ir.translation,name:0 @@ -808,41 +881,42 @@ msgstr "Nome do campo" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" -msgstr "" +msgstr "Idiomas" #. module: base #: model:ir.actions.act_window,name:base.open_module_tree_uninstall #: model:ir.ui.menu,name:base.menu_module_tree_uninstall msgid "Uninstalled modules" -msgstr "" +msgstr "Módulos não instalados" #. module: base #: help:res.partner.category,active:0 msgid "The active field allows you to hide the category, without removing it." -msgstr "" +msgstr "O campo ativo, permite a voce esconder a categoria, sem removê-la." #. module: base #: selection:wizard.module.lang.export,format:0 msgid "PO File" -msgstr "" +msgstr "Arquivo PO" #. module: base #: model:ir.model,name:base.model_res_partner_event msgid "res.partner.event" -msgstr "" +msgstr "res.partner.event" #. module: base #: wizard_field:server.action.create,init,type:0 #: wizard_view:server.action.create,init:0 msgid "Select Action Type" -msgstr "" +msgstr "Selecionar tipo de ação" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Save este dopcumento como um .CSV e abra-o com seu programa de planilha. O formato do arquivo é UTF-8. Voce precisa traduzir a ultima coluna antes de reimportá-lo." @@ -851,64 +925,79 @@ msgstr "Save este dopcumento como um .CSV e abra-o com seu programa de planilha. #: model:ir.ui.menu,name:base.menu_action_currency_form #: view:res.currency:0 msgid "Currencies" -msgstr "" +msgstr "Moedas" #. module: base #: selection:ir.actions.todo,type:0 msgid "Configure" -msgstr "" +msgstr "Configurar" #. module: base #: help:res.partner,lang:0 msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." -msgstr "" +msgstr "Se selecionar um idioma, todos os documentos relacionados a este parceiro serão impressos neste idioma. Se não, serão impressos em inglês." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDERLINE" -msgstr "" +msgstr "STOCK_UNDERLINE" #. module: base #: selection:ir.model,state:0 msgid "Custom Object" +msgstr "Configurar objeto" + +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" msgstr "" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" -msgstr "" +msgstr "Sempre Pesquisável" #. module: base #: selection:ir.model.fields,state:0 msgid "Base Field" -msgstr "" +msgstr "Campo Base" #. module: base #: field:workflow.instance,uid:0 msgid "User ID" -msgstr "" +msgstr "ID do Usuário" #. module: base #: view:ir.rule:0 msgid "Test" +msgstr "Teste" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" -msgstr "" +msgstr "Voce não pode remover o usuário administrador, porque ele é usado internamente para recursos criados pelo OpenERP (atualizações, instalação de módulos, ...)" #. module: base #: wizard_view:module.module.update,update:0 msgid "New modules" +msgstr "Novos módulos" + +#. module: base +#: view:res.lang:0 +msgid "Examples" msgstr "" #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 msgid "SXW content" -msgstr "" +msgstr "Conteúdo SXW" #. module: base #: field:ir.default,ref_id:0 @@ -918,17 +1007,17 @@ msgstr "" #. module: base #: help:res.partner.address,active:0 msgid "Uncheck the active field to hide the contact." -msgstr "" +msgstr "Desmarque o campo Ativo para esconder o contato." #. module: base #: model:ir.ui.menu,name:base.next_id_10 msgid "Scheduler" -msgstr "" +msgstr "Agendador" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_BOLD" -msgstr "" +msgstr "STOCK_BOLD" #. module: base #: field:ir.report.custom.fields,fc0_operande:0 @@ -937,37 +1026,53 @@ msgstr "" #: field:ir.report.custom.fields,fc3_operande:0 #: selection:ir.translation,type:0 msgid "Constraint" -msgstr "" +msgstr "Restringir" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" -msgstr "" +msgstr "Padrão" #. module: base #: field:ir.model.fields,required:0 #: field:res.partner.bank.type.field,required:0 msgid "Required" -msgstr "" +msgstr "Obrigatório" #. module: base #: field:res.country,code:0 msgid "Country Code" msgstr "Código do País" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Continuar" + #. module: base #: field:res.request.history,name:0 msgid "Summary" +msgstr "Sumário" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" -msgstr "" +msgstr "terp-graph" #. module: base #: model:ir.model,name:base.model_workflow_instance msgid "workflow.instance" +msgstr "workflow.instance" + +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" msgstr "" #. module: base @@ -977,53 +1082,58 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 -msgid "undefined get method !" -msgstr "" - -#. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "" - -#. module: base #, python-format +msgid "undefined get method !" +msgstr "Método get não definido !" + +#. module: base +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" -msgstr "" +msgstr "O método de leitura não está implementado neste objeto !" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "O idioma selecionado foi instalado com sucesso. Voce precisa trocar a preferência do usuário e abrir um novo menu para visualizar as alterações." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_REWIND" -msgstr "" +msgstr "STOCK_MEDIA_REWIND" #. module: base #: model:ir.model,name:base.model_res_partner_event_type #: model:ir.ui.menu,name:base.next_id_14 #: view:res.partner.event:0 msgid "Partner Events" -msgstr "" +msgstr "Eventos dos parceiros" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CUT" -msgstr "" +msgstr "STOCK_CUT" #. module: base #: rml:ir.module.reference:0 @@ -1033,12 +1143,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_NO" -msgstr "" +msgstr "STOCK_NO" #. module: base #: selection:res.config.view,view:0 msgid "Extended Interface" -msgstr "" +msgstr "Interface extendida" #. module: base #: field:res.company,name:0 @@ -1048,13 +1158,13 @@ msgstr "Nome da Empresa" #. module: base #: wizard_field:base.module.import,init,module_file:0 msgid "Module .ZIP file" -msgstr "" +msgstr "Arquivo de módulo .ZIP" #. module: base #: wizard_button:res.partner.sms_send,init,send:0 #: model:ir.actions.wizard,name:base.res_partner_send_sms_wizard msgid "Send SMS" -msgstr "" +msgstr "Enviar SMS" #. module: base #: field:ir.actions.report.custom,report_id:0 @@ -1065,12 +1175,12 @@ msgstr "" #: model:ir.actions.act_window,name:base.action_partner_addess_tree #: view:res.partner:0 msgid "Partner contacts" -msgstr "" +msgstr "Contatos dos parceiros" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Endereço" #. module: base #: help:res.country,code:0 @@ -1083,36 +1193,34 @@ msgstr "O código ISO do país com dois dígitos.\n" #: selection:workflow.activity,join_mode:0 #: selection:workflow.activity,split_mode:0 msgid "Xor" -msgstr "" +msgstr "Xor" #. module: base #: selection:ir.report.custom,state:0 msgid "Subscribed" -msgstr "" +msgstr "Inscrito" #. module: base #: view:res.partner:0 msgid "Sales & Purchases" -msgstr "" +msgstr "Vendas & Compras" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" -msgstr "" +msgstr "Assistente" #. module: base #: wizard_view:module.lang.install,init:0 #: wizard_view:module.upgrade,next:0 msgid "System Upgrade" -msgstr "" +msgstr "Atualização de Sistema" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_REVERT_TO_SAVED" -msgstr "" +msgstr "STOCK_REVERT_TO_SAVED" #. module: base #: field:res.partner.event,event_ical_id:0 @@ -1125,52 +1233,71 @@ msgid "Language name" msgstr "Idioma" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 #: field:wizard.ir.model.menu.create,menu_id:0 msgid "Parent Menu" -msgstr "" +msgstr "Menu Superior(pai)" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Campos customizados precisam ter nomes que começam com 'x_'!" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "O método create não está implementado neste objeto !" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" -msgstr "" +msgstr "Tipo de evento" #. module: base #: field:ir.ui.view,type:0 #: field:wizard.ir.model.menu.create.line,view_type:0 msgid "View Type" -msgstr "" +msgstr "Tipo de visão" #. module: base #: model:ir.model,name:base.model_ir_report_custom msgid "ir.report.custom" -msgstr "" +msgstr "ir.report.custom" #. module: base #: field:ir.exports.line,export_id:0 msgid "Exportation" +msgstr "Exportação" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" msgstr "" #. module: base #: view:ir.model:0 msgid "Model Description" +msgstr "Descrição de Modelo" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" msgstr "" #. module: base @@ -1181,22 +1308,27 @@ msgstr "" #. module: base #: selection:wizard.module.lang.export,state:0 msgid "get" -msgstr "" +msgstr "obter" #. module: base #: view:ir.report.custom.fields:0 msgid "Report Fields" +msgstr "Campos de Relatório" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" -msgstr "" +msgstr "ir.values" #. module: base #: selection:ir.report.custom,type:0 msgid "Pie Chart" -msgstr "" +msgstr "Gráfico de pizza" #. module: base #: field:workflow.transition,trigger_expr_id:0 @@ -1204,119 +1336,133 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUSTIFY_CENTER" -msgstr "" +msgstr "STOCK_JUSTIFY_CENTER" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_FIT" -msgstr "" +msgstr "STOCK_ZOOM_FIT" #. module: base #: view:ir.sequence.type:0 msgid "Sequence Type" +msgstr "Tipo de Sequencia" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" -msgstr "" +msgstr "Campo inferior(filho)2" #. module: base #: field:ir.report.custom.fields,field_child3:0 msgid "field child3" -msgstr "" +msgstr "Campo inferior(filho)3" #. module: base #: field:ir.report.custom.fields,field_child0:0 msgid "field child0" -msgstr "" +msgstr "Campo inferior(filho)0" #. module: base #: model:ir.actions.wizard,name:base.wizard_update #: model:ir.ui.menu,name:base.menu_module_update msgid "Update Modules List" -msgstr "" +msgstr "Atualizar lista de módulos" #. module: base #: view:res.config.view:0 msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" -msgstr "" +msgstr "Licença" #. module: base #: model:ir.model,name:base.model_ir_actions_actions msgid "ir.actions.actions" -msgstr "" +msgstr "ir.actions.actions" #. module: base #: field:ir.module.repository,url:0 msgid "Url" -msgstr "" - -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" +msgstr "URL" #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 #: view:res.request:0 msgid "Request" -msgstr "" +msgstr "Requisitar" #. module: base #: field:ir.actions.act_window,view_mode:0 msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "O método \"name_get\" não está implementado neste objeto!" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" +msgstr "Retrato" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" msgstr "" #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" -msgstr "" +msgstr "Modelo" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Calendário" #. module: base #: wizard_view:module.lang.install,start:0 msgid "Language file loaded." -msgstr "" +msgstr "Carregado arquivo de idioma." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1324,38 +1470,48 @@ msgstr "" #: wizard_field:module.upgrade,next,module_info:0 #: wizard_view:module.upgrade,next:0 msgid "Modules to update" -msgstr "" +msgstr "Módulos para atualizar" + +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Data de atualização" #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" -msgstr "" +msgstr "Srta." #. module: base #: field:workflow.workitem,act_id:0 #: view:workflow.activity:0 msgid "Activity" +msgstr "Atividade" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 msgid "Print orientation" -msgstr "" +msgstr "Orientação de impressão" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GOTO_BOTTOM" -msgstr "" +msgstr "STOCK_GOTO_BOTTOM" #. module: base #: field:ir.actions.report.xml,header:0 msgid "Add RML header" -msgstr "" +msgstr "Adicionar cabecalho RML" #. module: base #: field:ir.attachment,name:0 @@ -1365,13 +1521,13 @@ msgstr "Nome do anexo" #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Landscape" -msgstr "" +msgstr "Paisagem" #. module: base #: wizard_field:module.lang.import,init,data:0 #: field:wizard.module.lang.export,data:0 msgid "File" -msgstr "" +msgstr "Arquivo" #. module: base #: model:ir.actions.act_window,name:base.ir_sequence_form @@ -1379,18 +1535,18 @@ msgstr "" #: model:ir.ui.menu,name:base.next_id_5 #: view:ir.sequence:0 msgid "Sequences" -msgstr "" +msgstr "Seqüências" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" #. module: base #: view:res.users:0 msgid "Add User" -msgstr "" +msgstr "Adicionar usuário" #. module: base #: field:res.request,trigger_date:0 @@ -1398,57 +1554,67 @@ msgid "Trigger Date" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_actions_configuration_wizard -msgid "ir.actions.configuration.wizard" +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_actions_configuration_wizard +msgid "ir.actions.configuration.wizard" +msgstr "ir.actions.configuration.wizard" + #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Conta Bancaria" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" -msgstr "" +msgstr "STOCK_GO_FORWARD" #. module: base #: field:res.bank,zip:0 #: field:res.partner.address,zip:0 #: field:res.partner.bank,zip:0 msgid "Zip" -msgstr "" +msgstr "CEP" #. module: base #: field:ir.module.module,author:0 msgid "Author" +msgstr "Autor" + +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Descrição de campos" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" -msgstr "" +msgstr "STOCK_UNDELETE" #. module: base #: selection:wizard.module.lang.export,state:0 msgid "choose" -msgstr "" +msgstr "Escolher" #. module: base #: selection:ir.module.module.dependency,state:0 msgid "Uninstallable" -msgstr "" +msgstr "Não instalado" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_QUESTION" -msgstr "" +msgstr "STOCK_DIALOG_QUESTION" #. module: base #: selection:ir.actions.server,state:0 @@ -1460,45 +1626,64 @@ msgstr "" #: field:res.partner,supplier:0 #: model:res.partner.category,name:base.res_partner_category_8 msgid "Supplier" -msgstr "" +msgstr "Fornecedor" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "Acessar todos os campos relacionados no objeto usando expressões em duplo colchete, ex.: [[object.partner_id.name ]]" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" msgstr "" #. module: base #: field:res.request.history,body:0 msgid "Body" -msgstr "" +msgstr "Corpo" #. module: base #: field:res.lang,direction:0 msgid "Direction" +msgstr "Direção" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" +msgstr "wizard.module.update_translations" + +#. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" msgstr "" #. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1506,81 +1691,84 @@ msgstr "" #. module: base #: wizard_button:res.partner.spam_send,init,send:0 msgid "Send Email" -msgstr "" +msgstr "Enviar email" #. module: base #: model:res.partner.category,name:base.res_partner_category_4 msgid "Basic Partner" -msgstr "" +msgstr "Parceiro básico" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SELECT_FONT" -msgstr "" +msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" -msgstr "" +msgstr "Voce tentou remover um módulo que esta instalado ou poderá ser instalado" #. module: base #: rml:ir.module.reference:0 msgid "," -msgstr "" +msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam msgid "Madam" -msgstr "" +msgstr "Sra." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PASTE" -msgstr "" +msgstr "STOCK_PASTE" #. module: base #: model:ir.actions.act_window,name:base.action_model_model #: model:ir.model,name:base.model_ir_model #: model:ir.ui.menu,name:base.ir_model_model_menu msgid "Objects" -msgstr "" +msgstr "Objetos" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GOTO_FIRST" -msgstr "" +msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" -msgstr "" +msgstr "Workflows" #. module: base #: field:ir.model.fields,model_id:0 msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 #: selection:ir.report.custom.fields,fc2_op:0 #: selection:ir.report.custom.fields,fc3_op:0 msgid "<" -msgstr "" +msgstr "<" #. module: base #: model:ir.actions.act_window,name:base.action_config_wizard_form @@ -1596,28 +1784,38 @@ msgstr "" #. module: base #: field:wizard.module.lang.export,format:0 msgid "File Format" -msgstr "" +msgstr "Formato do arquivo" #. module: base #: field:ir.module.module,url:0 msgid "URL" -msgstr "" +msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base #: field:ir.report.custom,print_format:0 msgid "Print format" -msgstr "" +msgstr "Formato de impressão" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Interface simplificada" #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm #: view:res.payterm:0 msgid "Payment term" +msgstr "Termo de Pagamento" + +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" msgstr "" #. module: base @@ -1628,43 +1826,54 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-calendar" -msgstr "" +msgstr "terp-calendar" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-stock" +msgstr "terp-stock" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Pegar arquivo" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" -msgstr "" +msgstr "Dias de trabalho" #. module: base #: model:ir.model,name:base.model_res_roles msgid "res.roles" -msgstr "" +msgstr "res.roles" #. module: base #: help:ir.cron,priority:0 msgid "0=Very Urgent\n" "10=Not urgent" -msgstr "" +msgstr "0=Muito urgente\n" +"10=Sem urgência" #. module: base #: model:ir.model,name:base.model_ir_model_data msgid "ir.model.data" -msgstr "" - -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "" +msgstr "ir.model.data" #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" +msgstr "Direitos de acesso" + +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." msgstr "" #. module: base @@ -1675,77 +1884,106 @@ msgstr "" #. module: base #: view:res.users:0 msgid "Skip" -msgstr "" +msgstr "Saltar" #. module: base #: model:ir.actions.act_window,name:base.act_menu_create #: view:wizard.ir.model.menu.create:0 msgid "Create Menu" -msgstr "" +msgstr "Criar Menu" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_RECORD" -msgstr "" +msgstr "STOCK_MEDIA_RECORD" #. module: base #: selection:ir.rule,operator:0 msgid "child_of" +msgstr "child_of" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" +msgstr "Voce não pode remover este modelo '%s' !" + +#. module: base +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nome de Categoria" +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 msgid "field child1" -msgstr "" +msgstr "Campo inferior(filho)1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" -msgstr "" +msgstr "Assunto" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" -msgstr "" +msgstr "O método write não está implementado neste objeto !" #. module: base #: field:ir.rule.group,global:0 msgid "Global" -msgstr "" +msgstr "Global" #. module: base #: field:res.request,act_from:0 #: field:res.request.history,act_from:0 msgid "From" -msgstr "" +msgstr "De" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Este método não existe mais" #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Enviar" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" -msgstr "" +msgstr "Próximo" #. module: base #: model:ir.ui.menu,name:base.next_id_11 @@ -1753,25 +1991,30 @@ msgid "Configuration Wizards" msgstr "Assistentes de configuração" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "arquivo TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" -msgstr "" +msgstr "terp-report" #. module: base #: field:res.partner.event,som:0 #: field:res.partner.som,name:0 msgid "State of Mind" -msgstr "" +msgstr "Estado mental" #. module: base #: field:ir.actions.todo,type:0 @@ -1781,65 +2024,61 @@ msgstr "" #: field:ir.values,key:0 #: view:res.partner:0 msgid "Type" -msgstr "" +msgstr "Tipo" #. module: base #: field:ir.model.fields,state:0 #: field:ir.model,state:0 msgid "Manualy Created" -msgstr "" +msgstr "Criado manualmente" #. module: base #: view:ir.module.module:0 msgid "Defined Reports" -msgstr "" +msgstr "Relatórios definidos" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_FILE" -msgstr "" +msgstr "STOCK_FILE" #. module: base #: model:res.partner.category,name:base.res_partner_category_9 msgid "Components Supplier" -msgstr "" +msgstr "Fornecedor de componentes" #. module: base #: view:ir.rule.group:0 msgid "The rule is satisfied if all test are True (AND)" -msgstr "" +msgstr "A regra será satisfeita se todos os testes forem verdadeiros (AND)" #. module: base #: wizard_view:module.upgrade,next:0 msgid "Note that this operation my take a few minutes." -msgstr "" +msgstr "Esta operação pode demorar alguns minutos." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Operação inválida" #. module: base #: model:ir.ui.menu,name:base.menu_translation #: view:ir.translation:0 msgid "Translations" -msgstr "" +msgstr "Traduções" #. module: base #: field:ir.actions.report.xml,report_rml_content:0 #: field:ir.actions.report.xml,report_rml_content_data:0 msgid "RML content" -msgstr "" +msgstr "Conteúdo RML" #. module: base #: model:ir.model,name:base.model_ir_model_grid @@ -1849,22 +2088,22 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CONNECT" -msgstr "" +msgstr "STOCK_CONNECT" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE_AS" -msgstr "" +msgstr "STOCK_SAVE_AS" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Not Searchable" -msgstr "" +msgstr "Não pesquisável" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DND" -msgstr "" +msgstr "STOCK_DND" #. module: base #: field:ir.sequence,padding:0 @@ -1874,24 +2113,30 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_OK" -msgstr "" +msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" -msgstr "" +msgstr "Imprimir" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" -msgstr "" +msgstr "Sem senha !" #. module: base #: field:res.company,rml_header:0 msgid "RML Header" -msgstr "" +msgstr "Cabeçalho RML" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "O método copy não está implementado neste objeto !" #. module: base #: selection:ir.actions.server,state:0 @@ -1902,18 +2147,18 @@ msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 msgid "None" -msgstr "" +msgstr "Nada" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" -msgstr "" +msgstr "Voce não pode atualizar este documento! (%s)" #. module: base #: model:ir.model,name:base.model_workflow msgid "workflow" -msgstr "" +msgstr "workflow" #. module: base #: wizard_field:res.partner.sms_send,init,app_id:0 @@ -1924,32 +2169,37 @@ msgstr "" #: model:ir.model,name:base.model_ir_module_category #: view:ir.module.category:0 msgid "Module Category" -msgstr "" +msgstr "Categoria de Módulos" #. module: base #: field:ir.rule,operand:0 msgid "Operand" -msgstr "" +msgstr "Operando" #. module: base #: help:res.partner,supplier:0 msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." -msgstr "" +msgstr "Marque esta opção se o parceiro for um fornecedor. Se não marcado, ao lançar uma compra este fornecedor não será visto." #. module: base #: wizard_view:module.module.update,init:0 msgid "Scan for new modules" -msgstr "" +msgstr "Procurando por novos módulos" #. module: base #: model:ir.model,name:base.model_ir_module_repository msgid "Module Repository" +msgstr "Repositório de módulos" + +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" -msgstr "" +msgstr "STOCK_UNINDENT" #. module: base #: selection:ir.actions.todo,start_on:0 @@ -1959,6 +2209,12 @@ msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_security msgid "Security" +msgstr "Segurança" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" msgstr "" #. module: base @@ -1971,17 +2227,27 @@ msgstr "" #: field:res.partner.address,street:0 #: field:res.partner.bank,street:0 msgid "Street" -msgstr "" +msgstr "Rua" #. module: base #: field:ir.cron,interval_number:0 msgid "Interval Number" +msgstr "Número do Intervalo" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" msgstr "" #. module: base #: view:ir.module.repository:0 msgid "Repository" -msgstr "" +msgstr "Repositório" #. module: base #: field:res.users,action_id:0 @@ -1991,17 +2257,17 @@ msgstr "" #. module: base #: selection:res.request,priority:0 msgid "Low" -msgstr "" +msgstr "Baixo" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" -msgstr "" +msgstr "Erro de recurção nas dependências dos módulos !" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2015,25 +2281,25 @@ msgstr "" #: view:ir.model.access:0 #: view:res.groups:0 msgid "Access Controls" -msgstr "" +msgstr "Controles de Acesso" #. module: base #: model:ir.model,name:base.model_wizard_module_lang_export msgid "wizard.module.lang.export" -msgstr "" +msgstr "wizard.module.lang.export" #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Installed" -msgstr "" +msgstr "Instalado" #. module: base #: model:ir.actions.act_window,name:base.action_partner_function_form #: model:ir.ui.menu,name:base.menu_partner_function_form #: view:res.partner.function:0 msgid "Partner Functions" -msgstr "" +msgstr "Funções dos parceiros" #. module: base #: model:ir.model,name:base.model_res_currency @@ -2042,7 +2308,7 @@ msgstr "" #: field:res.currency.rate,currency_id:0 #: view:res.currency:0 msgid "Currency" -msgstr "" +msgstr "Moeda" #. module: base #: field:res.partner.canal,name:0 @@ -2050,65 +2316,75 @@ msgid "Channel Name" msgstr "Nome do canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base #: field:res.bank,street2:0 #: field:res.partner.address,street2:0 msgid "Street2" -msgstr "" +msgstr "Complemento" #. module: base #: field:ir.report.custom.fields,alignment:0 msgid "Alignment" -msgstr "" +msgstr "Alinhamento" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDO" -msgstr "" +msgstr "STOCK_UNDO" #. module: base #: field:ir.attachment,create_date:0 msgid "Date Created" -msgstr "" +msgstr "Dada da Criação" + +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "Anexo" #. module: base #: selection:ir.rule,operator:0 msgid ">=" -msgstr "" +msgstr ">=" #. module: base #: model:ir.model,name:base.model_ir_actions_todo msgid "ir.actions.todo" -msgstr "" +msgstr "ir.actions.todo" #. module: base #: model:ir.ui.menu,name:base.menu_administration msgid "Administration" -msgstr "" +msgstr "Administração" #. module: base #: field:ir.sequence,number_next:0 msgid "Next Number" -msgstr "" +msgstr "Próximo numero" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "Segundo" #. module: base #: wizard_view:module.module.update,init:0 msgid "This function will check for new modules in the 'addons' path and on module repositories:" -msgstr "" +msgstr "Esta função pesquisará por novos módulos na pasta 'addons' e no repositório de módulos:" #. module: base #: model:ir.model,name:base.model_res_country @@ -2127,66 +2403,75 @@ msgstr "País" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" -msgstr "" +msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" +msgstr "AccessError" + +#. module: base +#: view:res.lang:0 +msgid "======================================================" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" msgstr "" #. module: base #: selection:ir.report.custom,type:0 msgid "Bar Chart" -msgstr "" +msgstr "Gráfico de Barras" #. module: base #: model:ir.model,name:base.model_ir_model_config msgid "ir.model.config" -msgstr "" +msgstr "ir.model.config" #. module: base #: field:ir.module.module,website:0 #: field:res.partner,website:0 msgid "Website" -msgstr "" +msgstr "Página da Web" #. module: base #: field:ir.model.fields,selection:0 msgid "Field Selection" -msgstr "" +msgstr ": Seleção de Campo" #. module: base #: field:ir.rule.group,rules:0 msgid "Tests" -msgstr "" +msgstr "Testes" #. module: base #: field:ir.sequence,number_increment:0 msgid "Increment Number" -msgstr "" +msgstr "Incremento Numérico" #. module: base #: field:ir.report.custom.fields,operation:0 #: field:ir.ui.menu,icon_pict:0 #: field:wizard.module.lang.export,state:0 msgid "unknown" -msgstr "" - -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" +msgstr "desconhecido" #. module: base #: field:ir.ui.view_sc,res_id:0 @@ -2196,7 +2481,7 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUSTIFY_FILL" -msgstr "" +msgstr "STOCK_JUSTIFY_FILL" #. module: base #: selection:res.request,state:0 @@ -2209,7 +2494,7 @@ msgstr "" #: field:res.partner.event,date:0 #: field:res.request,date_sent:0 msgid "Date" -msgstr "" +msgstr "Data" #. module: base #: field:ir.actions.report.xml,report_sxw:0 @@ -2219,22 +2504,32 @@ msgstr "" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Dados" #. module: base #: selection:ir.translation,type:0 msgid "RML" -msgstr "" +msgstr "RML" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_ERROR" -msgstr "" +msgstr "STOCK_DIALOG_ERROR" #. module: base #: model:ir.actions.act_window,name:base.action_partner_category #: model:ir.ui.menu,name:base.menu_partner_category_main msgid "Partners by Categories" +msgstr "Parceiros por categorias" + +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Multiplas regras em um mesmo objeto são unidas usando o operador OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" msgstr "" #. module: base @@ -2245,81 +2540,81 @@ msgstr "" #: field:wizard.module.lang.export,lang:0 #: field:wizard.module.update_translations,lang:0 msgid "Language" -msgstr "" +msgstr "Idioma" #. module: base #: selection:ir.translation,type:0 msgid "XSL" -msgstr "" +msgstr "XSL" #. module: base #: field:ir.module.module,demo:0 msgid "Demo data" -msgstr "" +msgstr "Base de dados de demonstração" #. module: base #: wizard_view:base.module.import,import:0 #: wizard_view:base.module.import,init:0 msgid "Module import" -msgstr "" +msgstr "Importar módulo" #. module: base #: model:ir.actions.act_window,name:base.action_res_company_form #: model:ir.ui.menu,name:base.menu_action_res_company_form #: view:res.company:0 msgid "Companies" -msgstr "" +msgstr "Empresas" #. module: base #: model:ir.actions.act_window,name:base.action_partner_supplier_form #: model:ir.ui.menu,name:base.menu_partner_supplier_form msgid "Suppliers Partners" -msgstr "" +msgstr "Parceiros Fornecedores" #. module: base #: model:ir.model,name:base.model_ir_sequence_type msgid "ir.sequence.type" -msgstr "" +msgstr "ir.sequence.type" #. module: base #: field:ir.actions.wizard,type:0 msgid "Action type" -msgstr "" +msgstr "Tipo de Ação" #. module: base #: selection:wizard.module.lang.export,format:0 msgid "CSV File" -msgstr "" +msgstr "Arquivos CSV" #. module: base #: field:res.company,parent_id:0 msgid "Parent Company" -msgstr "" +msgstr "Empresa Superior(Pai)" #. module: base #: view:ir.attachment:0 msgid "Attached To" -msgstr "" +msgstr "Anexado a" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base #: field:ir.module.category,module_nr:0 msgid "# of Modules" -msgstr "" +msgstr "# de módulos" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_PLAY" -msgstr "" +msgstr "STOCK_MEDIA_PLAY" #. module: base #: field:ir.model.data,date_init:0 msgid "Init Date" -msgstr "" +msgstr "Data Inicial" #. module: base #: field:res.company,rml_header2:0 @@ -2334,12 +2629,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-crm" -msgstr "" +msgstr "terp-crm" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_STRIKETHROUGH" -msgstr "" +msgstr "STOCK_STRIKETHROUGH" #. module: base #: selection:ir.report.custom.fields,fc0_op:0 @@ -2347,7 +2642,7 @@ msgstr "" #: selection:ir.report.custom.fields,fc2_op:0 #: selection:ir.report.custom.fields,fc3_op:0 msgid "(year)=" -msgstr "" +msgstr "(Ano)=" #. module: base #: selection:ir.translation,type:0 @@ -2358,52 +2653,52 @@ msgstr "" #: field:res.partner.function,code:0 #: field:res.partner,ref:0 msgid "Code" -msgstr "" +msgstr "Código" #. module: base #: view:ir.module.module:0 msgid "Features" -msgstr "" +msgstr "Recursos" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-partner" -msgstr "" +msgstr "terp-partner" #. module: base #: field:ir.attachment,create_uid:0 msgid "Creator" -msgstr "" +msgstr "Criador" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" -msgstr "" +msgstr "O método get_memory não está implementado !" #. module: base #: field:ir.actions.server,code:0 #: selection:ir.actions.server,state:0 #: view:ir.actions.server:0 msgid "Python Code" -msgstr "" +msgstr "Codigo Python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" #. module: base #: field:ir.model.fields,field_description:0 msgid "Field Label" -msgstr "" +msgstr "Rótulo do Campo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." -msgstr "" +msgstr "Voce tentou violar uma regra de acesso (Tipo de documento: %s)." #. module: base #: field:ir.actions.url,url:0 @@ -2411,9 +2706,15 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Estrutura da Empresa" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2421,19 +2722,21 @@ msgstr "" #: field:ir.report.custom.fields,fc2_op:0 #: field:ir.report.custom.fields,fc3_op:0 msgid "Relation" -msgstr "" +msgstr "Relação" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" -msgstr "" +msgstr "Condição" #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form #: model:ir.ui.menu,name:base.menu_partner_customer_form msgid "Customers Partners" -msgstr "" +msgstr "Parceiros clientes" #. module: base #: wizard_button:res.partner.spam_send,init,end:0 @@ -2448,27 +2751,32 @@ msgstr "" #: view:wizard.module.lang.export:0 #: view:wizard.module.update_translations:0 msgid "Cancel" -msgstr "" +msgstr "Cancelar" #. module: base #: model:ir.model,name:base.model_res_users msgid "res.users" -msgstr "" +msgstr "res.users" #. module: base #: model:ir.ui.menu,name:base.menu_management msgid "Modules Management" +msgstr "Administração de módulos" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "" +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Aividade fonte" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2476,33 +2784,34 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" -msgstr "" +msgstr "Informação" #. module: base #: model:ir.model,name:base.model_ir_exports msgid "ir.exports" -msgstr "" +msgstr "ir.exports" #. module: base #: field:workflow.activity,flow_start:0 msgid "Flow Start" -msgstr "" +msgstr "Iniciar fluxo" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MISSING_IMAGE" -msgstr "" +msgstr "STOCK_MISSING_IMAGE" #. module: base #: field:ir.report.custom.fields,bgcolor:0 msgid "Background Color" -msgstr "" +msgstr "Cor de fundo" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_REMOVE" -msgstr "" +msgstr "STOCK_REMOVE" #. module: base #: field:ir.actions.report.xml,report_rml:0 @@ -2512,12 +2821,12 @@ msgstr "" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Proximo passo do assistente de configuração" #. module: base #: field:workflow.workitem,inst_id:0 msgid "Instance" -msgstr "" +msgstr "Instância" #. module: base #: field:ir.values,meta:0 @@ -2526,8 +2835,9 @@ msgid "Meta Datas" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2536,21 +2846,26 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " -msgstr "" +msgstr "Parceiros " #. module: base #: selection:ir.actions.todo,type:0 #: selection:res.partner.address,type:0 msgid "Other" +msgstr "Outro" + +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" msgstr "" #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" -msgstr "" +msgstr "Campos filhos" #. module: base #: field:res.roles,name:0 @@ -2558,26 +2873,38 @@ msgid "Role Name" msgstr "Nome da Regra" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" -msgstr "" +msgstr "Não posso remover o usuário root!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" -msgstr "" +msgstr "Atividades" + +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "confirmação" #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" -msgstr "" +msgstr "Vendedor" #. module: base #: model:ir.actions.act_window,name:base.action_res_users @@ -2591,19 +2918,19 @@ msgstr "" #: view:res.groups:0 #: view:res.users:0 msgid "Users" -msgstr "" +msgstr "Usuários" #. module: base #: model:ir.actions.act_window,name:base.action_wizard_lang_export #: model:ir.ui.menu,name:base.menu_wizard_lang_export msgid "Export a Translation File" -msgstr "" +msgstr "Exportar um arquivo de tradução" #. module: base #: model:ir.actions.act_window,name:base.ir_action_report_xml #: model:ir.ui.menu,name:base.menu_ir_action_report_xml msgid "Report Xml" -msgstr "" +msgstr "Relatório XML" #. module: base #: help:res.partner,user_id:0 @@ -2618,13 +2945,13 @@ msgstr "" #. module: base #: view:ir.module.module:0 msgid "Cancel Upgrade" -msgstr "" +msgstr "Cancelar Atualização" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" -msgstr "" +msgstr "O método search nao está implementado neste objeto !" #. module: base #: field:ir.actions.report.xml,attachment:0 @@ -2634,7 +2961,7 @@ msgstr "" #. module: base #: field:ir.cron,nextcall:0 msgid "Next call date" -msgstr "" +msgstr "Próxima data de chamada" #. module: base #: field:ir.report.custom.fields,cumulate:0 @@ -2644,18 +2971,22 @@ msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_14 msgid "Bad customers" -msgstr "" +msgstr "Cliente ruim" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" -msgstr "" +msgstr "Gráfico de pizza necessita de dois campos" #. module: base #: model:ir.model,name:base.model_res_bank @@ -2667,14 +2998,16 @@ msgstr "Banco" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_HARDDISK" -msgstr "" +msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Formato de arquivo invalido!" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2688,6 +3021,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2705,55 +3039,335 @@ msgstr "Nome" #: model:ir.actions.wizard,name:base.wizard_lang_install #: model:ir.ui.menu,name:base.menu_wizard_lang_install msgid "Load an Official Translation" -msgstr "" +msgstr "Carregar uma tradução oficial" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_APPLY" -msgstr "" +msgstr "STOCK_APPLY" #. module: base #: field:ir.module.module,reports_by_module:0 msgid "Reports" +msgstr "Relatórios" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" msgstr "" #. module: base #: field:workflow,on_create:0 msgid "On Create" -msgstr "" +msgstr "Na Criação" #. module: base #: wizard_view:base.module.import,init:0 msgid "Please give your module .ZIP file to import." -msgstr "" +msgstr "Por favor, peque seu arquivo de módulo .ZIP para importar" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CLOSE" -msgstr "" +msgstr "STOCK_CLOSE" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_PAUSE" -msgstr "" +msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" -msgstr "" +msgstr "Erro !" #. module: base #: wizard_field:res.partner.sms_send,init,user:0 #: field:res.users,login:0 msgid "Login" -msgstr "" +msgstr "Login" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2" +msgstr "GPL-2" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Texto traduzido" + +#. module: base +#: help:wizard.module.lang.export,lang:0 +msgid "To export a new language, do not select a language." +msgstr "Para exportar um novo idioma, não selecione um idioma." + +#. module: base +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Average" +msgstr "Calcular média" + +#. module: base +#: field:res.users,context_tz:0 +msgid "Timezone" +msgstr "Fuso horário" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_grid_security +#: model:ir.ui.menu,name:base.menu_ir_access_grid +msgid "Access Controls Grid" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Ações" + +#. module: base +#: selection:res.request,priority:0 +msgid "High" +msgstr "Alto" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_instance_form +#: model:ir.ui.menu,name:base.menu_workflow_instance +msgid "Instances" +msgstr "Instâncias" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COPY" +msgstr "STOCK_COPY" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Auto" +msgstr "Automático" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_3 +msgid "Starter Partner" +msgstr "Parceiro Inicial" + +#. module: base +#: model:ir.model,name:base.model_res_request_link +msgid "res.request.link" +msgstr "res.request.link" + +#. module: base +#: wizard_button:module.module.update,init,update:0 +msgid "Check new modules" +msgstr "Pesquisar novos módulos" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_view +msgid "ir.actions.act_window.view" +msgstr "ir.actions.act_window.view" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" + +#. module: base +#: help:res.bank,bic:0 +msgid "Bank Identifier Code" +msgstr "Codigo de Identificação do Banco" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CDROM" +msgstr "STOCK_CDROM" + +#. module: base +#: field:workflow.activity,action:0 +msgid "Python Action" +msgstr "Ação Python" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIRECTORY" +msgstr "STOCK_DIRECTORY" + +#. module: base +#: field:res.partner.event,planned_revenue:0 +msgid "Planned Revenue" +msgstr "Receita Planejada" + +#. module: base +#: view:ir.rule.group:0 +msgid "Record rules" +msgstr "Registro de Regras" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" +msgstr "Voce pode importar um arquivo .CSV com codificação UTF-8. Por favor verifique se a primeira linha de seu arquivo contem uma das seguintes situações:" + +#. module: base +#: field:ir.report.custom.fields,groupby:0 +msgid "Group by" +msgstr "Agrupar por" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Categorias de parceiros" + +#. module: base +#: field:ir.model.fields,readonly:0 +#: field:res.partner.bank.type.field,readonly:0 +msgid "Readonly" +msgstr "Somente Leitura" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the field '%s' !" +msgstr "Voce não pode remover o campo '%s' !" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ITALIC" +msgstr "STOCK_ITALIC" + +#. module: base +#: help:ir.actions.report.xml,header:0 +msgid "Add or not the coporate RML header" +msgstr "" + +#. module: base +#: field:res.currency,accuracy:0 +msgid "Computational Accuracy" +msgstr "Precisão computacional" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_wizard +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.wizard" +msgstr "ir.actions.wizard" + +#. module: base +#: field:res.partner.event,document:0 +msgid "Document" +msgstr "Documento" + +#. module: base +#: field:res.partner.event,type:0 +msgid "Type of Event" +msgstr "Tipo de Evento" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REFRESH" +msgstr "STOCK_REFRESH" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_type +#: model:ir.ui.menu,name:base.menu_ir_sequence_type +msgid "Sequence Types" +msgstr "Tipos de Sequencias" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STOP" +msgstr "STOCK_STOP" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" +msgstr "" + +#. module: base +#: field:res.partner.bank,acc_number:0 +msgid "Account number" +msgstr "Número da Conta" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line +msgid "wizard.ir.model.menu.create.line" +msgstr "wizard.ir.model.menu.create.line" + +#. module: base +#: field:ir.attachment,res_id:0 +msgid "Attached ID" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Purchase Offer" +msgstr "Promoção" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be installed" +msgstr "A ser instalado" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update" +msgstr "Atualizar" + +#. module: base +#: view:ir.sequence:0 +msgid "Day: %(day)s" +msgstr "Dia: %(dia)s" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not read this document! (%s)" +msgstr "Voce não pode ler este documento! (%s)" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND_AND_REPLACE" +msgstr "STOCK_FIND_AND_REPLACE" + +#. module: base +#: field:res.request,history:0 +#: view:res.request:0 +#: view:res.partner:0 +msgid "History" +msgstr "Histórico" + +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_WARNING" +msgstr "STOCK_DIALOG_WARNING" + #. module: base #: help:ir.module.repository,filter:0 msgid "Regexp to search module on the repository webpage:\n" @@ -2765,270 +3379,30 @@ msgstr "Expressões regulares para pesquisa de módulos nas páginas do reposit "- O segundo parenteses precisa coincidir com todas os números de versão.\n" "- O último parenteses precisa coincidir com a extensão do módulo." -#. module: base -#: help:wizard.module.lang.export,lang:0 -msgid "To export a new language, do not select a language." -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "" - -#. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Calculate Average" -msgstr "" - -#. module: base -#: field:res.users,context_tz:0 -msgid "Timezone" -msgstr "" - -#. module: base -#: model:ir.actions.act_window,name:base.action_model_grid_security -#: model:ir.ui.menu,name:base.menu_ir_access_grid -msgid "Access Controls Grid" -msgstr "" - -#. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "" - -#. module: base -#: selection:res.request,priority:0 -msgid "High" -msgstr "" - -#. module: base -#: model:ir.actions.act_window,name:base.action_workflow_instance_form -#: model:ir.ui.menu,name:base.menu_workflow_instance -msgid "Instances" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_COPY" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Auto" -msgstr "" - -#. module: base -#: model:res.partner.category,name:base.res_partner_category_3 -msgid "Starter Partner" -msgstr "" - -#. module: base -#: model:ir.model,name:base.model_res_request_link -msgid "res.request.link" -msgstr "" - -#. module: base -#: wizard_button:module.module.update,init,update:0 -msgid "Check new modules" -msgstr "" - -#. module: base -#: model:ir.model,name:base.model_ir_actions_act_window_view -msgid "ir.actions.act_window.view" -msgstr "" - -#. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "" - -#. module: base -#: help:res.bank,bic:0 -msgid "Bank Identifier Code" -msgstr "Codigo de Identificação do Banco" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CDROM" -msgstr "" - -#. module: base -#: field:workflow.activity,action:0 -msgid "Python Action" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIRECTORY" -msgstr "" - -#. module: base -#: field:res.partner.event,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - -#. module: base -#: view:ir.rule.group:0 -msgid "Record rules" -msgstr "" - -#. module: base -#: wizard_view:module.lang.import,init:0 -msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" -msgstr "" - -#. module: base -#: field:ir.report.custom.fields,groupby:0 -msgid "Group by" -msgstr "" - -#. module: base -#: field:ir.model.fields,readonly:0 -#: field:res.partner.bank.type.field,readonly:0 -msgid "Readonly" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_model.py:0 -msgid "You can not remove the field '%s' !" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ITALIC" -msgstr "" - -#. module: base -#: help:ir.actions.report.xml,header:0 -msgid "Add or not the coporate RML header" -msgstr "" - -#. module: base -#: field:res.currency,accuracy:0 -msgid "Computational Accuracy" -msgstr "" - -#. module: base -#: model:ir.model,name:base.model_ir_actions_wizard -#: selection:ir.ui.menu,action:0 -msgid "ir.actions.wizard" -msgstr "" - -#. module: base -#: field:res.partner.event,document:0 -msgid "Document" -msgstr "" - -#. module: base -#: field:res.partner.event,type:0 -msgid "Type of Event" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_REFRESH" -msgstr "" - -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_type -#: model:ir.ui.menu,name:base.menu_ir_sequence_type -msgid "Sequence Types" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_STOP" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_model.py:0 -msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" -msgstr "" - -#. module: base -#: field:res.partner.bank,acc_number:0 -msgid "Account number" -msgstr "" - -#. module: base -#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line -msgid "wizard.ir.model.menu.create.line" -msgstr "" - -#. module: base -#: field:ir.attachment,res_id:0 -msgid "Attached ID" -msgstr "" - -#. module: base -#: selection:res.partner.event,type:0 -msgid "Purchase Offer" -msgstr "" - -#. module: base -#: selection:ir.module.module.dependency,state:0 -#: selection:ir.module.module,state:0 -msgid "To be installed" -msgstr "" - -#. module: base -#: view:wizard.module.update_translations:0 -msgid "Update" -msgstr "" - -#. module: base -#: view:ir.sequence:0 -msgid "Day: %(day)s" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_model.py:0 -msgid "You can not read this document! (%s)" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND_AND_REPLACE" -msgstr "" - -#. module: base -#: field:res.request,history:0 -#: view:res.request:0 -#: view:res.partner:0 -msgid "History" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIALOG_WARNING" -msgstr "" - #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" -msgstr "" +msgstr "Guia técnico" #. module: base #: field:ir.server.object.lines,col1:0 msgid "Destination" +msgstr "Destino" + +#. module: base +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CONVERT" -msgstr "" +msgstr "STOCK_CONVERT" #. module: base #: field:ir.exports,name:0 @@ -3043,78 +3417,92 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_ir_rule msgid "ir.rule" -msgstr "" +msgstr "ir.rule" #. module: base #: selection:ir.cron,interval_type:0 msgid "Days" -msgstr "" +msgstr "Dias" #. module: base #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" +msgstr "Valor" + +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" msgstr "" #. module: base #: field:ir.default,field_name:0 msgid "Object field" -msgstr "" +msgstr "Campo de objeto" #. module: base #: view:wizard.module.update_translations:0 msgid "Update Translations" -msgstr "" +msgstr "Atualizar traduções" #. module: base #: view:res.config.view:0 msgid "Set" -msgstr "" +msgstr "Definir" #. module: base #: field:ir.report.custom.fields,width:0 msgid "Fixed Width" -msgstr "" +msgstr "Largura Fixa" #. module: base #: view:ir.actions.server:0 msgid "Other Actions Configuration" msgstr "Outras ações de configuração" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Rodapé 1 do relatório" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" -msgstr "" +msgstr "STOCK_EXECUTE" #. module: base #: selection:ir.cron,interval_type:0 msgid "Minutes" -msgstr "" +msgstr "Minutos" #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 msgid "The modules have been upgraded / installed !" -msgstr "" +msgstr "O módulos foram atualizados / instalados !" #. module: base #: field:ir.actions.act_window,domain:0 msgid "Domain Value" -msgstr "" +msgstr "Valor do domínio" #. module: base #: selection:ir.translation,type:0 #: view:wizard.module.lang.export:0 msgid "Help" -msgstr "" +msgstr "Ajuda" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3127,11 +3515,11 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_YES" -msgstr "" +msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3139,43 +3527,59 @@ msgstr "" #: model:ir.model,name:base.model_res_partner_canal #: model:ir.ui.menu,name:base.menu_res_partner_canal-act msgid "Channels" -msgstr "" +msgstr "Canais" #. module: base #: model:ir.actions.act_window,name:base.ir_access_act #: model:ir.ui.menu,name:base.menu_ir_access_act msgid "Access Controls List" -msgstr "" +msgstr "Lista de controles de acesso" #. module: base #: help:ir.rule.group,global:0 msgid "Make the rule global or it needs to be put on a group or user" +msgstr "Faça a regra global ou é necessário ser incluído em um grupo ou usuário" + +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" msgstr "" #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" -msgstr "" +msgstr "Nome do assistente" #. module: base #: model:ir.actions.act_window,name:base.ir_action_report_custom #: model:ir.ui.menu,name:base.menu_ir_action_report_custom msgid "Report Custom" -msgstr "" +msgstr "Customizar relatório" #. module: base #: view:ir.module.module:0 msgid "Schedule for Installation" -msgstr "" +msgstr "Agendar para instalação" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Advanced Search" +msgstr "Pesquisa avançada" + +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" msgstr "" #. module: base @@ -3186,15 +3590,10 @@ msgstr "" msgid "Partners" msgstr "Parceiros" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" -msgstr "" +msgstr "Modelo anexado" #. module: base #: field:ir.actions.server,trigger_name:0 @@ -3204,11 +3603,11 @@ msgstr "" #. module: base #: wizard_button:server.action.create,step_1,create:0 msgid "Create" -msgstr "" +msgstr "Criar" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "O nome do grupo não pode iniciar com \"-\"" @@ -3216,18 +3615,18 @@ msgstr "O nome do grupo não pode iniciar com \"-\"" #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 msgid "We suggest you to reload the menu tab (Ctrl+t Ctrl+r)." -msgstr "" +msgstr "Nós sugerimos recarregar o menu (Ctrl+t Ctrl+r)." #. module: base #: field:res.partner.title,shortcut:0 #: view:ir.ui.view_sc:0 msgid "Shortcut" -msgstr "" +msgstr "Atalho" #. module: base #: model:ir.model,name:base.model_ir_model_access msgid "ir.model.access" -msgstr "" +msgstr "ir.model.access" #. module: base #: field:ir.cron,priority:0 @@ -3235,18 +3634,18 @@ msgstr "" #: field:res.request.link,priority:0 #: field:res.request,priority:0 msgid "Priority" -msgstr "" +msgstr "Prioridade" #. module: base #: field:ir.translation,src:0 msgid "Source" -msgstr "" +msgstr "Origem" #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_contact #: model:ir.ui.menu,name:base.menu_partner_title_contact msgid "Contacts Titles" -msgstr "" +msgstr "Títulos dos contatos" #. module: base #: help:res.partner.address,partner_id:0 @@ -3256,7 +3655,7 @@ msgstr "" #. module: base #: selection:ir.translation,type:0 msgid "Wizard Button" -msgstr "" +msgstr "Butão do assistente" #. module: base #: view:ir.sequence:0 @@ -3266,28 +3665,34 @@ msgstr "" #. module: base #: field:workflow.activity,flow_stop:0 msgid "Flow Stop" -msgstr "" +msgstr "Parar fluxo" #. module: base #: selection:ir.server.object.lines,type:0 msgid "Formula" -msgstr "" +msgstr "Fórmula" #. module: base #: view:res.company:0 msgid "Internal Header/Footer" -msgstr "" +msgstr "Cabeçalho/Rodapé interno" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUSTIFY_LEFT" -msgstr "" +msgstr "STOCK_JUSTIFY_LEFT" #. module: base #: view:res.partner.bank:0 msgid "Bank account owner" msgstr "Dono da Conta Bancaria" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3299,15 +3704,20 @@ msgid "Resource Name" msgstr "Nome do Recurso" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." -msgstr "" +msgstr "Salve este documento como um arquivo .tgz. Este arquivo contem %s arquivos com codificação UTF-8 e pode ser feito upload para o launchpad." + +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Traduzir" #. module: base #: field:res.partner.address,type:0 msgid "Address Type" -msgstr "" +msgstr "Tipo de endereço" #. module: base #: wizard_button:module.upgrade,start,config:0 @@ -3315,117 +3725,143 @@ msgstr "" msgid "Start configuration" msgstr "Iniciar configuração" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Categoria superior(pai)" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Hours" -msgstr "" +msgstr "Horas" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frequência" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base #: view:res.request:0 msgid "End of Request" -msgstr "" +msgstr "Fim da requisição" #. module: base #: view:res.request:0 msgid "References" +msgstr "Referências" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This record was modified in the meanwhile" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This record was modified in the meanwhile" +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." msgstr "" #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." -msgstr "" +msgstr "Esta operação pode demorar alguns minutos." #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_COLOR_PICKER" -msgstr "" +msgstr "STOCK_COLOR_PICKER" + +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Configuração manual do domínio" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 msgid "To" -msgstr "" +msgstr "Para" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" -msgstr "" - -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" +msgstr "Tipo" #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Contas Bancarias" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Visão em arvore, somente pode ser usado em relatórios tabulares" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Tree" +msgstr "Visão em árvore" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Relate on Object" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "Manual" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CLEAR" -msgstr "" +msgstr "STOCK_CLEAR" #. module: base #: help:res.users,password:0 msgid "Keep empty if you don't want the user to be able to connect on the system." -msgstr "" +msgstr "Deixe vazio se voce não quer que o usuário conecte no sistema." #. module: base #: field:ir.model.access,perm_read:0 msgid "Read Access" +msgstr "Acesso de leitura" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" msgstr "" #. module: base @@ -3434,14 +3870,14 @@ msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Nome do Menu" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 msgid "Custom Field" -msgstr "" +msgstr "Customizar campo" #. module: base #: field:ir.model.fields,relation_field:0 @@ -3449,27 +3885,37 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" -msgstr "" +msgstr "Gráfico de barras, necessita de pelo menos 2 campos" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" +msgstr "O método search_memory não está implementado !" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" msgstr "" #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" -msgstr "" +msgstr "Cor da Fonte" #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: model:ir.ui.menu,name:base.menu_server_action #: view:ir.actions.server:0 msgid "Server Actions" +msgstr "Ações do Servidor" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" msgstr "" #. module: base @@ -3480,36 +3926,36 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_UP" -msgstr "" +msgstr "STOCK_GO_UP" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SORT_DESCENDING" -msgstr "" +msgstr "STOCK_SORT_DESCENDING" #. module: base #: model:ir.model,name:base.model_res_request msgid "res.request" -msgstr "" +msgstr "res.request" #. module: base #: field:res.groups,rule_groups:0 #: field:res.users,rules_id:0 #: view:res.groups:0 msgid "Rules" -msgstr "" +msgstr "Regras" #. module: base #: model:ir.actions.act_window,name:base.action_partner_title #: model:ir.ui.menu,name:base.menu_partner_title msgid "Titles" -msgstr "" +msgstr "Títulos" #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 msgid "System upgrade done" -msgstr "" +msgstr "Atualização de sistema concluída" #. module: base #: field:ir.actions.act_window,view_type:0 @@ -3517,22 +3963,27 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" -msgstr "" +msgstr "pdf" #. module: base #: field:ir.actions.todo,start_date:0 msgid "Start Date" -msgstr "" +msgstr "Data Inicial" #. module: base #: model:ir.actions.act_window,name:base.action_partner_address_form #: model:ir.model,name:base.model_res_partner_address #: view:res.partner.address:0 msgid "Partner Addresses" -msgstr "" +msgstr "Endereços do parceiro" #. module: base #: field:ir.actions.report.xml,report_xml:0 @@ -3540,52 +3991,55 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Empresa" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PROPERTIES" -msgstr "" +msgstr "STOCK_PROPERTIES" #. module: base #: model:res.partner.category,name:base.res_partner_category_11 msgid "Textile Suppliers" -msgstr "" +msgstr "Fornecedores Têxteis" #. module: base #: view:wizard.module.lang.export:0 msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." -msgstr "" +msgstr "O pacote oficial de traduções de todos os módlos OpenERP/OpenObjects são administrados através do launchpad. Nos usamos sua interface online para sincronizar todos os esforços de tradução." #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Título do relatório" #. module: base #: field:ir.attachment,datas:0 msgid "File Content" -msgstr "" +msgstr "Conteúdo do arquivo" #. module: base #: view:ir.module.module:0 msgid "Uninstall (beta)" -msgstr "" +msgstr "Desinstalar (beta)" #. module: base #: selection:ir.actions.url,target:0 #: selection:ir.actions.act_window,target:0 msgid "New Window" -msgstr "" +msgstr "Nova Janela" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" -msgstr "" +msgstr "O segundo campo pode ser uma imagem" #. module: base #: selection:res.partner.event,partner_type:0 @@ -3593,82 +4047,93 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" -msgstr "" +msgstr "Não posso gerar o próximo id porque alguns parceiros tem um id alfabético !" #. module: base #: selection:ir.report.custom,state:0 msgid "Unsubscribed" -msgstr "" +msgstr "Remover inscrição" + +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "Ano com 2 dígitos: %(y)s" #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" -msgstr "" +msgstr "Número de módulos atualizados" #. module: base #: view:ir.attachment:0 msgid "Preview" -msgstr "" +msgstr "Pré-visualizar" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Saltar etapa" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event #: field:res.partner.event,name:0 #: field:res.partner,events:0 msgid "Events" -msgstr "" +msgstr "Eventos" #. module: base #: model:ir.actions.act_window,name:base.action_res_roles #: model:ir.ui.menu,name:base.menu_action_res_roles msgid "Roles Structure" -msgstr "" +msgstr "Extrutura dos papeis" #. module: base #: model:ir.model,name:base.model_ir_actions_url #: selection:ir.ui.menu,action:0 msgid "ir.actions.url" -msgstr "" +msgstr "ir.actions.url" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_STOP" -msgstr "" +msgstr "STOCK_MEDIA_STOP" + +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Nome do Menu" #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act msgid "Active Partner Events" -msgstr "" +msgstr "Ativar eventos dos parceiros" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base #: view:res.users:0 msgid "Define New Users" -msgstr "" +msgstr "Definir novos usuários" #. module: base #: model:ir.actions.act_window,name:base.action_rule @@ -3684,18 +4149,18 @@ msgstr "" #. module: base #: wizard_field:module.module.update,update,add:0 msgid "Number of modules added" -msgstr "" +msgstr "Numero de módulos adicionados" #. module: base #: field:res.bank,phone:0 #: field:res.partner.address,phone:0 msgid "Phone" -msgstr "" +msgstr "Telefone" #. module: base #: view:ir.sequence:0 msgid "Day of the year: %(doy)s" -msgstr "" +msgstr "Dias do ano: %(dia)s" #. module: base #: help:ir.actions.wizard,multi:0 @@ -3705,7 +4170,7 @@ msgstr "" #. module: base #: field:workflow.transition,role_id:0 msgid "Role Required" -msgstr "" +msgstr "Papel requerido" #. module: base #: model:ir.actions.act_window,name:base.action_res_groups @@ -3721,12 +4186,12 @@ msgstr "" #: view:res.groups:0 #: view:res.users:0 msgid "Groups" -msgstr "" +msgstr "Grupos" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SPELL_CHECK" -msgstr "" +msgstr "STOCK_SPELL_CHECK" #. module: base #: field:ir.actions.todo,active:0 @@ -3744,12 +4209,12 @@ msgstr "" #: field:res.request,active:0 #: field:res.users,active:0 msgid "Active" -msgstr "" +msgstr "Ativo" #. module: base #: view:ir.module.module:0 msgid "Created Menus" -msgstr "" +msgstr "Menus criados" #. module: base #: field:ir.ui.view.custom,ref_id:0 @@ -3759,7 +4224,7 @@ msgstr "" #. module: base #: selection:res.partner.event,type:0 msgid "Sale Opportunity" -msgstr "" +msgstr "Oportunidade de venda" #. module: base #: selection:ir.report.custom.fields,fc0_op:0 @@ -3767,54 +4232,75 @@ msgstr "" #: selection:ir.report.custom.fields,fc2_op:0 #: selection:ir.report.custom.fields,fc3_op:0 msgid ">" -msgstr "" +msgstr ">" #. module: base #: field:workflow.triggers,workitem_id:0 msgid "Workitem" +msgstr "Item de trabalho" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" -msgstr "" +msgstr "STOCK_DIALOG_AUTHENTICATION" #. module: base #: view:ir.actions.act_window:0 msgid "Open a Window" -msgstr "" +msgstr "Abrir uma janela" + +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "Grupos são usados para definir direitos de acesso a cada tela e menu." #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" -msgstr "" +msgstr "Meses" #. module: base #: field:workflow.activity,signal_send:0 msgid "Signal (subflow.*)" -msgstr "" +msgstr "Sinal (subfluxo.*)" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_OUT" +msgstr "STOCK_ZOOM_OUT" + +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" msgstr "" #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "To be removed" -msgstr "" +msgstr "A ser removido" #. module: base #: field:res.partner.category,child_ids:0 msgid "Childs Category" -msgstr "" +msgstr "Categorias inferiores(filhas)" #. module: base #: field:ir.model.fields,model:0 #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Nome do Objeto" @@ -3822,9 +4308,11 @@ msgstr "Nome do Objeto" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" -msgstr "" +msgstr "Ação" #. module: base #: field:ir.rule,domain_force:0 @@ -3839,41 +4327,51 @@ msgstr "Configuração de Email" #. module: base #: model:ir.model,name:base.model_ir_cron msgid "ir.cron" -msgstr "" +msgstr "ir.cron" #. module: base #: selection:workflow.activity,join_mode:0 #: selection:workflow.activity,split_mode:0 msgid "And" -msgstr "" +msgstr "E" #. module: base #: field:ir.model.fields,relation:0 msgid "Object Relation" -msgstr "" +msgstr "Relação de objetos" #. module: base #: model:ir.actions.act_window,name:base.action_attachment #: model:ir.ui.menu,name:base.menu_action_attachment #: view:ir.attachment:0 msgid "Attachments" -msgstr "" +msgstr "Anexos" #. module: base #: field:ir.rule,field_id:0 #: selection:ir.translation,type:0 msgid "Field" +msgstr "Campo" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Validate" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PRINT" -msgstr "" +msgstr "STOCK_PRINT" #. module: base #: field:ir.actions.wizard,multi:0 @@ -3889,28 +4387,28 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_ir_report_custom_fields msgid "ir.report.custom.fields" -msgstr "" +msgstr "ir.report.custom.fields" #. module: base #: view:ir.module.module:0 msgid "Cancel Uninstall" -msgstr "" +msgstr "Cancelar desinstalação" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window #: selection:ir.ui.menu,action:0 msgid "ir.actions.act_window" -msgstr "" +msgstr "ir.actions.act_window" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-mrp" -msgstr "" +msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Concluído" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3920,7 +4418,7 @@ msgstr "" #. module: base #: selection:res.partner.address,type:0 msgid "Invoice" -msgstr "" +msgstr "Fatura" #. module: base #: help:ir.actions.report.custom,multi:0 @@ -3929,16 +4427,11 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Baixo Nível" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 msgid "You may have to reinstall some language pack." -msgstr "" +msgstr "Voce pode ter que reinstalar alguns pacoites de idioma." #. module: base #: model:ir.model,name:base.model_res_currency_rate @@ -3948,16 +4441,21 @@ msgstr "" #. module: base #: field:ir.model.access,perm_write:0 msgid "Write Access" -msgstr "" +msgstr "Acesso de gravação" #. module: base #: view:wizard.module.lang.export:0 msgid "Export done" -msgstr "" +msgstr "Exportação concluída" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumentos" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3971,27 +4469,22 @@ msgstr "Cidade" #. module: base #: field:res.company,child_ids:0 msgid "Childs Company" -msgstr "" +msgstr "Empresas filhas" #. module: base #: constraint:ir.model:0 msgid "The Object name must start with x_ and not contain any special character !" msgstr "O nome do objeto precisa iniciar com x_ e não conter nenhum caracter especial!" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Próximo assistente" #. module: base #: selection:ir.rule,operator:0 msgid "<>" -msgstr "" +msgstr "<>" #. module: base #: model:ir.actions.act_window,name:base.action_menu_admin @@ -3999,32 +4492,37 @@ msgstr "" #: field:ir.ui.menu,name:0 #: view:ir.ui.menu:0 msgid "Menu" -msgstr "" +msgstr "Menu" #. module: base #: selection:ir.rule,operator:0 msgid "<=" -msgstr "" +msgstr "<=" #. module: base #: view:wizard.module.lang.export:0 msgid "Export Data" -msgstr "" +msgstr "Exportar Dados" #. module: base #: field:workflow.triggers,instance_id:0 msgid "Destination Instance" -msgstr "" +msgstr "Instância de destino" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 #: view:res.groups:0 msgid "Menus" +msgstr "Menus" + +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" msgstr "" #. module: base @@ -4044,27 +4542,27 @@ msgstr "" #. module: base #: field:ir.report.custom,field_parent:0 msgid "Child Field" -msgstr "" +msgstr "Campo inferior(filho)" #. module: base #: model:res.partner.title,name:base.res_partner_title_sir msgid "Sir" -msgstr "" +msgstr "Sr." #. module: base #: view:wizard.module.lang.export:0 msgid "https://translations.launchpad.net/openobject" -msgstr "" +msgstr "https://translations.launchpad.net/openobject" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3 or later version" -msgstr "" +msgstr "GPL-3 ou versão posterior" #. module: base #: field:ir.actions.actions,usage:0 @@ -4078,30 +4576,28 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_HOME" -msgstr "" +msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" -msgstr "" +msgstr "Digite pelo menos um campo !" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" -msgstr "" +msgstr "Outras ações" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" -msgstr "" +msgstr "Criar Ação" #. module: base #: model:ir.model,name:base.model_workflow_workitem msgid "workflow.workitem" -msgstr "" +msgstr "workflow.workitem" #. module: base #: field:ir.ui.view_sc,name:0 @@ -4111,48 +4607,49 @@ msgstr "Nome do atalho" #. module: base #: selection:ir.module.module,state:0 msgid "Not Installable" -msgstr "" +msgstr "Não instalável" #. module: base #: field:res.partner.event,probability:0 msgid "Probability (0.50)" -msgstr "" +msgstr "Probabilidade (0.50)" #. module: base #: field:res.partner.address,mobile:0 msgid "Mobile" +msgstr "Celular" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" msgstr "" #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" -msgstr "" +msgstr "html" #. module: base #: field:ir.report.custom,repeat_header:0 msgid "Repeat Header" -msgstr "" +msgstr "Repetir cabeçalho" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 msgid "Your system will be upgraded." -msgstr "" +msgstr "Seu sistema foi atualizado." #. module: base #: model:ir.actions.act_window,name:base.action_config_user_form #: view:res.users:0 msgid "Configure User" -msgstr "" - -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nome:" +msgstr "Configurar usuário" #. module: base #: help:res.country,name:0 @@ -4162,7 +4659,7 @@ msgstr "O nome completo do país" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUMP_TO" -msgstr "" +msgstr "STOCK_JUMP_TO" #. module: base #: field:ir.ui.menu,child_id:0 @@ -4172,33 +4669,33 @@ msgstr "" #. module: base #: field:ir.actions.todo,end_date:0 msgid "End Date" -msgstr "" +msgstr "Data Final" #. module: base #: field:ir.exports,resource:0 #: field:ir.property,res_id:0 msgid "Resource" -msgstr "" +msgstr "Recurso" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-tools" -msgstr "" +msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base #: view:ir.actions.report.xml:0 msgid "Report xml" -msgstr "" +msgstr "Relatório xml" #. module: base #: model:ir.actions.act_window,name:base.action_module_open_categ @@ -4207,41 +4704,45 @@ msgstr "" #: model:ir.ui.menu,name:base.menu_module_tree #: view:ir.module.module:0 msgid "Modules" -msgstr "" +msgstr "Módulos" #. module: base #: selection:workflow.activity,kind:0 #: field:workflow.activity,subflow_id:0 #: field:workflow.workitem,subflow_id:0 msgid "Subflow" -msgstr "" +msgstr "Subfluxo" #. module: base #: help:res.partner,vat:0 msgid "Value Added Tax number" +msgstr "Valor do imposto" + +#. module: base +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form #: view:ir.values:0 msgid "Values" -msgstr "" +msgstr "Valores" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_INFO" -msgstr "" +msgstr "STOCK_DIALOG_INFO" #. module: base #: field:workflow.transition,signal:0 msgid "Signal (button Name)" -msgstr "" +msgstr "Sinal (Nome do botão)" #. module: base #: field:res.company,logo:0 msgid "Logo" -msgstr "" +msgstr "Logotipo" #. module: base #: model:ir.actions.act_window,name:base.action_res_bank_form @@ -4254,102 +4755,111 @@ msgstr "Bancos" #. module: base #: field:ir.cron,numbercall:0 msgid "Number of calls" -msgstr "" +msgstr "Numero de chamadas" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-sale" -msgstr "" +msgstr "terp-sale" #. module: base #: view:ir.actions.server:0 msgid "Field Mappings" +msgstr "Mapeando campos" + +#. module: base +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ADD" -msgstr "" +msgstr "STOCK_ADD" #. module: base #: view:ir.model.fields:0 #: view:ir.model:0 msgid "Security on Groups" -msgstr "" +msgstr "Segurança nos grupos" #. module: base #: selection:ir.report.custom.fields,alignment:0 msgid "center" -msgstr "" +msgstr "Centralizar" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" -msgstr "" +msgstr "Não posso criar o arquivo de módulo: %s !" #. module: base #: field:ir.server.object.lines,server_id:0 msgid "Object Mapping" -msgstr "" +msgstr "Mapeando objeto" #. module: base #: field:ir.module.module,published_version:0 msgid "Published Version" -msgstr "" +msgstr "Versão publicada" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Auto-atualizar" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" -msgstr "" +msgstr "Estados" #. module: base #: field:res.currency.rate,rate:0 msgid "Rate" -msgstr "" +msgstr "Taxa" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Create / Write" -msgstr "" +msgstr "Criar / Gravar" #. module: base #: model:ir.model,name:base.model_ir_exports_line msgid "ir.exports.line" -msgstr "" +msgstr "ir.exports.line" #. module: base #: field:res.partner,credit_limit:0 msgid "Credit Limit" -msgstr "" +msgstr "Limite de crédito" #. module: base #: field:ir.default,value:0 msgid "Default Value" -msgstr "" +msgstr "Valor Padrão" #. module: base #: rml:ir.module.reference:0 msgid "Object:" -msgstr "" +msgstr "Objeto:" #. module: base #: model:ir.model,name:base.model_res_country_state @@ -4360,38 +4870,39 @@ msgstr "" #: model:ir.actions.act_window,name:base.ir_property_form_all #: model:ir.ui.menu,name:base.menu_ir_property_form_all msgid "All Properties" -msgstr "" +msgstr "Todas propriedades" #. module: base #: selection:ir.report.custom.fields,alignment:0 msgid "left" -msgstr "" +msgstr "esquerda" #. module: base #: field:ir.module.module,category_id:0 msgid "Category" -msgstr "" +msgstr "Categoria" #. module: base #: view:res.request:0 #: view:ir.model:0 msgid "Status" -msgstr "" +msgstr "Status" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Ações da janela" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close msgid "ir.actions.act_window_close" -msgstr "" +msgstr "ir.actions.act_window_close" #. module: base #: selection:ir.actions.todo,type:0 msgid "Service" -msgstr "" +msgstr "Serviço" #. module: base #: help:ir.actions.act_window,auto_refresh:0 @@ -4407,22 +4918,22 @@ msgstr "Nome do arquivo" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Acesso" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_DOWN" -msgstr "" +msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Weeks" -msgstr "" +msgstr "Semanas" #. module: base #: field:res.groups,name:0 @@ -4433,80 +4944,103 @@ msgstr "Nome do Grupo" #: wizard_field:module.upgrade,next,module_download:0 #: wizard_view:module.upgrade,next:0 msgid "Modules to download" +msgstr "Módulos para donwload" + +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" msgstr "" #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 msgid "Fax" -msgstr "" +msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_workitem_form #: model:ir.ui.menu,name:base.menu_workflow_workitem msgid "Workitems" -msgstr "" +msgstr "Itens de trabalho" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PRINT_PREVIEW" -msgstr "" +msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" -msgstr "" +msgstr "O método perm_read não está implementado neste objeto !" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "" - -#. module: base -#: field:res.request,create_date:0 -msgid "Created date" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" msgstr "" #. module: base #: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" +msgid "Field Mapping" +msgstr "Mapeando campo" + +#. module: base +#: field:res.request,create_date:0 +msgid "Created date" +msgstr "Data de criação" #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" -msgstr "" +msgstr "Código BIC/Swift" #. module: base #: model:ir.model,name:base.model_ir_sequence msgid "ir.sequence" -msgstr "" +msgstr "ir.sequence" + +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Menu Ação" #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" +msgstr "Não Instalado" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 msgid "Channel" -msgstr "" +msgstr "Canal" #. module: base #: field:ir.ui.menu,icon:0 msgid "Icon" +msgstr "Ícone" + +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" msgstr "" #. module: base @@ -4514,7 +5048,7 @@ msgstr "" #: wizard_button:module.lang.install,start,end:0 #: wizard_button:module.module.update,update,open_window:0 msgid "Ok" -msgstr "" +msgstr "Ok" #. module: base #: field:ir.cron,doall:0 @@ -4522,8 +5056,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4535,12 +5069,22 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_ir_translation msgid "ir.translation" +msgstr "ir.translation" + +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." msgstr "" #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" +msgstr "Limite" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" msgstr "" #. module: base @@ -4549,41 +5093,47 @@ msgstr "" #: model:ir.ui.menu,name:base.next_id_12 #: view:res.request:0 msgid "Requests" -msgstr "" +msgstr "Requisições" #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" -msgstr "" +msgstr "Ou" + +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Texto" #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" -msgstr "" +msgstr "Openstuff.net" #. module: base #: model:ir.model,name:base.model_ir_rule_group msgid "ir.rule.group" -msgstr "" +msgstr "ir.rule.group" #. module: base #: field:res.roles,child_id:0 msgid "Childs" +msgstr "Filhos" + +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" msgstr "" #. module: base #: selection:ir.translation,type:0 msgid "Selection" -msgstr "" +msgstr "Seleção" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Importar / Exportar" #. module: base #: view:ir.sequence:0 @@ -4594,36 +5144,53 @@ msgstr "" #: model:ir.actions.act_window,name:base.open_module_tree_install #: model:ir.ui.menu,name:base.menu_module_tree_install msgid "Installed modules" -msgstr "" +msgstr "Módulos instalados" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" -msgstr "" +msgstr "Atenção" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ABOUT" +msgstr "STOCK_ABOUT" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" msgstr "" #. module: base #: field:ir.rule,operator:0 msgid "Operator" -msgstr "" +msgstr "Operador" + +#. module: base +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Endereço do parceiro" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Exportar idioma" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" -msgstr "" +msgstr "ValidateError" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_OPEN" -msgstr "" +msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4631,51 +5198,57 @@ msgstr "" #. module: base #: selection:ir.report.custom.fields,alignment:0 msgid "right" -msgstr "" +msgstr "direita" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_MEDIA_PREVIOUS" -msgstr "" +msgstr "STOCK_MEDIA_PREVIOUS" #. module: base #: wizard_button:base.module.import,init,import:0 #: model:ir.actions.wizard,name:base.wizard_base_module_import #: model:ir.ui.menu,name:base.menu_wizard_module_import msgid "Import module" +msgstr "Importar módulo" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "" - -#. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" +msgstr "Voce não pode excluir este documento! (%s)" + +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 msgid "Custom Report" -msgstr "" +msgstr "Configurar relatório" #. module: base #: view:ir.sequence:0 @@ -4685,7 +5258,7 @@ msgstr "" #. module: base #: selection:ir.actions.server,state:0 msgid "Email" -msgstr "" +msgstr "E-mail" #. module: base #: model:ir.actions.act_window,name:base.action_wizard_update_translations @@ -4702,44 +5275,59 @@ msgstr "" #: model:ir.actions.act_window,name:base.action_partner_other_form #: model:ir.ui.menu,name:base.menu_partner_other_form msgid "Others Partners" -msgstr "" +msgstr "Outros parceiros" #. module: base #: field:ir.model.data,noupdate:0 msgid "Non Updatable" +msgstr "Não atualizável" + +#. module: base +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "" - -#. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." -msgstr "" +msgstr "Não posso atualizar o módulo '%s'. Ele não está instalado." #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" -msgstr "" +msgstr "O método set_memory não está implementado !" #. module: base #: selection:ir.actions.act_window,target:0 msgid "Current Window" +msgstr "Janela Atual" + +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." msgstr "" #. module: base #: view:res.partner.category:0 msgid "Partner category" -msgstr "" +msgstr "Categoria de parceiros" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_NETWORK" -msgstr "" +msgstr "STOCK_NETWORK" #. module: base #: model:ir.actions.act_window,name:base.action_model_fields @@ -4751,25 +5339,26 @@ msgstr "" #: view:ir.model.fields:0 #: view:ir.model:0 msgid "Fields" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "" +msgstr "Campos" #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Configuração" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 msgid "Field Type" -msgstr "" +msgstr "Tipo do campo" #. module: base #: field:ir.model.fields,complete_name:0 @@ -4785,61 +5374,86 @@ msgstr "" #. module: base #: field:ir.model.fields,on_delete:0 msgid "On delete" -msgstr "" +msgstr "Ao excluir" + +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Responder" #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" -msgstr "" +msgstr "é objeto" #. module: base #: field:res.lang,translatable:0 msgid "Translatable" -msgstr "" +msgstr "Traduzível" #. module: base #: selection:ir.report.custom,frequency:0 msgid "Daily" +msgstr "Diariamente" + +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" -msgstr "" +msgstr "Cascata" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" -msgstr "" +msgstr "Campo %d pode ser uma imagem" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nome de Categoria" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Gantt" -msgstr "" +msgstr "Gantt" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" -msgstr "" +msgstr "Não Implementado" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 msgid "Gold Partner" -msgstr "" +msgstr "Parceiro especial" #. module: base #: model:res.partner.category,name:base.res_partner_category_15 @@ -4849,7 +5463,7 @@ msgstr "" #. module: base #: view:ir.property:0 msgid "Property" -msgstr "" +msgstr "Propriedade" #. module: base #: model:ir.model,name:base.model_res_partner_bank_type @@ -4860,38 +5474,48 @@ msgstr "Tipo de Conta Bancaria" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Proximo passo da configuração" #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-project" -msgstr "" +msgstr "terp-project" #. module: base #: field:res.groups,comment:0 msgid "Comment" -msgstr "" +msgstr "Comentário" #. module: base #: field:ir.model.fields,domain:0 #: field:ir.rule,domain:0 #: field:res.partner.title,domain:0 msgid "Domain" -msgstr "" +msgstr "Domínio" #. module: base #: view:res.config.view:0 msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." -msgstr "" +msgstr "Escolha a interface simplificada se voce esta testando o OpenERP pela primeira vez. Opções ou campos menos usados são automaticamente escondidos. Voce pode alterar isto mais tarde no menu Administração" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_PREFERENCES" +msgstr "STOCK_PREFERENCES" + +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." msgstr "" #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" +msgstr "Descrição resumida" + +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" msgstr "" #. module: base @@ -4899,6 +5523,16 @@ msgstr "" msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4907,12 +5541,28 @@ msgstr "Nome do Estado" #. module: base #: view:res.company:0 msgid "Your Logo - Use a size of about 450x150 pixels." +msgstr "Seu logotipo usa um tamanho acima de que 450x150 pixels." + +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "Ocorreu um erro na validação do(s) campo(s) %s: %s" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" -msgstr "" +msgstr "STOCK_DELETE" + +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Custo Planejado" #. module: base #: field:workflow.activity,join_mode:0 @@ -4922,41 +5572,34 @@ msgstr "" #. module: base #: selection:ir.report.custom,print_format:0 msgid "a5" -msgstr "" +msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Mensagem" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml #: selection:ir.ui.menu,action:0 msgid "ir.actions.report.xml" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" +msgstr "ir.actions.report.xml" #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." -msgstr "" +msgstr "Para implementar novos termos na tradução oficial do OpenERP, voce poderá modificá-los direitamente na interface do launchpad. Se voce fez muitas traduções em seu próprio módulo, voce tambem pode publica-las." #. module: base #: view:res.users:0 msgid "Please note that you will have to logout and relog if you change your password." -msgstr "" +msgstr "Por favor, voce precisará fazer um logout se foce trocou sua senha." #. module: base #: field:res.partner,address:0 @@ -4969,17 +5612,17 @@ msgstr "Contatos" #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Graph" -msgstr "" +msgstr "Gráfico" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server msgid "ir.actions.server" -msgstr "" +msgstr "ir.actions.server" #. module: base #: model:res.partner.category,name:base.res_partner_category_17 @@ -4989,49 +5632,53 @@ msgstr "" #. module: base #: wizard_button:module.lang.install,init,start:0 msgid "Start installation" -msgstr "" +msgstr "Iniciar instalação" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "" +#: selection:res.request,state:0 +msgid "closed" +msgstr "fechado" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency msgid "Module dependency" -msgstr "" +msgstr "Dependência de módulos" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "O método \"name_get\" não está implementado neste objeto!" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade #: model:ir.ui.menu,name:base.menu_wizard_upgrade msgid "Apply Scheduled Upgrades" -msgstr "" +msgstr "Aplicar atualizações agendadas" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DND_MULTIPLE" +msgstr "STOCK_DND_MULTIPLE" + +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" -msgstr "" +msgstr "Parceiros OpenERP" #. module: base #: view:res.config.view:0 msgid "Choose Your Mode" -msgstr "" +msgstr "Escolha seu modo" #. module: base #: view:ir.actions.report.custom:0 msgid "Report custom" -msgstr "" +msgstr "Configurar relatório" #. module: base #: field:workflow.activity,action_id:0 @@ -5042,7 +5689,7 @@ msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3" -msgstr "" +msgstr "GPL-3" #. module: base #: field:ir.actions.act_window_close,name:0 @@ -5056,27 +5703,28 @@ msgstr "Nome da ação" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Pregresso da configuração" #. module: base #: field:res.company,rml_footer2:0 msgid "Report Footer 2" -msgstr "" +msgstr "Rodapé 2 do relatório" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" -msgstr "" +msgstr "E-mail" #. module: base #: wizard_view:module.lang.import,init:0 msgid "module,type,name,res_id,src,value" -msgstr "" +msgstr "module,type,name,res_id,src,value" #. module: base #: model:ir.model,name:base.model_res_groups msgid "res.groups" -msgstr "" +msgstr "res.groups" #. module: base #: field:workflow.activity,split_mode:0 @@ -5086,7 +5734,7 @@ msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_localisation msgid "Localisation" -msgstr "" +msgstr "Localização" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -5097,7 +5745,7 @@ msgstr "" #: field:ir.module.module,dependencies_id:0 #: view:ir.module.module:0 msgid "Dependencies" -msgstr "" +msgstr "Dependências" #. module: base #: field:ir.cron,user_id:0 @@ -5106,144 +5754,170 @@ msgstr "" #: field:res.partner.event,user_id:0 #: view:res.users:0 msgid "User" -msgstr "" +msgstr "Usuário" #. module: base #: field:res.partner,parent_id:0 msgid "Main Company" -msgstr "" +msgstr "Empresa principal" #. module: base #: model:ir.actions.act_window,name:base.ir_property_form #: model:ir.ui.menu,name:base.menu_ir_property_form msgid "Default properties" -msgstr "" +msgstr "Propriedades padrões" #. module: base #: field:res.request.history,date_sent:0 msgid "Date sent" -msgstr "" +msgstr "Data de envio" #. module: base #: model:ir.actions.wizard,name:base.wizard_lang_import #: model:ir.ui.menu,name:base.menu_wizard_lang_import msgid "Import a Translation File" +msgstr "Importar arquivo de tradução" + +#. module: base +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" -msgstr "" +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transições de entrada" #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner #: view:res.partner.title:0 msgid "Partners Titles" +msgstr "Títulos de parceiros" + +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans msgid "Untranslated terms" -msgstr "" +msgstr "Termos não traduzidos" #. module: base #: view:ir.actions.server:0 msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "Se voce usa um tipo de formula, use uma expressão python usando a variavel 'object'." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" -msgstr "" +msgstr "wizard.ir.model.menu.create" #. module: base #: view:workflow.transition:0 msgid "Transition" -msgstr "" +msgstr "Transição" #. module: base #: field:res.partner,vat:0 msgid "VAT" -msgstr "" +msgstr "Imposto" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base #: field:res.partner.address,birthdate:0 msgid "Birthdate" -msgstr "" +msgstr "Data de Nascimento" #. module: base #: field:ir.module.repository,filter:0 msgid "Filter" -msgstr "" +msgstr "Filtro" #. module: base #: field:res.groups,menu_access:0 msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" +msgstr "res.partner.som" + +#. module: base +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" -msgstr "" +msgstr "Erro" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity msgid "workflow.activity" -msgstr "" +msgstr "workflow.activity" #. module: base #: field:ir.sequence,code:0 #: field:ir.sequence.type,code:0 msgid "Sequence Code" -msgstr "" +msgstr "Código de sequência" #. module: base #: selection:res.request,state:0 msgid "active" +msgstr "ativocria" + +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" msgstr "" #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" -msgstr "" +msgstr "Arredondamento" #. module: base #: selection:ir.translation,type:0 msgid "Wizard Field" -msgstr "" +msgstr "Campo do assistente" #. module: base #: view:ir.model:0 msgid "Create a Menu" -msgstr "" +msgstr "Criar um menu" #. module: base #: view:ir.cron:0 @@ -5253,7 +5927,7 @@ msgstr "" #. module: base #: field:ir.model.fields,select_level:0 msgid "Searchable" -msgstr "" +msgstr "Pesquisável" #. module: base #: view:res.partner.event:0 @@ -5263,54 +5937,49 @@ msgstr "" #. module: base #: view:res.partner.som:0 msgid "Partner State of Mind" -msgstr "" +msgstr "Estado emocional do parceiro" #. module: base #: model:ir.model,name:base.model_res_partner_bank msgid "Bank Accounts" msgstr "Contas Bancaria" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" -msgstr "" +msgstr "res.partner.title" #. module: base #: view:res.company:0 #: view:res.partner:0 msgid "General Information" -msgstr "" +msgstr "Informação Básica" #. module: base #: field:ir.sequence,prefix:0 msgid "Prefix" -msgstr "" +msgstr "Prefixo" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base #: model:ir.model,name:base.model_res_company msgid "res.company" -msgstr "" +msgstr "res.company" #. module: base #: field:ir.actions.server,fields_lines:0 #: view:ir.actions.server:0 msgid "Fields Mapping" -msgstr "" - -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" +msgstr "Mapendo campos" #. module: base #: wizard_button:base.module.import,import,open_window:0 @@ -5320,7 +5989,7 @@ msgstr "" #: wizard_button:module.upgrade,end,end:0 #: view:wizard.module.lang.export:0 msgid "Close" -msgstr "" +msgstr "Fechar" #. module: base #: field:ir.sequence,name:0 @@ -5331,22 +6000,22 @@ msgstr "Nome da Sequencia" #. module: base #: model:ir.model,name:base.model_res_request_history msgid "res.request.history" -msgstr "" +msgstr "res.request.history" #. module: base #: constraint:res.partner:0 msgid "The VAT doesn't seem to be correct." -msgstr "" +msgstr "O imposto não parece estar correto." #. module: base #: view:ir.sequence:0 msgid "Hour 00->12: %(h12)s" -msgstr "" +msgstr "Hora 00->12: %(h12)s" #. module: base #: field:res.currency,rate:0 msgid "Current rate" -msgstr "" +msgstr "Taxa atual" #. module: base #: model:ir.actions.act_window,name:base.action_config_simple_view_form @@ -5356,49 +6025,58 @@ msgstr "" #. module: base #: wizard_button:module.upgrade,next,start:0 msgid "Start Upgrade" +msgstr "Iniciar atualização" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" -msgstr "" +msgstr "Clientes importantes" #. module: base #: field:res.partner.som,factor:0 msgid "Factor" -msgstr "" +msgstr "Fator" #. module: base #: field:res.partner,category_id:0 #: view:res.partner:0 msgid "Categories" -msgstr "" +msgstr "Categorias" #. module: base #: selection:ir.report.custom.fields,operation:0 msgid "Calculate Sum" -msgstr "" +msgstr "Calcular a soma" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Módulo" #. module: base #: field:workflow.instance,res_type:0 #: field:workflow,osv:0 msgid "Resource Object" -msgstr "" +msgstr "Recurso do objeto" #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "sxw" -msgstr "" +msgstr "sxw" #. module: base #: selection:ir.actions.url,target:0 msgid "This Window" -msgstr "" +msgstr "Esta janela" #. module: base #: field:res.payterm,name:0 @@ -5410,17 +6088,23 @@ msgstr "Termos de pagamento" #: field:res.partner.address,function:0 #: selection:workflow.activity,kind:0 msgid "Function" -msgstr "" +msgstr "Função" #. module: base #: constraint:res.company:0 msgid "Error! You can not create recursive companies." -msgstr "" +msgstr "Erro! Voce não pode criar empresas recursivas" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "Por favor informe o Email do parceiro !" #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" -msgstr "" +msgstr "res.config.view" #. module: base #: field:ir.attachment,description:0 @@ -5430,28 +6114,22 @@ msgstr "" #: view:res.partner.event:0 #: view:res.request:0 msgid "Description" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" +msgstr "Descrição" #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" -msgstr "" +msgstr "Proprietário da conta" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_INDENT" -msgstr "" +msgstr "STOCK_INDENT" + +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Pedir Histórico" #. module: base #: field:ir.exports.line,name:0 @@ -5462,18 +6140,18 @@ msgstr "Nome do campo" #. module: base #: selection:res.partner.address,type:0 msgid "Delivery" -msgstr "" +msgstr "Entrega" #. module: base #: model:ir.model,name:base.model_ir_attachment msgid "ir.attachment" -msgstr "" +msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" -msgstr "" +msgstr "O valor \"%s\" para o campo \"%s\" não está na seleção" #. module: base #: field:ir.actions.report.xml,auto:0 @@ -5483,28 +6161,35 @@ msgstr "" #. module: base #: field:ir.attachment,preview:0 msgid "Image Preview" -msgstr "" +msgstr "Pré-visualização da Imagem" #. module: base #: view:workflow.workitem:0 msgid "Workflow Workitems" +msgstr "Itens de trabalho do workflow" + +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" msgstr "" #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" -msgstr "" +msgstr "Senha" #. module: base #: view:res.roles:0 msgid "Role" -msgstr "" +msgstr "Papel" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5512,17 +6197,17 @@ msgstr "" #: selection:res.partner.event,partner_type:0 #: model:res.partner.category,name:base.res_partner_category_0 msgid "Customer" -msgstr "" +msgstr "Cliente" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 msgid "Delete Permission" -msgstr "" +msgstr "Permissão para excluir" #. module: base #: field:ir.actions.report.custom,name:0 @@ -5538,28 +6223,28 @@ msgstr "" #. module: base #: model:ir.ui.menu,name:base.next_id_9 msgid "Database Structure" -msgstr "" +msgstr "Estrutura da base de dados" #. module: base #: wizard_view:res.partner.spam_send,init:0 #: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard msgid "Mass Mailing" -msgstr "" +msgstr "Email em massa" #. module: base #: wizard_view:module.lang.import,init:0 msgid "You can also import .po files." -msgstr "" +msgstr "Voce tambem pode importar arquivos .po ." #. module: base #: wizard_view:base.module.import,import:0 msgid "Module successfully imported !" -msgstr "" +msgstr "Módulo importado!" #. module: base #: field:res.partner.event,partner_type:0 msgid "Partner Relation" -msgstr "" +msgstr "Relações de parceiros" #. module: base #: field:ir.actions.act_window,context:0 @@ -5574,38 +6259,43 @@ msgstr "" #. module: base #: view:ir.sequence:0 msgid "Hour 00->24: %(h24)s" -msgstr "" +msgstr "Hora 00->24: %(h24)s" #. module: base #: constraint:res.partner.category:0 msgid "Error ! You can not create recursive categories." -msgstr "" +msgstr "Erro ! voce não pode criar categorias recursivas." #. module: base #: selection:ir.actions.server,state:0 msgid "Create Object" -msgstr "" +msgstr "Criar Objeto" #. module: base #: selection:ir.report.custom,print_format:0 msgid "a4" +msgstr "a4" + +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new msgid "New Partner" -msgstr "" +msgstr "Novo parceiro" #. module: base #: wizard_view:module.lang.install,start:0 msgid "Installation done" -msgstr "" +msgstr "Instalado!" #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_JUSTIFY_RIGHT" -msgstr "" +msgstr "STOCK_JUSTIFY_RIGHT" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 @@ -5615,13 +6305,13 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner_function msgid "Function of the contact" -msgstr "" +msgstr "Função para o contato" #. module: base #: model:ir.actions.act_window,name:base.open_module_tree_upgrade #: model:ir.ui.menu,name:base.menu_module_tree_upgrade msgid "Modules to be installed, upgraded or removed" -msgstr "" +msgstr "Módulos a serem instalados, atualizados ou removidos" #. module: base #: view:ir.sequence:0 @@ -5644,62 +6334,83 @@ msgstr "" #: field:res.partner.bank,sequence:0 #: field:wizard.ir.model.menu.create.line,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Seqüência" #. module: base -#: help:res.partner.address,type:0 -msgid "Used to select automatically the right address according to the context in sales and purchases documents." -msgstr "" - -#. module: base -#: help:ir.cron,numbercall:0 -msgid "Number of time the function is called,\n" -"a negative number indicates that the function will always be called" -msgstr "" - -#. module: base -#: field:ir.report.custom,footer:0 -msgid "Report Footer" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_NEXT" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_REDO" -msgstr "" - -#. module: base -#: wizard_view:module.lang.install,init:0 -msgid "Choose a language to install:" -msgstr "" - -#. module: base -#: view:res.partner.event:0 -msgid "General Description" -msgstr "" - -#. module: base -#: view:ir.module.module:0 -msgid "Cancel Install" -msgstr "" - -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Please check that all your lines have %d columns." +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" msgstr "" #. module: base #: wizard_view:module.lang.import,init:0 msgid "Import language" +msgstr "Importar idioma" + +#. module: base +#: help:res.partner.address,type:0 +msgid "Used to select automatically the right address according to the context in sales and purchases documents." +msgstr "Usado para selecionar automaticamento o endereço certo de acordo com o contexto nos documentos de compra e venda." + +#. module: base +#: help:ir.cron,numbercall:0 +msgid "Number of time the function is called,\n" +"a negative number indicates that the function will always be called" +msgstr "Numero de vezes que a função foi chamada.\n" +"Um número negativo indica que a função nunca foi chamada." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + +#. module: base +#: field:ir.report.custom,footer:0 +msgid "Report Footer" +msgstr "Rodapé do relatório" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_NEXT" +msgstr "STOCK_MEDIA_NEXT" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REDO" +msgstr "STOCK_REDO" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Choose a language to install:" +msgstr "Escolha o idioma a instalar:" + +#. module: base +#: view:res.partner.event:0 +msgid "General Description" +msgstr "Descrição geral" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Install" +msgstr "Cancelar Instalação" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Please check that all your lines have %d columns." +msgstr "Por favor verifique se todas as suas linhas tem %d colunas." + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base #: field:ir.model.data,name:0 msgid "XML Identifier" -msgstr "" +msgstr "Identificador XML" diff --git a/bin/addons/base/i18n/pt_PT.po b/bin/addons/base/i18n/pt_PT.po index 28df9b6ac4d..9d7653238c6 100644 --- a/bin/addons/base/i18n/pt_PT.po +++ b/bin/addons/base/i18n/pt_PT.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:02:42+0000\n" -"PO-Revision-Date: 2008-11-28 17:02:42+0000\n" +"POT-Creation-Date: 2008-12-22 17:59:16+0000\n" +"PO-Revision-Date: 2008-12-22 17:59:16+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Acções agendadas" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Este assistente vai detectar novos termos na aplicação para que possa msgid "Outgoing transitions" msgstr "Transições de saida" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "Mensagem SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Criar modelo" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Ignorado" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Não podes criar este tipo de documento! (%s)" @@ -166,7 +181,7 @@ msgstr "Fluxo" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Categoria dos módulos" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,13 +218,18 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Não iniciado" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Cabeçalho/Rodapé" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "Confirmação" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Normal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Transições em progresso" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Anualmente" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Mapeamento do campo" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Sufixo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "O método de remover relação não esta implementado neste objecto !" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Janela alvo" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Configuração do domínio simples" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,10 +375,18 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Actividades" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 @@ -378,6 +420,17 @@ msgstr "Transições" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Ordenado por" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Tipo de relatório" @@ -432,6 +484,7 @@ msgstr "Tipo de relatório" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Estado" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "estrutura da empresa" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "Outro prorietario" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Notas" msgid "All terms" msgstr "Todos os termos" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Geral" msgid "Wizard info" msgstr "Assistente informação" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Formulário" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Não pode definir uma coluna %s. Palavra chave reservado !" @@ -522,19 +575,14 @@ msgstr "Actividade de destino" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Outra acções" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "O método procurar_nome não esta implementado neste objecto !" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Ligação" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Página Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "Novo" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "Em múltiplos documentos" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "A ser actualizado" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Categoria Pai" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Nome do contacto" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Guarde este documento num ficheiro %s e edite com um software especifico ou editor de texto. A codificação do ficheiro é UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Repositórios" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Palavra passe incorrecto" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Contacto" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Este url '%s' deve fornecer uma ligação html para módulos zip" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Ver referencia" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" msgstr "" +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Referencia da tabela" + #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Tipo de acção" msgid "Default limit for the list view" msgstr "Limite por defeito para a vista de lista" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "Object fonte" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Tamanho" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Assinatura" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Estado da acção" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Nome do campo" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Guarde este documento num ficheiro .CSV e abra-o com o seu software de folha de calculo preferido. A codificação é UTF-8. Você tem que traduzir a ultima coluna antes de reimporta-lo." @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Testar" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "Você não pode remover o utilizador admin porque este é usado por recursos criado pelo OpenERP (actualizações, instalação do módulo,...)" @@ -904,6 +988,11 @@ msgstr "Você não pode remover o utilizador admin porque este é usado por recu msgid "New modules" msgstr "Novos módulos" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Por defeito" @@ -955,11 +1045,21 @@ msgstr "Obrigatório" msgid "Country Code" msgstr "Código do país" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Continuar" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Sumário" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Tipo do banco" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "Método \"get\" não definido" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Cabeçalho/Rodapé" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "O método de leitura não esta definido neste objecto !" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Requisitar histórico" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "A linguagem seleccionada foi instalada com sucesso. Você deve mudar as preferências do utilizador e abrir um menu novo para ver mudanças." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Evento dos terceiros" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Contactos dos terceiros" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Endereço" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Vendas e compras" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Assistente" @@ -1125,8 +1233,10 @@ msgid "Language name" msgstr "Nome do idioma" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Menu pai" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Compos costumizados devem ter um nome que inicie com 'x_' 1" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Custo planeado" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "O método de criação não esta implementado neste objecto" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "" msgid "Exportation" msgstr "Exportação" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Descrição do modelo" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "" msgid "Report Fields" msgstr "Campos de relatório" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "" msgid "Sequence Type" msgstr "Tipo de sequência" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Actualizar lista de módulos" msgid "Configure simple view" msgstr "Configurar vista simples" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "" msgid "Url" msgstr "Url" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Acções" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Pedido" msgid "Mode of view" msgstr "Modo de vista" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Retrato" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Modelo" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Mensagem" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Calendário" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "Ficheiro de linguagem carregado." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Ver" @@ -1326,6 +1472,11 @@ msgstr "Ver" msgid "Modules to update" msgstr "Módulos para actualizar" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Actualizar data" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,9 +1488,14 @@ msgstr "Menina" msgid "Activity" msgstr "Actividade" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1382,8 +1538,8 @@ msgid "Sequences" msgstr "Sequências" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Posição desconhecida na vista herdada %s !" @@ -1397,6 +1553,11 @@ msgstr "" msgid "Trigger Date" msgstr "Data de activação" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Conta bancaria" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Aviso: Usando um campo de relação que usa um objecto desconhecido" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "Código postal" msgid "Author" msgstr "Autor" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Descrições dos campos" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Fornecedor" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Traduzir" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Corpo" msgid "Direction" msgstr "Direcção" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Vistas" @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Você tentou desinstalar um módulo que esta instalado ou será instalado" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Menu acção" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1574,6 +1757,11 @@ msgstr "" msgid "Object id" msgstr "Id do objecto" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Formato de impressão" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Interface simplificada" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Formato de impressão" msgid "Payment term" msgstr "Termo de pagamento" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Carregar ficheiro" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Muito urgente\n" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interface do utilizador - Vistas" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Permissões de acesso" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "filoho de" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Imprimir endereço" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Você não pode remover o modelo'%s' !" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nome da categoria" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "Campo filho1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Assunto" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "O método de escrita não esta implementado neste objecto !" @@ -1738,11 +1964,22 @@ msgstr "Global" msgid "From" msgstr "De" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Este método não existe mais" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Revendedor" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Enviar" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Assistente de configuração" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Ref 1 do documento" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Arquivo TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,13 +2038,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Esta operação pode demorar vários minutos." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Esquerda para a direita" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Operação inválida" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Palavrapasse vazia !" @@ -1894,6 +2132,12 @@ msgstr "Palavrapasse vazia !" msgid "RML Header" msgstr "Cabeçalho RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "O método copiar não é implementado neste objecto!" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Nenhum" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "Você não pode escrever neste documento! (%s)" @@ -1947,6 +2191,11 @@ msgstr "Pesquizar novos módulos" msgid "Module Repository" msgstr "Repositorio do módulo" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1962,6 +2211,12 @@ msgstr "" msgid "Security" msgstr "Segurança" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Rua" msgid "Interval Number" msgstr "Número de intervalo" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Baixo" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Configuração manual do domínio" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Nome do canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Interface simplificada" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Próximo número" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Carregar ficheiro" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "País" msgid "Rates" msgstr "Taxas" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "Erro de acesso" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Responder" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Incrementar numero" msgid "unknown" msgstr "Desconhecido" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "O método de criação não esta implementado neste objecto" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "Caminho SXW" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Dados" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "" msgid "Partners by Categories" msgstr "Terceiros por categoria" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Multiplas funções no mesmo objecto são ligadas usando o operador OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Enviar" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Método 'get_memory' não implementado" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Código python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "descrição do campo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Você esta tentando contornar uma régra do acesso (Tipo de documento: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frequência" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "estrutura da empresa" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Relação" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Gestão de módulos" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informação" @@ -2513,7 +2821,7 @@ msgstr "Caminho RML" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Próximo assistente de configuração" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Meta-dados" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Personalizado" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "A taxa da moeda à moeda da taxa 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "Sem formato" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Terceiros: " @@ -2548,6 +2857,11 @@ msgstr "Terceiros: " msgid "Other" msgstr "Outro" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Não se pode remover utilizador root!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Versão instalado" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Actividades" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "Confirmação" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Cancelar actualizacão" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "O método de procura não esta implementado neste objecto." @@ -2648,13 +2974,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "O gráfico circular precisa de exactamente dois campos" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Criar no mesmo modelo" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Má formato do ficheiro" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Criar no mesmo modelo" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Erro !" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Regexp para procurar o módulo no repositório da página web:\n" -"- O primeiro parêntesis deve coincidir com o nome do módulo.\n" -"- O segundo parêntesis deve coincidir com os números das versões.\n" -"- O ultimo parêntesis deve coincidir com a extensão do módulo" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Valor da tradução" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Para exportar uma nova linguagem, não seleccione a linguagem." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Termos da aplicação" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Grelha de controle de acesso" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Módulo" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Acções" #. module: base #: selection:res.request,priority:0 @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Má formato do ficheiro" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Agrupar por" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Categoria de terceiros" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Só de leitura" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Você não pode remover este campo '%s' !" @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\" %s\" contem pontos a mais. Os ids do XML não devem conter pontos! Estes são usados para referir a outros dados dos módulos, como em module.reference_id" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Dias: %(dia)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "Você não pode ler este documento! (%s)" @@ -3006,11 +3358,27 @@ msgstr "" msgid "History" msgstr "Histórico" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Regexp para procurar o módulo no repositório da página web:\n" +"- O primeiro parêntesis deve coincidir com o nome do módulo.\n" +"- O segundo parêntesis deve coincidir com os números das versões.\n" +"- O ultimo parêntesis deve coincidir com a extensão do módulo" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Destino" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "Fechado" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Dias" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Valor" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Largura fixa" msgid "Other Actions Configuration" msgstr "Outras configurações de acções" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Rodapé do relatório 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Ajuda" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Criar em outro modelo" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "Lista de controlo de acesso" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Faça a regra global ou ela precisa de ser posta num grupo ou um utilizador" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Agendar para instalação" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Procura avançada" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Procura avançada" msgid "Partners" msgstr "Terceiros" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Pasta:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "O nome do grupo não pode iniciar com \"-\"" @@ -3289,6 +3687,12 @@ msgstr "" msgid "Bank account owner" msgstr "Dono da conta bancaria" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Grave este documento para um ficheiro do tipo .tgz. Este arquivo contem ficheiros UTF-8 %s e pode ser transferida ao launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Traduzir" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,16 +3725,22 @@ msgstr "Tipo de endereço" msgid "Start configuration" msgstr "Iniciar configuração" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Categoria Pai" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "Exportar Id" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Acções de janelas" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,13 +3748,13 @@ msgid "Hours" msgstr "Horas" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Valor da tradução" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frequência" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Referência" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "Este registro foi modificado actualmente" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Tenha em conta que esta instalacão pode demorar alguns minutos." msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Configuração manual do domínio" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "Para" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Este método não existe mais" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Conta bancaria" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Árvore" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3429,14 +3859,19 @@ msgstr "" msgid "Read Access" msgstr "Acesso real" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Gráficos de barra precisam de no mínimo dois campos" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Cor do tipo de letra" msgid "Server Actions" msgstr "Acções do servidor" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3518,6 +3963,11 @@ msgstr "Actualização do sistema feito" msgid "Type of view" msgstr "Tipo de vista" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "Caminho XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Empresa" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3561,10 +4015,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Permitir acesso ao menu" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Titulo do relatório" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Nova janela" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "O segundo campo devera ser figuras" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Acção ascendente" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Não foi possível criar o próximo id porque alguns terceiros possuem um id alfabético !" @@ -3609,6 +4064,11 @@ msgstr "Não foi possível criar o próximo id porque alguns terceiros possuem u msgid "Unsubscribed" msgstr "Sem subscrição" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Saltar passo" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "Eventos de terceiros activos" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "" msgid "Open a Window" msgstr "Abrir uma janela" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Categoria descendente" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Nome do objecto" @@ -3823,6 +4308,8 @@ msgstr "Nome do objecto" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Acção" @@ -3867,8 +4354,18 @@ msgid "Field" msgstr "Campo" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3911,7 +4408,7 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Concluído" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Factura" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Baixo nível" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Exportação feita" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Tamanho" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumentos" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Empresas descentes" msgid "The Object name must start with x_ and not contain any special character !" msgstr "O nome do objecto deve começar com x_ e não pode conter um caracter especial!" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Módulo:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Próximo assistente" #. module: base #: selection:ir.rule,operator:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "Instancia de destino" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "A linguagem seleccionada foi instalada com sucesso. Você deve mudar as preferências do utilizador e abrir um menu novo para ver mudanças." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "A linguagem seleccionada foi instalada com sucesso. Você deve mudar as msgid "Menus" msgstr "Menus" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4058,8 +4555,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Preencha pelo menos um campo" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Outras acções" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4124,6 +4619,12 @@ msgstr "Probabilidade (0.50)" msgid "Mobile" msgstr "Telemóvel" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Repetir cabeçalho" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Endereço" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "O seu sistema sera actualizado" msgid "Configure User" msgstr "Configurar utilizador" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Nome:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Recurso" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Actualizar data" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Código python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Mapeamento de campos" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "O método copiar não é implementado neste objecto!" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Não é possível criar o ficheiro módulo: %s !" @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Versão publicada" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "A taxa da moeda à moeda da taxa 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Auto-refrescar" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Estados" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Taxa" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Da direita para a esquerda" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Ref 1 do documento" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Estado" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Auto-refrescar" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Acções de janelas" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4408,7 +4918,7 @@ msgstr "Nome do ficheiro" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Acesso" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Titulo do relatório" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Nome do Grupo" msgid "Modules to download" msgstr "Módulos para descarregar" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Fax" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,28 +4974,24 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "O método \"perm_read\" não esta implementado neste objecto !" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Empresa" - -#. module: base -#: field:res.request,create_date:0 -msgid "Created date" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" msgstr "" #. module: base #: view:ir.actions.server:0 -msgid "Email / SMS" +msgid "Field Mapping" +msgstr "Mapeamento do campo" + +#. module: base +#: field:res.request,create_date:0 +msgid "Created date" msgstr "" #. module: base @@ -4493,12 +5004,22 @@ msgstr "Código BIC/Swift" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Menu acção" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Canal" msgid "Icon" msgstr "Ícone" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Repetir falhado" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "Não foi possível encontrar a tag '%s' na vista ascendente" @@ -4538,12 +5071,22 @@ msgstr "Vista herdada" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Limite" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,6 +5100,11 @@ msgstr "Pedidos" msgid "Or" msgstr "Ou" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Texto" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4572,19 +5120,20 @@ msgstr "" msgid "Childs" msgstr "" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Selecção" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Importar / Exportar" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Módulos instalados" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Aviso" @@ -4608,14 +5157,30 @@ msgstr "Aviso" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Operador" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Imprimir endereço" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Exportar linguagem" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Importar módulo" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Versão:" - -#. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Rodapé do relatório 1" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "Você não pode apagar este documento! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "Não actualizável" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Imprimido:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4732,6 +5304,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "" msgid "Fields" msgstr "Campos" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Configuração" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,16 +5376,31 @@ msgstr "Código de estado" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Responder" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Subscrever relatório" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,17 +5416,27 @@ msgstr "Traduzível" msgid "Daily" msgstr "Diário" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "Cascata" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Campo %d deve ser uma figura" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nome da categoria" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4832,8 +5445,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Não Implementado" @@ -4861,7 +5474,7 @@ msgstr "Tipo de conta bancaria" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Proximo passo de coniguração" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4890,16 +5503,36 @@ msgstr "Escolha a interface simplificada se você esta testando o OpenERP pela p msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4910,11 +5543,27 @@ msgstr "" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Seu logo - Use um tamanho de aproximadamente 450x150 pixels." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Custo planeado" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,15 +5575,14 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Calendário" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Mensagem" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4943,12 +5591,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Gráfico" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Ultima versão" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Iniciar instalação" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Descrições dos campos" +#: selection:res.request,state:0 +msgid "closed" +msgstr "Fechado" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,9 +5645,8 @@ msgid "Module dependency" msgstr "Dependência do módulo" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5019,6 +5660,11 @@ msgstr "Aplicar actualzações agendadas" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5057,7 +5703,7 @@ msgstr "Nome da acção" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Progresso da configuração" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,6 +5712,7 @@ msgstr "Rodapé do relatório 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "E-Mail" @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Importar ficheiro de tradução" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Transições em progresso" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Títulos dos terceiros" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Configuração do domínio simples" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5155,6 +5812,11 @@ msgstr "Termos não traduzidos" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "VAT" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Termos da aplicação" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Filtro" msgid "Access Menu" msgstr "Menu de acesso" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Erro" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Categoria de terceiros" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Código de sequencia" msgid "active" msgstr "activo" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Estado de mente do terceiro" msgid "Bank Accounts" msgstr "Contas bancarias" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "Arquivo TGZ" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,7 +5962,12 @@ msgstr "Prefixo" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5308,11 +5981,6 @@ msgstr "" msgid "Fields Mapping" msgstr "Mapeamento de campos" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Referencia da tabela" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5359,6 +6027,11 @@ msgstr "Configurar vista simples" msgid "Start Upgrade" msgstr "Iniciar actualização" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Soma calculada" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumentos" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Módulo" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Função" msgid "Error! You can not create recursive companies." msgstr "Erro! Você não pode criar empresas recursivas" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "" msgid "Description" msgstr "Descrição" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "Operação inválida" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Importar / Exportar" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Dono da conta" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Requisitar histórico" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "O módulo \"%s\" para o campo \"%s\" não esta na selecção" @@ -5491,9 +6168,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Palavra passe" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Função" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Exportar linguagem" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Cliente" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Multiplas funções no mesmo objecto são ligadas usando o operador OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5592,6 +6276,11 @@ msgstr "Criar objecto" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5647,6 +6336,16 @@ msgstr "" msgid "Sequence" msgstr "Sequência" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Importar linguagem" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5659,6 +6358,11 @@ msgid "Number of time the function is called,\n" msgstr "Número de vezes que a função é chamada,\n" "um número negativo indica que a função será sempre chamada" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5690,15 +6394,20 @@ msgid "Cancel Install" msgstr "Cancelar instalação" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Por favor certifique que todas as suas linhas tenham %d colunas." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Importar linguagem" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/ro_RO.po b/bin/addons/base/i18n/ro_RO.po index 3103c70cbce..a8f4d58e6bf 100644 --- a/bin/addons/base/i18n/ro_RO.po +++ b/bin/addons/base/i18n/ro_RO.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:03:35+0000\n" -"PO-Revision-Date: 2008-11-28 17:03:35+0000\n" +"POT-Creation-Date: 2008-12-22 17:59:57+0000\n" +"PO-Revision-Date: 2008-12-22 17:59:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "Workflow" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Sufix" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr " Sorteaza " #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Tip de raport" @@ -432,6 +484,7 @@ msgstr "Tip de raport" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Note" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "General" msgid "Wizard info" msgstr "Informatii despre asistent" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "Activitate destinatie" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Contact" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Referinta view" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" msgstr "" +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Tabela de Ref. " + #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Nume cimp" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "Cod tara" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Rezultat actiune" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Istoric de cereri" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,8 +1178,8 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" +#: field:res.users,address_id:0 +msgid "Address" msgstr "" #. module: base @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "Meniu parinte" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Cost estimat" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "Format de imprimare" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "Format de imprimare" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Interfata utilisator - Visualizari" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Nume categorie" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "Cerere de " +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Ref. Document 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Activitate sursa" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "Nume canal" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "Urmatorul numar" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Raspuns" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "Incrementare numar" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Activitate sursa" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "ID resursa" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "Meta-date" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "Nume" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,21 +3093,29 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Suma tranzactiei" + #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,8 +3385,13 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" msgstr "" #. module: base @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "Largime fixa" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "Partener" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "Nume resursa" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Tip adresa" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Suma tranzactiei" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "Referinta" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "Cerere pentru" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Gen" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "Coloare fontului" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "Tip de view(visualizare)" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Antet raport" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "Deschide o fereastra(ecran)" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Nivel Tranzactii" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumente" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "Instanta" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Probabilite" msgid "Mobile" msgstr "GSM" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,8 +4631,8 @@ msgid "Repeat Header" msgstr "Repetare antet" #. module: base -#: field:res.users,address_id:0 -msgid "Address" +#: field:res.lang,time_format:0 +msgid "Time Format" msgstr "" #. module: base @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Ref. Document 1" #. module: base #: view:ir.actions.server:0 @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "Statut" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Antet raport" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "Nume grup" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Canal" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "Fiu" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Interfete" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Stare(statut) Code" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Raspuns" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Nume categorie" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "Nume de raport" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Cost estimat" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "TVA" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "Cod de numerotare" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "Stare de spirit Partener" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "Prefix" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Tabela de Ref. " - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumente" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "Functie" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "Descriere" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Istoric de cereri" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/ru_RU.po b/bin/addons/base/i18n/ru_RU.po index d3d24c1e4a6..544cc3eaa83 100644 --- a/bin/addons/base/i18n/ru_RU.po +++ b/bin/addons/base/i18n/ru_RU.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:04:29+0000\n" -"PO-Revision-Date: 2008-11-28 17:04:29+0000\n" +"POT-Creation-Date: 2008-12-22 18:00:38+0000\n" +"PO-Revision-Date: 2008-12-22 18:00:38+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Запланированные действия" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "Сообщение SMS" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Создать модель" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Пропущено" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Вы не можете создать документ данного типа! (%s)" @@ -166,7 +181,7 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Категории модулей" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,13 +218,18 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Не начато" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Верхний/нижний колонтитул" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "подтверждение" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,9 +281,9 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Выбрать Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Нормальный" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Ежегодно" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Соответствие полей" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Суффикс" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "В данном объекте не реализован метод 'unlink' !" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Простая настройка домена" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,10 +375,18 @@ msgid "Tabular" msgstr "Табулированный" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Действия" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Сортировка по" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Тип отчета" @@ -432,6 +484,7 @@ msgstr "Тип отчета" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Состояние" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Структура компании" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Прочая собственность" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Примечания" msgid "All terms" msgstr "Все термины" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Общее" msgid "Wizard info" msgstr "Информация мастера" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Форма" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Невозможно определить столбец %s. Зарезервированное ключевое слово !" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Прочие действия" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "В даннои объекте не реализован метод name_search !" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Ссылка" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Сайт:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "новый" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "Во множественных документах" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Для обновления" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Категория предка" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Имя контакта" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Сохраните данный документ в файл %s и измените его при помощи специального ПО или текстового редактора. Кодовая таблица UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Репозитории" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Несоответсвие пароля!" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Контакт" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "По данномк адресу '%s' должна располагаться файл html со ссылками на модули в формате zip" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "Исключение параллельного выполнения" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Ссылка на вид" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" msgstr "" +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Ссылка на таблицу" + #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "Штрих-код 13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Тип действия" msgid "Default limit for the list view" msgstr "Лимит по умолчанию для вида списка" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "Объект-источник" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Размер" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Подпись" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Статус действия" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Название поля" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Сохраните документ в файл .CSV и откройте его в вашем любимом табличном редакторе. Кодировка файла - UTF-8. Необходимо перевести последний столбец перед повторным импортом файла." @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Пользовательский объект" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Тест" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "Вы не можете удалить учетную запись admin, так как она используется для объектов, созданных OpenERP (обновления, установка модулей, и т.п.)" @@ -904,6 +988,11 @@ msgstr "Вы не можете удалить учетную запись admin, msgid "New modules" msgstr "Новые модули" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Ограничение" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "По умолчанию" @@ -955,11 +1045,21 @@ msgstr "Требуемое" msgid "Country Code" msgstr "Код страны" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Далее" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Обзор" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Тип банка" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "не определен метод получения!" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Верхний/нижний колонтитул" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "В данном объекте не реализован метод чтения !" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "История запроса" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "Выбранный язык успешно установлен. Вам необходимо изменить установки пользователя и открыть меню заново, чтобы увидеть изменения." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "События партнера" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Контакты партнера" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Адрес" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Продажи и закупки" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Мастер" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Название языка" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Родительское меню" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "ПНазвания пользовательских полей должны начинаться с 'x_' !" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Планируемые затраты" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "В данном объекте не реализован метод 'create' !" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "" msgid "Exportation" msgstr "Экспорт" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Описание модели" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "взять" msgid "Report Fields" msgstr "Поля отчета" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Тип последовательности" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Обновить список модулей" msgid "Configure simple view" msgstr "Настройка простого вида" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "" msgid "Url" msgstr "Адрес ссылки" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Действия" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Запрос" msgid "Mode of view" msgstr "Режим вида" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "В данном объекте не реализован метод 'name_get' !" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Книжная" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Модель" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Сообщение" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Календарь" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "Файл языка загружен" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Вид" @@ -1326,6 +1472,11 @@ msgstr "Вид" msgid "Modules to update" msgstr "Модули, которые надо обновить" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Дата изменения" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Г-жа" msgid "Activity" msgstr "Действие" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,8 +1538,8 @@ msgid "Sequences" msgstr "Последовательности" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Неизвестная позиция в наследуемом виде %s !" @@ -1397,6 +1553,11 @@ msgstr "" msgid "Trigger Date" msgstr "Дата триггера" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Банковский счёт" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Внимание: использование поля отношения, которое использует неизвестный объект" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "Индекс" msgid "Author" msgstr "Автор" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Описание полей" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Поставщик" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Перевести" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Содержимое" msgid "Direction" msgstr "Направление" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Виды" @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Вы пытаетесь удалить модуль, который установлен или будет установлен" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Меню действий" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1574,6 +1757,11 @@ msgstr "" msgid "Object id" msgstr "id Объекта" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "Адрес ссылки" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Формат печати" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Упрощенный интерфейс" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Формат печати" msgid "Payment term" msgstr "Условия платежа" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Получить файл" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Очень срочно\n" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Пользовательский интерфейс - виды" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Права доступа" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Адрес партнера" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Вы не можете удалить модель'%s' !" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Название категории" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Тема" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "Для данного объекта не реализован метод 'write'!" @@ -1738,11 +1964,22 @@ msgstr "Глобальный" msgid "From" msgstr "От" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Данный метод более не существует" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Посредник" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Отправить" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Мастера настройки" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Ссылка на документ 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Архив .tgz" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Устоновить в BULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,14 +2038,9 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Действие источника" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Учтите, что действие может занять несколько минут." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Слева направо" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Неверная операция" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Пустой пароль!" @@ -1894,6 +2132,12 @@ msgstr "Пустой пароль!" msgid "RML Header" msgstr "Заголовок RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "В данном обекте не реализован метод 'copy' !" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Ничего" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "Вы не можете записывать в данный документ! (%s)" @@ -1947,6 +2191,11 @@ msgstr "Поиск новых модулей" msgid "Module Repository" msgstr "Хранилище модулей" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Настройка триггера" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1962,6 +2211,12 @@ msgstr "" msgid "Security" msgstr "Безопасность" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Улица" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Низкий" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Ошибка рекурсии в зависимостях модулей!" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Настройка домена вручную" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Название канала" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Упрощенный интерфейс" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Следующее число" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Получить файл" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "Страна" msgid "Rates" msgstr "Курсы" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "Ошибка доступа" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Ответить" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Увеличение номера" msgid "unknown" msgstr "неизвестен" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "В данном объекте не реализован метод 'create' !" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "директория SXW" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Данные" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Партнеры по категориям" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Монжественные правила для того же объекта объединены с использованием оператора ИЛИ" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Отправить" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Метод 'get_memory' не реализован !" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Код на Python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Неправильный запрос." @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Метка поля" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Вы пытаетесь нарушить правила доступа (Тип документа: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "Ссылка на адрес действия" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Частота" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Структура компании" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Отношение" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Управление модулями" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Действие источника" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "ID объекта" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Информация" @@ -2513,7 +2821,7 @@ msgstr "Директория RML" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Следующий мастер настроек" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Метаданные" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Пользовательское" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "Курс валюты по отношению у валюте с курсом 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "сырой" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Партнеры: " @@ -2548,6 +2857,11 @@ msgstr "Партнеры: " msgid "Other" msgstr "Прочие" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Название роли" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Невозможно удалить пользователя root!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Установленная версия" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Действия" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "подтверждение" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Отмена обновления" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "В данном объекте не реализрван метод 'search' !" @@ -2648,13 +2974,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "Для радиальной диаграммы необходимы ровно два поля" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Создать в той же модели" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Неправильный формат файла" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Создать в той же модели" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Ошибка !" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Регулярное выражение для поиска модуля на сайте хранилища:\n" -"- Первые скобки должны соответствовать названию модуля.\n" -"- Вторые скобки должны соответствовать всем номерам версий.\n" -"- Последние скобки должны соответствовать расширению модуля." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Для экспорта нового языка, не выбирайте язык" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Условия приложения" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Матрица управления правами доступа" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Модуль" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Действия" #. module: base #: selection:res.request,priority:0 @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Неправильный формат файла" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Группировать по" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Категории партнеров" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Только чтение" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Вы не можете удалить поле '%s' !" @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" содержит слишком много точек. Идентификаторы XML не должны содержать точек ! Точки используются для ссылок на данные других модулей, как например, в module.reference_id" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Дней: %(day)" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "У вас нет прав читать данный документ! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Журнал" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Регулярное выражение для поиска модуля на сайте хранилища:\n" +"- Первые скобки должны соответствовать названию модуля.\n" +"- Вторые скобки должны соответствовать всем номерам версий.\n" +"- Последние скобки должны соответствовать расширению модуля." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Назначение" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "закрыт" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Ед. изм. интервала" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Дней" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Значение" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Фиксированная ширина" msgid "Other Actions Configuration" msgstr "Настройка прочих действий" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Выбрать Max" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Нижний колонтитул отчета 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Справка" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Создать в иной модели" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Сделайте правило глобальным, или припишите к группе или пользователю" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Расписание установки" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Расширенный поиск" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Расширенный поиск" msgid "Partners" msgstr "Партнеры" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Директория:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "Название группы не может начинаться с \"-\"" @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Владелец банковского счета" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Название объекта" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Сохраните данный документ в файл .tgz. Архив содержит файлы %s в кодировке UTF-8 и может быть выгружен на launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Перевести" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,15 +3725,21 @@ msgstr "Тип адреса" msgid "Start configuration" msgstr "Начать настройку" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Категория предка" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "ID экспорта" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Часы" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Частота" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Ед. изм. интервала" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Ссылки" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Учтите, что данное действие может занят msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Настройка домена вручную" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "Кому" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Тип" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Данный метод более не существует" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Древовидный вид может быть использован только в табличных отчетах" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Банковские счета" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Древовидный вид может быть использован только в табличных отчетах" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "В виде дерева" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3429,15 +3859,20 @@ msgstr "" msgid "Read Access" msgstr "Доступ на чтение" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Линейная диаграмма" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Название меню" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Столбцовые диаграммы требуютт как минимум два поля" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "Метод 'search_memory' не реализован !" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Цвет шрифта" msgid "Server Actions" msgstr "Действия сервера" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3518,6 +3963,11 @@ msgstr "Обновление системы закончено" msgid "Type of view" msgstr "Тип вида" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "Директория XML" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Компания" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3561,10 +4015,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Предоставить доступ к меню" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Название отчета" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Новое окно" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Потенциальный клиент" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Родительское действие" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Невозможно сгенерировать следующий идентификатор, так как у некоторых партнеров буквенные идентификаторы !" @@ -3609,6 +4064,11 @@ msgstr "Невозможно сгенерировать следующий ид msgid "Unsubscribed" msgstr "Отказ от подписки" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Пропустить шаг" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Название меню" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "События активного партнера" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Открыть окно" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Категория потомков" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Название объекта" @@ -3823,6 +4308,8 @@ msgstr "Название объекта" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Действие" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Поле" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Выполнено" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Счет" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "При установке в 'true', действие не будет отображено в правой панели видов формы." -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Низкий уровень" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Экспорт завершен" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Размер" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Аргументы" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Дочерняя компания" msgid "The Object name must start with x_ and not contain any special character !" msgstr "Название объекта должно начинаться с x_ и не должно содержать специальных символов !" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Модуль:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Следующий мастер" #. module: base #: selection:ir.rule,operator:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "Выбранный язык успешно установлен. Вам необходимо изменить установки пользователя и открыть меню заново, чтобы увидеть изменения." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "Выбранный язык успешно установлен. Вам msgid "Menus" msgstr "Меню" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4058,9 +4555,9 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Укажите хотя бы одно поле !" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Прочие действия" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4124,6 +4619,12 @@ msgstr "Вероятность (0.50)" msgid "Mobile" msgstr "Моб. тел." +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Повторять заголовок" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Адрес" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Ваша система бедут обновлена." msgid "Configure User" msgstr "Настроить учетную запись" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Название:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Объект" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Дата изменения" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Код на Python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "ИНН" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Значения" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Соответствие полей" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "В данном обекте не реализован метод 'copy' !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "по центру" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Невозможно создать файл модуля: %s !" @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Опубликованная версия" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "Курс валюты по отношению у валюте с курсом 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Автообновление" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Cостояния" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Курс" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Справа налево" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Ссылка на документ 1" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Статус" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Автообновление" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4408,7 +4918,7 @@ msgstr "Имя файла" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Доступ" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Название отчета" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Название группы" msgid "Modules to download" msgstr "Модули для загрузки" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Факс" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "В данном объекте не реализован метод 'perm_read' !" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Компания" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Соответствие полей" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Дата создания" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Эл.почта / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "Код БИК / SWIFT" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Меню действий" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Не установлен" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Канал" msgid "Icon" msgstr "Пиктограмма" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Пропущен 'Repeat'" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "Невозможно найти тег '%s' в родительском виде !" @@ -4538,12 +5071,22 @@ msgstr "Унаследованный вид" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Лимит" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,6 +5100,11 @@ msgstr "Запросы" msgid "Or" msgstr "Или" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Текст" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4572,19 +5120,20 @@ msgstr "" msgid "Childs" msgstr "Потомки" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Выбор" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Импорт / Экспорт" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Установленные модули" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Предупреждение" @@ -4608,14 +5157,30 @@ msgstr "Предупреждение" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Оператор" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Адрес партнера" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Экпорт языка" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Действие клиента" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Модуль импорта" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Версия:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Настройка триггера" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Нижний колонтитул отчета 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "Вы не можете удалить данный документ! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "Не обновляемый" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Распечатано:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "Метод 'set_memory' не реализован !" @@ -4732,6 +5304,21 @@ msgstr "Метод 'set_memory' не реализован !" msgid "Current Window" msgstr "Текущее окно" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Поля" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Интерфейс" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Настройки" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,16 +5376,31 @@ msgstr "Код области" msgid "On delete" msgstr "При удалении" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Ответить" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,17 +5416,27 @@ msgstr "Переводимый" msgid "Daily" msgstr "Ежедневно" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "Каскадом" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Название категории" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4832,8 +5445,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Не реализовано" @@ -4861,7 +5474,7 @@ msgstr "Тип банковского счета" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Следующий шаг настройки" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4890,16 +5503,36 @@ msgstr "Выберите упрощенный интерфейс, если вы msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Краткое описание" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4910,11 +5543,27 @@ msgstr "Название области" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Ваш логотип - используйте размер примерно 450x150 пикселей" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Планируемые затраты" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "A5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Календарь" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Сообщение" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,12 +5591,6 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "График" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Последняя версия" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Начать установку" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Описание полей" +#: selection:res.request,state:0 +msgid "closed" +msgstr "закрыт" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Зависимость модуля" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "В данном объекте не реализован метод 'name_get' !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,6 +5660,11 @@ msgstr "Выполнить запланированные обновления" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5057,7 +5703,7 @@ msgstr "Название действия" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Настройка выполняется" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,6 +5712,7 @@ msgstr "Нижний колонитул отчета 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "Эл. почта" @@ -5132,9 +5779,14 @@ msgid "Import a Translation File" msgstr "Импорт файла перевода" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Названия партнеров" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Простая настройка домена" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5155,6 +5812,11 @@ msgstr "Непереведенные термины" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "ИНН" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Условия приложения" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Фильтр" msgid "Access Menu" msgstr "Меню доступа" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Ошибка" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Категории партнеров" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Код последовательности" msgid "active" msgstr "активен" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Мнение о партнере" msgid "Bank Accounts" msgstr "Банковские счета" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "Архив .tgz" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,8 +5962,13 @@ msgstr "Префикс" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_company @@ -5308,11 +5981,6 @@ msgstr "" msgid "Fields Mapping" msgstr "Соответствие полей" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Ссылка на таблицу" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5359,6 +6027,11 @@ msgstr "Настроить простой вид" msgid "Start Upgrade" msgstr "Начать обновление" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Вычислить сумму" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Аргументы" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Модуль" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Функция" msgid "Error! You can not create recursive companies." msgstr "Ошибка! Невозможно создать рекурсивную компанию." +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "" msgid "Description" msgstr "Описание" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "Неверная операция" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Импорт / Экспорт" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Владелец счета" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "История запроса" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "Значение \"%s\" в поле \"%s\" не входит в выбранные" @@ -5491,9 +6168,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Пароль" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Роль" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Экпорт языка" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Клиент" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Монжественные правила для того же объекта объединены с использованием оператора ИЛИ" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5592,6 +6276,11 @@ msgstr "Создать объект" msgid "a4" msgstr "A4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5647,6 +6336,16 @@ msgstr "" msgid "Sequence" msgstr "Последовательность" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Импорт языка" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5658,6 +6357,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5689,15 +6393,20 @@ msgid "Cancel Install" msgstr "Отмена установки" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Проверьте, что во всех строках имеется %d столбцов." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Импорт языка" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/sl_SL.po b/bin/addons/base/i18n/sl_SL.po index cc0852e0e1e..c80102ea4dc 100644 --- a/bin/addons/base/i18n/sl_SL.po +++ b/bin/addons/base/i18n/sl_SL.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:05:22+0000\n" -"PO-Revision-Date: 2008-11-28 17:05:22+0000\n" +"POT-Creation-Date: 2008-12-22 18:01:20+0000\n" +"PO-Revision-Date: 2008-12-22 18:01:20+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Planirane akcije" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Ta čarovnik bo zaznal nove izraze v programu, da jih lahko ročno ažur msgid "Outgoing transitions" msgstr "Odhajajoči prehodi" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "SMS sporočilo" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Ustvari model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Te vrste dokumenta ne morete ustvariti. (%s)" @@ -166,7 +181,7 @@ msgstr "Potek dela" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -177,7 +192,7 @@ msgstr "Objekt" #. module: base #: view:wizard.module.lang.export:0 msgid "To browse official translations, you can visit this link: " -msgstr "" +msgstr "Za brskanje po uradnih prevodih lahko obiščete naslednjo povezavo: " #. module: base #: model:ir.actions.act_window,name:base.action_module_category_tree @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Kategorije modulov" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Glava/Noga" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "potrditev" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,9 +281,9 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Dobi maksimum" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Navadna" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Prihajajoči prehodi" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Letno" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Preslikava polj" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Pripona" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "Metoda 'unlink' ni implementirana za ta objekt." +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "Ciljno okno" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,15 +375,23 @@ msgid "Tabular" msgstr "Tabelarično" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Aktivnosti" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 msgid "Start On" -msgstr "" +msgstr "Začni z" #. module: base #: rml:ir.module.reference:0 @@ -378,6 +420,17 @@ msgstr "Prehodi" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Razvrščeno po" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Vrsta poročila" @@ -432,6 +484,7 @@ msgstr "Vrsta poročila" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Stanje" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Struktura družbe" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Drugo lastništvo" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Opombe" msgid "All terms" msgstr "Vsi izrazi" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Splošno" msgid "Wizard info" msgstr "Informacija o čarovniku" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Obrazec" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Ne morem definirati stolpca %s. Rezervirana ključna beseda." @@ -520,12 +573,7 @@ msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "" - -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Druge akcije" +msgstr "Odprtokodna storitveno podjetje" #. module: base #: selection:ir.ui.menu,icon:0 @@ -533,8 +581,8 @@ msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "Metoda 'name_search' ni implementirana za ta objekt." @@ -554,13 +602,13 @@ msgid "Link" msgstr "Povezava" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Splet:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "nov" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "Na večih dokumentih" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Za nadgraditi" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Nadrejena kategorija" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Naziv stika" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Shrani ta dokument v datoteko %s in ga uredi z ustreznim urejevalnikom. Kodni nabor je UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Odlagališča" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Geslo se ne ujema." @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Stik" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Ta URL '%s' mora kazati na HTML datoteko s povezavami na ZIP module" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "Izjema sočasnosti" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Sklic pogleda" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Sklic tabele" #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "Črtna koda (EAN13)" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Vrsta akcije" msgid "Default limit for the list view" msgstr "Privzeta omejitev za tabelarični pogled" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "Razčlenjenost" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.object.lines" msgid "Source Object" msgstr "Izvorni objekt" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Velikost" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Podpis" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Stanje akcije" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Naziv polja" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Shrani ta dokument v .CSV datoteko in ga odprite z vašim priljubljenim program za razpredelnice. Kodni nabor je UTF-8. Prevesti morate zadnji stolpec preden ga znova uvozite." @@ -856,7 +930,7 @@ msgstr "Valute" #. module: base #: selection:ir.actions.todo,type:0 msgid "Configure" -msgstr "" +msgstr "Konfiguriraj" #. module: base #: help:res.partner,lang:0 @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Objekt po meri" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Test" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "Uporabnika 'admin' ne morete odstraniti, ker OpenERP preko njega interno ustvarjae resurse (nadgradnje, namestitev modula,...)" @@ -904,6 +988,11 @@ msgstr "Uporabnika 'admin' ne morete odstraniti, ker OpenERP preko njega interno msgid "New modules" msgstr "Novi moduli" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -918,7 +1007,7 @@ msgstr "Sklic ID" #. module: base #: help:res.partner.address,active:0 msgid "Uncheck the active field to hide the contact." -msgstr "" +msgstr "Za zakritje kontakta počisti polje 'Aktivno'." #. module: base #: model:ir.ui.menu,name:base.next_id_10 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Omejitev" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Privzeto" @@ -955,11 +1045,21 @@ msgstr "Obvezno" msgid "Country Code" msgstr "Oznaka države" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Naprej" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Povzetek" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Vrsta banke" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "Nedefinirana metoda 'get'" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Glava/Noga" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "Metoda 'read' ni implementirana za ta objekt." #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Zgodovina zahteve" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "Izbrani jezik je bil uspešno nameščen. Da vidite spremembe, morate spremeniti uporabniške nastavitve in odpreti nov menu." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Partnerjevi dogodki" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Partnerjevi kontakti" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Naslov" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Prodaja in nabava" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Čarovnik" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Naziv jezika" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Nadmenu" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Polja po meri morajo imeti nazive, ki se začnejo z 'x_'." #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Načrtovani stroški" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "Metoda 'create' ni implementirana za ta objekt." + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Izvoz" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Opis modela" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "" msgid "Report Fields" msgstr "Polja poročila" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Vrsta zaporedja" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Posodobi seznam modulov" msgid "Configure simple view" msgstr "Konfiguriraj preprost pogled" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Akcije" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Zahteva" msgid "Mode of view" msgstr "Način pogleda" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "Metoda 'name_get' ni implementirana za ta objekt." + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Pokočno" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Model" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Sporočilo" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Koledar" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "Datoteka jezika naložena" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Pogled" @@ -1326,6 +1472,11 @@ msgstr "Pogled" msgid "Modules to update" msgstr "Moduli za ažurirat" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Datum posodobitve" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "gdč." msgid "Activity" msgstr "Aktivnost" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,8 +1538,8 @@ msgid "Sequences" msgstr "Zaporedja" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Neznan položaj v podedovanem pogledu %s." @@ -1397,6 +1553,11 @@ msgstr "" msgid "Trigger Date" msgstr "Sproženo dne" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Bančni račun" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Opozorilo: uporaba povezanega polja, ki uporablja neznan objekt" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "Pošta" msgid "Author" msgstr "Avtor" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Opis polj" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Dobavitelj" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Prevedi" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Vsebina" msgid "Direction" msgstr "Smer" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.module.update_translations" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Pogledi" @@ -1511,7 +1696,7 @@ msgstr "Pošlji E-pošto" #. module: base #: model:res.partner.category,name:base.res_partner_category_4 msgid "Basic Partner" -msgstr "" +msgstr "Temeljni partner" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Poskušate odstraniti modul, ki je nameščen ali bo nameščen" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Menuji" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Poteki dela" @@ -1574,6 +1757,11 @@ msgstr "Poteki dela" msgid "Object id" msgstr "ID objekta" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Oblika izpisa" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Poenostavljen vmesnik" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Oblika izpisa" msgid "Payment term" msgstr "Plačilni pogoj" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Prevzemi datoteko" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Zelo nujno\n" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Uporabniški vmesnik - Pogledi" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Pravice dostopa" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "otrok_od" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Partnerjev naslov" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Ne morete odstraniti modela '%s'." #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Naziv kategorije" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "Otrok1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Zadeva" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "Metoda 'write' ni implementirana za ta objekt." @@ -1738,11 +1964,22 @@ msgstr "Globalno" msgid "From" msgstr "Od" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Ta metoda ne obstaja več" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Trgovec" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Pošlji" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Čarovniki za konfiguracijo" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "1.sklic dokumenta" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Arhiv TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Nastavi na NULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,14 +2038,9 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Izvorna aktivnost" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Vedite, da lahko ta operacija vzame več minut." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Od leve proti desni" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Neveljavna operacija" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Geslo je prazno!" @@ -1894,6 +2132,12 @@ msgstr "Geslo je prazno!" msgid "RML Header" msgstr "RML glava" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "Metoda 'copy' ni implementirana za ta objekt." + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Nobena" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "Ne morete pisati v ta dokument. (%s)" @@ -1947,6 +2191,11 @@ msgstr "Preveri za nove module" msgid "Module Repository" msgstr "Odlagališče modulov" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Konfiguracija prožilnika" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1955,13 +2204,19 @@ msgstr "STOCK_UNINDENT" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "At Once" -msgstr "" +msgstr "Takoj" #. module: base #: model:ir.ui.menu,name:base.menu_security msgid "Security" msgstr "Varnost" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,6 +2234,16 @@ msgstr "Naslov" msgid "Interval Number" msgstr "Številka intervala" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1995,14 +2260,14 @@ msgid "Low" msgstr "Nizka" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Napaka rekurzije v odvisnostih modulih." #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Naziv kanala" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Poenostavljen vmesnik" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2089,7 +2364,7 @@ msgstr ">=" #. module: base #: model:ir.model,name:base.model_ir_actions_todo msgid "ir.actions.todo" -msgstr "" +msgstr "ir.actions.todo" #. module: base #: model:ir.ui.menu,name:base.menu_administration @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Naslednja številka" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Prevzemi datoteko" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "Država" msgid "Rates" msgstr "Tečaji" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "Napaka dostopa" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Odgovor" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Prirastek zaporedja" msgid "unknown" msgstr "neznano" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "Metoda 'create' ni implementirana za ta objekt." - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "SXW pot" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Podatki" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Partnerji po kategorijah" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Več pravil na istih objektih jih združenih z uporabo operatorja ALI" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Pošlji" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Metoda 'get_memory' ni implementirana." @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Python kod" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Napačna poizvedba." @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Označba polja" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Poskušate zaobiti pravila dostopa (vrsta dokumenta: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "URL akcije" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Pogostost" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Struktura družbe" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Relacija" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Upravljanje modulov" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Izvorna aktivnost" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "Resurs ID" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Informacije" @@ -2513,7 +2821,7 @@ msgstr "RML pot" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Naslednji čarovnik za konfiguracijo" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Meta podatki" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Po meri" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "Tečaj valute v primerjavi z valuto, katerega tečaj je enak 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "neobdelano" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Partnerji: " @@ -2548,6 +2857,11 @@ msgstr "Partnerji: " msgid "Other" msgstr "Drugo" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Naziv vloge" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Ne morete odstaniti uporabnika 'root'." #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Nameščena različica" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Aktivnosti" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "potrditev" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Prekliči nadgradnjo" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "Metoda 'search' ni implementirana za ta objekt." @@ -2645,16 +2971,20 @@ msgstr "Kopičenje" #. module: base #: model:res.partner.category,name:base.res_partner_category_14 msgid "Bad customers" -msgstr "" +msgstr "Slabi kupci" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "Tortni diagrami zahtevajo natančno dva polja" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Ustvari v istem modelu" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Napačna oblika datoteke" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Ustvari v istem modelu" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Napaka!" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Regularni izraz za iskanje modulov na spletni mestu odlagališča:\n" -"- Prvi oklepaji morajo ustrezati nazivu modula.\n" -"- Drugi oklepaji morajo ustrezati celotni številki inačice.\n" -"- Zadnji oklepaji morajo ustrezati podaljšku modula." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Prevod" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Jezika ne izbirajte za izvoz novega jezika." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Izrazi programa" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Matrika mehanizma dostopa" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Modul" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Akcije" #. module: base #: selection:res.request,priority:0 @@ -2819,7 +3163,7 @@ msgstr "STOCK_COPY" #. module: base #: selection:ir.actions.todo,start_on:0 msgid "Auto" -msgstr "" +msgstr "Samodejno" #. module: base #: model:res.partner.category,name:base.res_partner_category_3 @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.actions.act_window.view" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Napačna oblika datoteke" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Združeno po" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Partnerjeve kategorije" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Samo za branje" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Ne morete odstraniti polja '%s'." @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" vsebuje preveč pik. XML 'ids' ne bi smeli vsebovati pike. Uporabljajo se za sklic na podatke drugih modulov, kot v 'modul.sklic_id'" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "Dan: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "Tega dokumenta ne morete brati. (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Zgodovina" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Regularni izraz za iskanje modulov na spletni mestu odlagališča:\n" +"- Prvi oklepaji morajo ustrezati nazivu modula.\n" +"- Drugi oklepaji morajo ustrezati celotni številki inačice.\n" +"- Zadnji oklepaji morajo ustrezati podaljšku modula." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "zaprto" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Enota intervala" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Dni" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Vrednost" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Nespremenljiva širina" msgid "Other Actions Configuration" msgstr "Konfiguracija ostalih akcij" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Dobi maksimum" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Noga izpisa 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Pomoč" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Ustvari v drugem modelu" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Daj v seznam za namestitev" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Napredno iskanje" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Napredno iskanje" msgid "Partners" msgstr "Partnerji" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Mapa:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "Ime skupine se ne sme začeti z \"-\"" @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Lastnik bančnega računa" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Naziv resursa" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Shrani ta dokument v .tgz datoteko. Ta arhiv vsebuje UTF-8 %s datoteke in ga lahko prenesete na Launchpad." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Prevedi" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,16 +3725,22 @@ msgstr "Vrsta naslova" msgid "Start configuration" msgstr "Začni s konfiguracijo" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Nadrejena kategorija" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "ID izvoza" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Okenske akcije" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Ure" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Prevod" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Pogostost" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Enota intervala" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Sklici" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "Ta zapis je bil med tem spremenjen" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Vedite, da lahko ta operacija vzame nekaj minut." msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Vrsta" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Ta metoda ne obstaja več" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Drevesa se lahko uporabljajo samo v tabelaričnih poročilih" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Bančni računi" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Drevesa se lahko uporabljajo samo v tabelaričnih poročilih" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Drevo" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "Ročno" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3429,15 +3859,20 @@ msgstr "" msgid "Read Access" msgstr "Dovoljenje za branje" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Naziv menuja" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Stolpični diagrami zahtevajo najmanj dva polja" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "Metoda 'search_memory' ni implementirana." +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Barva pisave" msgid "Server Actions" msgstr "Strežniške akcije" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3518,6 +3963,11 @@ msgstr "Nadgradnja sistema končana" msgid "Type of view" msgstr "Vrsta pogleda" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3526,7 +3976,7 @@ msgstr "pdf" #. module: base #: field:ir.actions.todo,start_date:0 msgid "Start Date" -msgstr "" +msgstr "Datum začetka" #. module: base #: model:ir.actions.act_window,name:base.action_partner_address_form @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "XML pot" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Družba" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3553,18 +4007,17 @@ msgstr "STOCK_PROPERTIES" #. module: base #: model:res.partner.category,name:base.res_partner_category_11 msgid "Textile Suppliers" -msgstr "" +msgstr "Dobavitelji tekstila" #. module: base #: view:wizard.module.lang.export:0 msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." -msgstr "" +msgstr "Paket uradnih prevodov vseh OpenERP/OpenObjects modulov se upravlja preko Launchpada. Uporabljamo njegov spletni vmesnik za sinhronizacijo vseh prevajalskih dosežkov." #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Dodeli dostop do menuja" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Naslov poročila" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Novo okno" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Nadrejena akcija" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Ni bilo možno ustvariti sledečega IDja, ker imajo nekateri partnerji črkovni ID." @@ -3609,6 +4064,11 @@ msgstr "Ni bilo možno ustvariti sledečega IDja, ker imajo nekateri partnerji msgid "Unsubscribed" msgstr "Nenaročeno" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Preskoči korak" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.actions.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Naziv menuja" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "Aktivni partnerjevi dogodki" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Odpri okno" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Podkategorija" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Naziv objekta" @@ -3823,6 +4308,8 @@ msgstr "Naziv objekta" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Akcija" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Polje" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Zaključeno" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Račun" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "Če je vklopljeno, se akcija ne bo prikazovala na desni orodni vrstici obrazca.<" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Na nizkem nivoju" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Izvoz zaključen" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Velikost" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argumenti" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Hčerinske družbe" msgid "The Object name must start with x_ and not contain any special character !" msgstr "Naziv objekta se mora začeti z 'x_' in ne sme vsebovati posebnih znakov." -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Modul:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Naslednji čarovnik" #. module: base #: selection:ir.rule,operator:0 @@ -4010,7 +4502,7 @@ msgstr "<=" #. module: base #: view:wizard.module.lang.export:0 msgid "Export Data" -msgstr "" +msgstr "Izvozi podatke" #. module: base #: field:workflow.triggers,instance_id:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "Ciljni primerek" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "Izbrani jezik je bil uspešno nameščen. Da vidite spremembe, morate spremeniti uporabniške nastavitve in odpreti nov menu." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "Izbrani jezik je bil uspešno nameščen. Da vidite spremembe, morate sp msgid "Menus" msgstr "Menuji" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4055,12 +4552,12 @@ msgstr "Gospod" #. module: base #: view:wizard.module.lang.export:0 msgid "https://translations.launchpad.net/openobject" -msgstr "" +msgstr "https://translations.launchpad.net/openobject" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Vpišite vsaj eno polje." #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Ostale akcije" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4124,6 +4619,12 @@ msgstr "Verjetnost (0.50)" msgid "Mobile" msgstr "Mobilni telefon" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Ponavljajoča glava" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Naslov" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Vaš sistem bo nadgrajen." msgid "Configure User" msgstr "Konfiguriraj uporabnika" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Naziv:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4173,7 +4669,7 @@ msgstr "Podmenuji" #. module: base #: field:ir.actions.todo,end_date:0 msgid "End Date" -msgstr "" +msgstr "Datum konca" #. module: base #: field:ir.exports,resource:0 @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Resurs" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Datum posodobitve" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Python kod" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "ID DDV" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Vrednosti" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Preslikave polj" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "Metoda 'copy' ni implementirana za ta objekt." +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "središčna" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Datoteke modula: %s ni mogoče ustvariti." @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Objavljena različica" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "Tečaj valute v primerjavi z valuto, katerega tečaj je enak 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Samoosvežitev" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Pokrajine" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Tečaj" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Od desne proti levi" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "1.sklic dokumenta" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Stanje" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Samoosvežitev" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Okenske akcije" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4392,7 +4902,7 @@ msgstr "ir.actions.act_window_close" #. module: base #: selection:ir.actions.todo,type:0 msgid "Service" -msgstr "" +msgstr "Storitev" #. module: base #: help:ir.actions.act_window,auto_refresh:0 @@ -4408,7 +4918,7 @@ msgstr "Ime datoteke" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Dostop" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Naslov poročila" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Naziv skupine" msgid "Modules to download" msgstr "Moduli za prenest" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Faks" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "Metoda 'perm_read' ni implementirana za ta objekt." #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Družba" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Preslikava polj" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Ustvarjeno dne" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "E-pošta / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "BIC/Switft oznaka" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Menuji" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Ni nameščen" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Kanal" msgid "Icon" msgstr "Ikona" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Ponovi zgrešene" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "Označbe '%s' ni bilo mogoče najti v nadrejenem pogledu." @@ -4538,12 +5071,22 @@ msgstr "Podedovan pogled" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Meja" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,10 +5100,15 @@ msgstr "Zahteve" msgid "Or" msgstr "Ali" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Besedilo" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" -msgstr "" +msgstr "Openstuff.net" #. module: base #: model:ir.model,name:base.model_ir_rule_group @@ -4572,19 +5120,20 @@ msgstr "ir.rule.group" msgid "Childs" msgstr "Podvloge" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Uvoz / Izvoz" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Nameščeni moduli" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Opozorilo" @@ -4608,14 +5157,30 @@ msgstr "Opozorilo" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Operator" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Partnerjev naslov" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Izvozi jezik" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "Napaka preverjanja" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Odjemalčeva akcija" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Uvozi modul" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Različica" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Konfiguracija prožilnika" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Noga izpisa 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "Tega dokumenta ne morete zbrisati. (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4692,7 +5264,7 @@ msgstr "E-pošta" #: model:ir.actions.act_window,name:base.action_wizard_update_translations #: model:ir.ui.menu,name:base.menu_wizard_update_translations msgid "Resynchronise Terms" -msgstr "" +msgstr "Sihroniziraj izraze" #. module: base #: field:ir.model.access,perm_create:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "Neposodobljivo" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Tiskano:" - -#. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not upgrade module '%s'. It is not installed." +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base +#: code:addons/base/module/module.py:0 #, python-format +msgid "Can not upgrade module '%s'. It is not installed." +msgstr "Modula '%s' ne morete nadgraditi, ker ni nameščen." + +#. module: base #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "Metoda 'set_memory' ni implementirana." @@ -4732,6 +5304,21 @@ msgstr "Metoda 'set_memory' ni implementirana." msgid "Current Window" msgstr "Trenutno okno" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Polja" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Vmesnik" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Konfiguracija" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,16 +5376,31 @@ msgstr "Oznaka države" msgid "On delete" msgstr "Pri brisanju" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Odgovor" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,17 +5416,27 @@ msgstr "Prevedljiv" msgid "Daily" msgstr "Dnevno" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "Kaskadno" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Polje %d mora biti številka" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Naziv kategorije" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4832,8 +5445,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Ni implementirano" @@ -4861,7 +5474,7 @@ msgstr "Vrsta bančnega računa" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Naslednji konfiguracijski korak" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4890,14 +5503,34 @@ msgstr "Izberite enostaven vmesnik, če prvič testirate OpenERP. Manjkrat upora msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Kratek opis" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "To je predpona imena datoteke, kamor bo natisnjeno poročilo shranjeno kot priloga. Pustite prazno, če nočete shranjevati natisnjena poročila" + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" msgstr "" #. module: base @@ -4910,11 +5543,27 @@ msgstr "Naziv države" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Vaš logotip - uporabite velikost približno 450x150 pik." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Načrtovani stroški" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Koledar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Sporočilo" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,16 +5591,10 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." -msgstr "" +msgstr "Za izboljšanje nekaterih izrazov uradnih prevodov OpenERP lahko spreminjate te izraze neposredno preko Launchpad vmesnika. Če ste za vaš modul že dosti prevedli, lahko tudi naenkrat objavite vse vaše prevode." #. module: base #: view:res.users:0 @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Grafikon" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Najnovejša različica" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Začni namestitev" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Opis polj" +#: selection:res.request,state:0 +msgid "closed" +msgstr "zaprto" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Odvisnost modula" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "Metoda 'name_get' ni implementirana za ta objekt." +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,10 +5660,15 @@ msgstr "Izvedi planirane nadgradnje" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" -msgstr "" +msgstr "OpenERP partnerji" #. module: base #: view:res.config.view:0 @@ -5057,7 +5703,7 @@ msgstr "Naziv akcije" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Potek konfiguracije" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,6 +5712,7 @@ msgstr "Noga izpisa 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "E-pošta" @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Uvozi datoteko prevoda" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Prihajajoči prehodi" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Titule partnerjev" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5155,6 +5812,11 @@ msgstr "Neprevedeni izrazi" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "DDV ID" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Izrazi programa" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Filter" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Napaka" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Partnerjeve kategorije" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Oznaka zaporedja" msgid "active" msgstr "aktivna" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Razpoloženje partnerja" msgid "Bank Accounts" msgstr "Bančni računi" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "Arhiv TGZ" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,8 +5962,13 @@ msgstr "Predpona" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_company @@ -5308,11 +5981,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "Preslikava polj" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Sklic tabele" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5359,10 +6027,15 @@ msgstr "Konfiguriraj preprost pogled" msgid "Start Upgrade" msgstr "Začni nadgradnjo" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" -msgstr "" +msgstr "Pomembni kupci" #. module: base #: field:res.partner.som,factor:0 @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Izračunaj vsoto" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argumenti" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Modul" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Funkcija" msgid "Error! You can not create recursive companies." msgstr "Napaka. Ne morete ustvariti rekurzivnih družb." +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "res.config.view" msgid "Description" msgstr "Opis" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "Neveljavna operacija" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Uvoz / Izvoz" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Lastnik računa" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Zgodovina zahteve" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "Vrednost \"%s\" za polje \"%s\" ni na voljo pri izbiri" @@ -5491,9 +6168,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Elementi poteka dela" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Geslo" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Vloga" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Izvozi jezik" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Kupec" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Več pravil na istih objektih jih združenih z uporabo operatorja ALI" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5592,11 +6276,16 @@ msgstr "Ustvari objekt" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new msgid "New Partner" -msgstr "" +msgstr "Nov partner" #. module: base #: wizard_view:module.lang.install,start:0 @@ -5611,7 +6300,7 @@ msgstr "STOCK_JUSTIFY_RIGHT" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 msgid "Prospect" -msgstr "" +msgstr "Potencialni kupci" #. module: base #: model:ir.model,name:base.model_res_partner_function @@ -5647,10 +6336,20 @@ msgstr "" msgid "Sequence" msgstr "Zaporedje" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Uvozi jezik" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." -msgstr "" +msgstr "Običajno se samodejno izbere pravi naslov glede na kontest prodajnih in nabavnih dokumentov." #. module: base #: help:ir.cron,numbercall:0 @@ -5659,6 +6358,11 @@ msgid "Number of time the function is called,\n" msgstr "Kolikokrat je funkcija klicana,\n" "negativno število pomeni, da bo funkcija vedo klicana" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5690,15 +6394,20 @@ msgid "Cancel Install" msgstr "Prekliči namestitev" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Preverite, če imajo vse vaše vrstice %d stolpcev." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Uvozi jezik" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/sv_SE.po b/bin/addons/base/i18n/sv_SE.po index eb822308e66..7eea9f7663a 100644 --- a/bin/addons/base/i18n/sv_SE.po +++ b/bin/addons/base/i18n/sv_SE.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:07:56+0000\n" -"PO-Revision-Date: 2008-11-28 17:07:56+0000\n" +"POT-Creation-Date: 2008-12-22 18:03:24+0000\n" +"PO-Revision-Date: 2008-12-22 18:03:24+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Normal" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "Årligen" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Sorterad efter" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "" @@ -432,6 +484,7 @@ msgstr "" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "Anteckningar" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Allmänt" msgid "Wizard info" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Formulär" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Länk" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Kontaktnamn" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Kontakt" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,8 +739,13 @@ msgid "View Ref." msgstr "" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." msgstr "" #. module: base @@ -697,6 +753,11 @@ msgstr "" msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Signatur" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Fältnamn" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Standard" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "Landskod" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Sammandrag" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Adress" #. module: base #: help:res.country,code:0 @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Planerad kostnad" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "Url" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "Ärende" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Stående" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "Fröken" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "Upphovsman" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "Kropp" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "Utskriftsformat" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "Utskriftsformat" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Kategorinamn" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "Från" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Återförsäljare" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Skicka" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,8 +1989,8 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" msgstr "" #. module: base @@ -1761,6 +1998,11 @@ msgstr "" msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "Ingen" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "Säkerhet" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "Låg" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "Kanalnamn" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Svara" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "" msgid "unknown" msgstr "okänd" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,9 +2595,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Skicka" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,9 +2704,15 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Frekvens" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" msgstr "" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "Övrigt" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "Rollnamn" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Installerad version" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,11 +3093,13 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" msgstr "" #. module: base @@ -2767,8 +3108,14 @@ msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,12 +3135,12 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Modul" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "" #. module: base #: selection:res.request,priority:0 @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "Grupperad efter" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "Historik" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,9 +3385,14 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "stängd" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3050,12 +3423,16 @@ msgstr "Dagar" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "Adresstyp" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,13 +3743,13 @@ msgid "Hours" msgstr "Timmar" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Frekvens" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" msgstr "" #. module: base @@ -3348,11 +3763,16 @@ msgid "References" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "Till" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Sort" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "Träd" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Rapporttitel" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "Barnkategori" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "Faktura" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Lågnivå" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Argument" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "Sannolikhet (0.50)" msgid "Mobile" msgstr "Mobil" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,9 +4631,9 @@ msgid "Repeat Header" msgstr "Rapporthuvud" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Adress" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "mitten" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,8 +4827,8 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" msgstr "" #. module: base @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Rapporttitel" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "Gruppnamn" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "Kanal" msgid "Icon" msgstr "Ikon" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "Barn" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Gränssnitt" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "Län" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Svara" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "Översättningsbar" msgid "Daily" msgstr "Dagligen" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Kategorinamn" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Kort beskrivning" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Planerad kostnad" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "A5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,9 +5610,9 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Senaste version" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4988,9 +5630,9 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "" +#: selection:res.request,state:0 +msgid "closed" +msgstr "stängd" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "Moms" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "" msgid "active" msgstr "aktiv" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Argument" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Modul" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "Funktion" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "Beskrivning" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "A4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/i18n/tr_TR.po b/bin/addons/base/i18n/tr_TR.po new file mode 100644 index 00000000000..cee3fc0fa7b --- /dev/null +++ b/bin/addons/base/i18n/tr_TR.po @@ -0,0 +1,6410 @@ +# Translation of OpenERP Server. +# This file containt the translation of the following modules: +# * base +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" +"Report-Msgid-Bugs-To: support@openerp.com\n" +"POT-Creation-Date: 2008-12-22 18:06:13+0000\n" +"PO-Revision-Date: 2008-12-22 18:06:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_cron_act +#: model:ir.ui.menu,name:base.menu_ir_cron_act +#: view:ir.cron:0 +msgid "Scheduled Actions" +msgstr "Planlanmış işler" + +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_name:0 +msgid "Internal Name" +msgstr "Dahili İsim" + +#. module: base +#: wizard_view:res.partner.sms_send,init:0 +msgid "SMS - Gateway: clickatell" +msgstr "SMS - Gateway:clickatell" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Monthly" +msgstr "Aylık" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +msgid "Unknown" +msgstr "Bilinmeyen" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "This wizard will detect new terms in the application so that you can update them manually." +msgstr "Bu sihirbaz programdaki yeni terimleri bulur böylece manuel olarak güncelleyebilirsiniz." + +#. module: base +#: field:workflow.activity,out_transitions:0 +#: view:workflow.activity:0 +msgid "Outgoing transitions" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SAVE" +msgstr "STOK_KAYDET" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_users_my +msgid "Change My Preferences" +msgstr "Ayarlarımı değiştir" + +#. module: base +#: view:ir.actions.act_window:0 +msgid "Open Window" +msgstr "" + +#. module: base +#: field:res.partner.function,name:0 +msgid "Function name" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-account" +msgstr "" + +#. module: base +#: field:res.partner.address,title:0 +#: field:res.partner,title:0 +#: field:res.partner.title,name:0 +msgid "Title" +msgstr "Başlık" + +#. module: base +#: wizard_field:res.partner.sms_send,init,text:0 +msgid "SMS Message" +msgstr "SMS Mesaj" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_som-act +#: model:ir.ui.menu,name:base.menu_res_partner_som-act +msgid "States of mind" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SORT_ASCENDING" +msgstr "" + +#. module: base +#: view:res.groups:0 +#: view:ir.model:0 +msgid "Access Rules" +msgstr "Giriş Kuralları" + +#. module: base +#: field:ir.ui.view,arch:0 +#: field:ir.ui.view.custom,arch:0 +msgid "View Architecture" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_FORWARD" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Skipped" +msgstr "Atlandı" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not create this kind of document! (%s)" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,code:0 +msgid "Code (eg:en__US)" +msgstr "Code (örn:tr_TR)" + +#. module: base +#: field:res.roles,parent_id:0 +msgid "Parent" +msgstr "Üst" + +#. module: base +#: field:workflow.activity,wkf_id:0 +#: field:workflow.instance,wkf_id:0 +#: view:workflow:0 +msgid "Workflow" +msgstr "İş Akışı" + +#. module: base +#: field:ir.actions.report.custom,model:0 +#: field:ir.actions.report.xml,model:0 +#: field:ir.actions.server,model_id:0 +#: field:ir.actions.act_window,res_model:0 +#: field:ir.actions.wizard,model:0 +#: field:ir.cron,model:0 +#: field:ir.default,field_tbl:0 +#: field:ir.model.access,model_id:0 +#: field:ir.model.data,model:0 +#: field:ir.model.grid,name:0 +#: field:ir.report.custom,model_id:0 +#: field:ir.rule.group,model_id:0 +#: selection:ir.translation,type:0 +#: field:ir.ui.view,model:0 +#: field:ir.values,model_id:0 +#: field:res.request.link,object:0 +#: field:wizard.ir.model.menu.create,model_id:0 +#: field:workflow.triggers,model:0 +#: view:ir.model:0 +msgid "Object" +msgstr "Nesne" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "To browse official translations, you can visit this link: " +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_module_category_tree +#: model:ir.ui.menu,name:base.menu_action_module_category_tree +msgid "Categories of Modules" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_default +msgid "ir.default" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Not Started" +msgstr "Başlamadı" + +#. module: base +#: view:ir.sequence:0 +msgid "Minute: %(min)s" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_100" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank_type_field +msgid "Bank type fields" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "type,name,res_id,src,value" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export translation file" +msgstr "" + +#. module: base +#: field:res.partner.event.type,key:0 +msgid "Key" +msgstr "Anahtar" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_roles_form +#: field:res.users,roles_id:0 +#: model:ir.ui.menu,name:base.menu_action_res_roles_form +#: view:res.roles:0 +#: view:res.users:0 +msgid "Roles" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country +#: model:ir.ui.menu,name:base.menu_country_partner +msgid "Countries" +msgstr "Ülkeler" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HELP" +msgstr "" + +#. module: base +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Created Views" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Normal" +msgstr "Normal" + +#. module: base +#: field:ir.ui.view_sc,user_id:0 +msgid "User Ref." +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import new language" +msgstr "" + +#. module: base +#: wizard_field:server.action.create,step_1,report:0 +#: wizard_view:server.action.create,step_1:0 +msgid "Select Report" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc1_condition:0 +#: field:ir.report.custom.fields,fc2_condition:0 +#: field:ir.report.custom.fields,fc3_condition:0 +msgid "condition" +msgstr "durum" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Yearly" +msgstr "Yıllık" + +#. module: base +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" + +#. module: base +#: field:ir.sequence,suffix:0 +msgid "Suffix" +msgstr "SonEk" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The unlink method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + +#. module: base +#: model:ir.actions.report.xml,name:base.res_partner_address_report +msgid "Labels" +msgstr "Etiketler" + +#. module: base +#: field:ir.actions.act_window,target:0 +msgid "Target Window" +msgstr "Hedef Pencere" + +#. module: base +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,from:0 +msgid "Sender's email" +msgstr "Gndericinin e-maili" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Tabular" +msgstr "" + +#. module: base +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" + +#. module: base +#: field:ir.actions.todo,start_on:0 +msgid "Start On" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Reference Guide" +msgstr "Referans Rehberi" + +#. module: base +#: model:ir.model,name:base.model_res_partner +#: field:res.company,partner_id:0 +#: field:res.partner.address,partner_id:0 +#: field:res.partner.bank,partner_id:0 +#: field:res.partner.event,partner_id:0 +#: selection:res.partner.title,domain:0 +msgid "Partner" +msgstr "Ortak" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_transition_form +#: model:ir.ui.menu,name:base.menu_workflow_transition +#: view:workflow.activity:0 +msgid "Transitions" +msgstr "Geçişler" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view_custom +msgid "ir.ui.view.custom" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2 or later version" +msgstr "" + +#. module: base +#: selection:workflow.activity,kind:0 +msgid "Stop All" +msgstr "Tümünü Durdur" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NEW" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_report_custom +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.report.custom" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CANCEL" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Prospect Contact" +msgstr "" + +#. module: base +#: constraint:ir.ui.view:0 +msgid "Invalid XML for View Architecture!" +msgstr "Görüntüleme mimarisi için Geçersiz XML" + +#. module: base +#: field:ir.report.custom,sortby:0 +msgid "Sorted By" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,type:0 +#: field:ir.actions.report.xml,type:0 +#: field:ir.report.custom,type:0 +msgid "Report Type" +msgstr "" + +#. module: base +#: field:ir.actions.todo,state:0 +#: field:ir.module.module.dependency,state:0 +#: field:ir.module.module,state:0 +#: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 +#: field:res.bank,state:0 +#: field:res.partner.address,state_id:0 +#: field:res.partner.bank,state_id:0 +#: field:res.request,state:0 +#: field:workflow.instance,state:0 +#: field:workflow.workitem,state:0 +#: view:res.country.state:0 +msgid "State" +msgstr "Eyalet" + +#. module: base +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "Other proprietary" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "" + +#. module: base +#: field:res.partner,comment:0 +#: view:ir.attachment:0 +#: view:res.groups:0 +#: view:ir.model:0 +#: view:res.partner:0 +msgid "Notes" +msgstr "Notlar" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation +#: model:ir.ui.menu,name:base.menu_action_translation +msgid "All terms" +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "General" +msgstr "Genel" + +#. module: base +#: field:ir.actions.wizard,name:0 +msgid "Wizard info" +msgstr "Sihirbaz Bilgisi" + +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_property +msgid "ir.property" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,view_type:0 +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Form" +msgstr "Form" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Can not define a column %s. Reserved keyword !" +msgstr "" + +#. module: base +#: help:ir.ui.menu,groups_id:0 +msgid "If you put groups, the visibility of this menu will be based on these groups. If this field is empty, Open ERP will compute visibility based on the related object's read access." +msgstr "" + +#. module: base +#: field:workflow.transition,act_to:0 +msgid "Destination Activity" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_10 +msgid "Open Source Service Company" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_QUIT" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_search method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "waiting" +msgstr "bekleniyor" + +#. module: base +#: field:res.country,name:0 +msgid "Country Name" +msgstr "Ülke İsmi" + +#. module: base +#: field:ir.attachment,link:0 +msgid "Link" +msgstr "Bağlantı" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "new" +msgstr "yeni" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_TOP" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,multi:0 +#: field:ir.actions.report.xml,multi:0 +#: field:ir.actions.act_window.view,multi:0 +msgid "On multiple doc." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_triggers +msgid "workflow.triggers" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view +msgid "ir.ui.view" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,report_id:0 +msgid "Report Ref" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-hr" +msgstr "" + +#. module: base +#: field:res.partner.bank.type.field,size:0 +msgid "Max. Size" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be upgraded" +msgstr "Yükseltilecek" + +#. module: base +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-purchase" +msgstr "" + +#. module: base +#: field:res.partner.address,name:0 +msgid "Contact Name" +msgstr "Kişi Adı" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Schedule Upgrade" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,init,repositories:0 +msgid "Repositories" +msgstr "Depolar" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Password mismatch !" +msgstr "Şifre benzemiyor" + +#. module: base +#: selection:res.partner.address,type:0 +#: selection:res.partner.title,domain:0 +msgid "Contact" +msgstr "Kişi" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "This url '%s' must provide an html file with links to zip modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_15 +#: view:ir.property:0 +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Properties" +msgstr "Özellikler" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_ltd +msgid "Ltd" +msgstr "Ltd." + +#. module: base +#: model:ir.model,name:base.model_ir_ui_menu +msgid "ir.ui.menu" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "ConcurrencyException" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_id:0 +msgid "View Ref." +msgstr "" + +#. module: base +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "" + +#. module: base +#: field:res.partner,ean13:0 +msgid "EAN13" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_repository_tree +#: model:ir.ui.menu,name:base.menu_module_repository_tree +#: view:ir.module.repository:0 +msgid "Repository list" +msgstr "" + +#. module: base +#: help:ir.rule.group,rules:0 +msgid "The rule is satisfied if at least one test is True" +msgstr "" + +#. module: base +#: field:res.company,rml_header1:0 +msgid "Report Header" +msgstr "Rapor Üst Bilgisi" + +#. module: base +#: view:ir.rule:0 +msgid "If you don't force the domain, it will use the simple domain setup" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_pvt_ltd +msgid "Corp." +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_16 +msgid "Telecom sector" +msgstr "" + +#. module: base +#: field:ir.actions.act_window_close,type:0 +#: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 +#: field:ir.actions.url,type:0 +#: field:ir.actions.act_window,type:0 +msgid "Action Type" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,limit:0 +msgid "Default limit for the list view" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "ir.server.object.lines" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,src_model:0 +msgid "Source Object" +msgstr "" + +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + +#. module: base +#: field:res.partner.bank.type,field_ids:0 +msgid "Type fields" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_ir_actions_todo_form +#: model:ir.ui.menu,name:base.menu_ir_actions_todo_form +#: view:ir.actions.todo:0 +msgid "Config Wizard Steps" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view_sc +msgid "ir.ui.view_sc" +msgstr "" + +#. module: base +#: field:ir.model.access,group_id:0 +#: field:ir.rule,rule_group:0 +msgid "Group" +msgstr "Grup" + +#. module: base +#: help:res.partner,customer:0 +msgid "Check this box if the partner is a customer." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FLOPPY" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + +#. module: base +#: field:res.users,signature:0 +msgid "Signature" +msgstr "" + +#. module: base +#: field:ir.actions.server,sms:0 +#: selection:ir.actions.server,state:0 +msgid "SMS" +msgstr "SMS" + +#. module: base +#: field:ir.translation,name:0 +msgid "Field Name" +msgstr "Alan Adı" + +#. module: base +#: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang +#: model:ir.ui.menu,name:base.menu_res_lang_act_window +#: view:res.lang:0 +msgid "Languages" +msgstr "Diller" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_uninstall +#: model:ir.ui.menu,name:base.menu_module_tree_uninstall +msgid "Uninstalled modules" +msgstr "" + +#. module: base +#: help:res.partner.category,active:0 +msgid "The active field allows you to hide the category, without removing it." +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "PO File" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_event +msgid "res.partner.event" +msgstr "" + +#. module: base +#: wizard_field:server.action.create,init,type:0 +#: wizard_view:server.action.create,init:0 +msgid "Select Action Type" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_currency_form +#: model:ir.ui.menu,name:base.menu_action_currency_form +#: view:res.currency:0 +msgid "Currencies" +msgstr "Para Birimleri" + +#. module: base +#: selection:ir.actions.todo,type:0 +msgid "Configure" +msgstr "" + +#. module: base +#: help:res.partner,lang:0 +msgid "If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDERLINE" +msgstr "" + +#. module: base +#: selection:ir.model,state:0 +msgid "Custom Object" +msgstr "" + +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Always Searchable" +msgstr "" + +#. module: base +#: selection:ir.model.fields,state:0 +msgid "Base Field" +msgstr "" + +#. module: base +#: field:workflow.instance,uid:0 +msgid "User ID" +msgstr "Kullanıcı ID" + +#. module: base +#: view:ir.rule:0 +msgid "Test" +msgstr "Sınama" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" +msgstr "Admin kullanıcısını çıkaramazsınız, OpenERP tarafından oluşturulmuş kaynaklar bu kullanıcıya bağlıdır." + +#. module: base +#: wizard_view:module.module.update,update:0 +msgid "New modules" +msgstr "Yeni Modüller" + +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_sxw_content:0 +#: field:ir.actions.report.xml,report_sxw_content_data:0 +msgid "SXW content" +msgstr "" + +#. module: base +#: field:ir.default,ref_id:0 +msgid "ID Ref." +msgstr "" + +#. module: base +#: help:res.partner.address,active:0 +msgid "Uncheck the active field to hide the contact." +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_10 +msgid "Scheduler" +msgstr "Zamanlayıcı" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_BOLD" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc0_operande:0 +#: field:ir.report.custom.fields,fc1_operande:0 +#: field:ir.report.custom.fields,fc2_operande:0 +#: field:ir.report.custom.fields,fc3_operande:0 +#: selection:ir.translation,type:0 +msgid "Constraint" +msgstr "Kısıtlama" + +#. module: base +#: selection:ir.values,key:0 +#: selection:res.partner.address,type:0 +msgid "Default" +msgstr "Varsayılan" + +#. module: base +#: field:ir.model.fields,required:0 +#: field:res.partner.bank.type.field,required:0 +msgid "Required" +msgstr "Gerekli" + +#. module: base +#: field:res.country,code:0 +msgid "Country Code" +msgstr "Ülke Kodu" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + +#. module: base +#: field:res.request.history,name:0 +msgid "Summary" +msgstr "Özet" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-graph" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_instance +msgid "workflow.instance" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + +#. module: base +#: field:res.partner.bank,state:0 +#: field:res.partner.bank.type.field,bank_type_id:0 +msgid "Bank type" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "undefined get method !" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The read method is not implemented on this object !" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%B - Full month name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_REWIND" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_event_type +#: model:ir.ui.menu,name:base.next_id_14 +#: view:res.partner.event:0 +msgid "Partner Events" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CUT" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Introspection report on objects" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NO" +msgstr "" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Extended Interface" +msgstr "" + +#. module: base +#: field:res.company,name:0 +msgid "Company Name" +msgstr "" + +#. module: base +#: wizard_field:base.module.import,init,module_file:0 +msgid "Module .ZIP file" +msgstr "" + +#. module: base +#: wizard_button:res.partner.sms_send,init,send:0 +#: model:ir.actions.wizard,name:base.res_partner_send_sms_wizard +msgid "Send SMS" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,report_id:0 +msgid "Report Ref." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_addess_tree +#: view:res.partner:0 +msgid "Partner contacts" +msgstr "" + +#. module: base +#: field:res.users,address_id:0 +msgid "Address" +msgstr "" + +#. module: base +#: help:res.country,code:0 +msgid "The ISO country code in two chars.\n" +"You can use this field for quick search." +msgstr "" + +#. module: base +#: selection:workflow.activity,join_mode:0 +#: selection:workflow.activity,split_mode:0 +msgid "Xor" +msgstr "" + +#. module: base +#: selection:ir.report.custom,state:0 +msgid "Subscribed" +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "Sales & Purchases" +msgstr "" + +#. module: base +#: field:wizard.ir.model.menu.create.line,wizard_id:0 +#: view:ir.actions.wizard:0 +msgid "Wizard" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +#: wizard_view:module.upgrade,next:0 +msgid "System Upgrade" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REVERT_TO_SAVED" +msgstr "" + +#. module: base +#: field:res.partner.event,event_ical_id:0 +msgid "iCal id" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,name:0 +msgid "Language name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" + +#. module: base +#: field:ir.ui.menu,parent_id:0 +#: field:wizard.ir.model.menu.create,menu_id:0 +msgid "Parent Menu" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Custom fields must have a name that starts with 'x_' !" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 +#: field:res.partner.event.type,name:0 +#: view:res.partner.event.type:0 +msgid "Event Type" +msgstr "" + +#. module: base +#: field:ir.ui.view,type:0 +#: field:wizard.ir.model.menu.create.line,view_type:0 +msgid "View Type" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_report_custom +msgid "ir.report.custom" +msgstr "" + +#. module: base +#: field:ir.exports.line,export_id:0 +msgid "Exportation" +msgstr "" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Model Description" +msgstr "" + +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + +#. module: base +#: wizard_view:res.partner.sms_send,init:0 +msgid "Bulk SMS send" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,state:0 +msgid "get" +msgstr "" + +#. module: base +#: view:ir.report.custom.fields:0 +msgid "Report Fields" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_values +msgid "ir.values" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Pie Chart" +msgstr "" + +#. module: base +#: field:workflow.transition,trigger_expr_id:0 +msgid "Trigger Expression" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_CENTER" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_FIT" +msgstr "" + +#. module: base +#: view:ir.sequence.type:0 +msgid "Sequence Type" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child2:0 +msgid "field child2" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child3:0 +msgid "field child3" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child0:0 +msgid "field child0" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_update +#: model:ir.ui.menu,name:base.menu_module_update +msgid "Update Modules List" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Configure simple view" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + +#. module: base +#: field:ir.module.module,license:0 +msgid "License" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_actions +msgid "ir.actions.actions" +msgstr "" + +#. module: base +#: field:ir.module.repository,url:0 +msgid "Url" +msgstr "" + +#. module: base +#: field:res.request,body:0 +#: field:res.request.history,req_id:0 +#: view:res.request:0 +msgid "Request" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_mode:0 +msgid "Mode of view" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_orientation:0 +msgid "Portrait" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + +#. module: base +#: field:ir.actions.server,srcmodel_id:0 +msgid "Model" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "Language file loaded." +msgstr "" + +#. module: base +#: field:ir.actions.act_window.view,view_id:0 +#: field:ir.default,page:0 +#: selection:ir.translation,type:0 +#: field:wizard.ir.model.menu.create.line,view_id:0 +msgid "View" +msgstr "" + +#. module: base +#: wizard_field:module.upgrade,next,module_info:0 +#: wizard_view:module.upgrade,next:0 +msgid "Modules to update" +msgstr "" + +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_miss +msgid "Miss" +msgstr "" + +#. module: base +#: field:workflow.workitem,act_id:0 +#: view:workflow.activity:0 +msgid "Activity" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_LAST" +msgstr "" + +#. module: base +#: field:ir.report.custom,print_orientation:0 +msgid "Print orientation" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_BOTTOM" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,header:0 +msgid "Add RML header" +msgstr "" + +#. module: base +#: field:ir.attachment,name:0 +msgid "Attachment Name" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_orientation:0 +msgid "Landscape" +msgstr "" + +#. module: base +#: wizard_field:module.lang.import,init,data:0 +#: field:wizard.module.lang.export,data:0 +msgid "File" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_form +#: model:ir.ui.menu,name:base.menu_ir_sequence_form +#: model:ir.ui.menu,name:base.next_id_5 +#: view:ir.sequence:0 +msgid "Sequences" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Unknown position in inherited view %s !" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Add User" +msgstr "" + +#. module: base +#: field:res.request,trigger_date:0 +msgid "Trigger Date" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_configuration_wizard +msgid "ir.actions.configuration.wizard" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal +msgid "Bank account" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_FORWARD" +msgstr "" + +#. module: base +#: field:res.bank,zip:0 +#: field:res.partner.address,zip:0 +#: field:res.partner.bank,zip:0 +msgid "Zip" +msgstr "" + +#. module: base +#: field:ir.module.module,author:0 +msgid "Author" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDELETE" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,state:0 +msgid "choose" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +msgid "Uninstallable" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_QUESTION" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Trigger" +msgstr "" + +#. module: base +#: field:res.partner,supplier:0 +#: model:res.partner.category,name:base.res_partner_category_8 +msgid "Supplier" +msgstr "" + +#. module: base +#: code:report/custom.py:0 +#, python-format +msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + +#. module: base +#: field:res.request.history,body:0 +msgid "Body" +msgstr "" + +#. module: base +#: field:res.lang,direction:0 +msgid "Direction" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_module_update_translations +msgid "wizard.module.update_translations" +msgstr "" + +#. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view +#: field:ir.actions.act_window,view_ids:0 +#: field:ir.actions.act_window,views:0 +#: field:ir.module.module,views_by_module:0 +#: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view +#: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 +#: view:ir.actions.act_window:0 +msgid "Views" +msgstr "" + +#. module: base +#: wizard_button:res.partner.spam_send,init,send:0 +msgid "Send Email" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_4 +msgid "Basic Partner" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_FONT" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to remove a module that is installed or will be installed" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "," +msgstr "" + +#. module: base +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_madam +msgid "Madam" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PASTE" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_model +#: model:ir.model,name:base.model_ir_model +#: model:ir.ui.menu,name:base.ir_model_model_menu +msgid "Objects" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GOTO_FIRST" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_form +#: model:ir.ui.menu,name:base.menu_workflow +msgid "Workflows" +msgstr "" + +#. module: base +#: field:ir.model.fields,model_id:0 +msgid "Object id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid "<" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_wizard_form +#: model:ir.ui.menu,name:base.menu_config_module +msgid "Configuration Wizard" +msgstr "" + +#. module: base +#: view:res.request.link:0 +msgid "Request Link" +msgstr "" + +#. module: base +#: field:wizard.module.lang.export,format:0 +msgid "File Format" +msgstr "" + +#. module: base +#: field:ir.module.module,url:0 +msgid "URL" +msgstr "" + +#. module: base +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: field:ir.report.custom,print_format:0 +msgid "Print format" +msgstr "" + +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_payterm_form +#: model:ir.model,name:base.model_res_payterm +#: view:res.payterm:0 +msgid "Payment term" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + +#. module: base +#: field:res.request,ref_doc2:0 +msgid "Document Ref 2" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-calendar" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-stock" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Work Days" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_roles +msgid "res.roles" +msgstr "" + +#. module: base +#: help:ir.cron,priority:0 +msgid "0=Very Urgent\n" +"10=Not urgent" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_data +msgid "ir.model.data" +msgstr "" + +#. module: base +#: view:res.groups:0 +#: view:ir.model:0 +msgid "Access Rights" +msgstr "" + +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,report_rml:0 +msgid "The .rml path of the file or NULL if the content is in report_rml_content" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Skip" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_menu_create +#: view:wizard.ir.model.menu.create:0 +msgid "Create Menu" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_RECORD" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "child_of" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the model '%s' !" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,field_child1:0 +msgid "field child1" +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 +#: field:res.request,name:0 +msgid "Subject" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The write method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.rule.group,global:0 +msgid "Global" +msgstr "" + +#. module: base +#: field:res.request,act_from:0 +#: field:res.request.history,act_from:0 +msgid "From" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + +#. module: base +#: selection:res.partner.event,partner_type:0 +msgid "Retailer" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + +#. module: base +#: wizard_button:server.action.create,init,step_1:0 +msgid "Next" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_11 +msgid "Configuration Wizards" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Set NULL" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-report" +msgstr "" + +#. module: base +#: field:res.partner.event,som:0 +#: field:res.partner.som,name:0 +msgid "State of Mind" +msgstr "" + +#. module: base +#: field:ir.actions.todo,type:0 +#: field:ir.actions.report.xml,report_type:0 +#: field:ir.server.object.lines,type:0 +#: field:ir.translation,type:0 +#: field:ir.values,key:0 +#: view:res.partner:0 +msgid "Type" +msgstr "" + +#. module: base +#: field:ir.model.fields,state:0 +#: field:ir.model,state:0 +msgid "Manualy Created" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Defined Reports" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FILE" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_9 +msgid "Components Supplier" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "The rule is satisfied if all test are True (AND)" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,next:0 +msgid "Note that this operation my take a few minutes." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation +#: view:ir.translation:0 +msgid "Translations" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml_content:0 +#: field:ir.actions.report.xml,report_rml_content_data:0 +msgid "RML content" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_grid +msgid "Objects Security Grid" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CONNECT" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SAVE_AS" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Not Searchable" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DND" +msgstr "" + +#. module: base +#: field:ir.sequence,padding:0 +msgid "Number padding" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_OK" +msgstr "" + +#. module: base +#: code:report/report_sxw.py:0 +#, python-format +msgid "print" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "Password empty !" +msgstr "" + +#. module: base +#: field:res.company,rml_header:0 +msgid "RML Header" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +#: selection:workflow.activity,kind:0 +msgid "Dummy" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "None" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not write in this document! (%s)" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow +msgid "workflow" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,app_id:0 +msgid "API ID" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_category +#: view:ir.module.category:0 +msgid "Module Category" +msgstr "" + +#. module: base +#: field:ir.rule,operand:0 +msgid "Operand" +msgstr "" + +#. module: base +#: help:res.partner,supplier:0 +msgid "Check this box if the partner is a supplier. If it's not checked, purchase people will not see it when encoding a purchase order." +msgstr "" + +#. module: base +#: wizard_view:module.module.update,init:0 +msgid "Scan for new modules" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_repository +msgid "Module Repository" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNINDENT" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "At Once" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_security +msgid "Security" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Write Object" +msgstr "" + +#. module: base +#: field:res.bank,street:0 +#: field:res.partner.address,street:0 +#: field:res.partner.bank,street:0 +msgid "Street" +msgstr "" + +#. module: base +#: field:ir.cron,interval_number:0 +msgid "Interval Number" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + +#. module: base +#: view:ir.module.repository:0 +msgid "Repository" +msgstr "" + +#. module: base +#: field:res.users,action_id:0 +msgid "Home Action" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Low" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Recursion error in modules dependencies !" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_xsl:0 +msgid "XSL path" +msgstr "" + +#. module: base +#: field:res.groups,model_access:0 +#: model:ir.ui.menu,name:base.menu_security_access +#: view:ir.model.access:0 +#: view:res.groups:0 +msgid "Access Controls" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_module_lang_export +msgid "wizard.module.lang.export" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "Installed" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_function_form +#: model:ir.ui.menu,name:base.menu_partner_function_form +#: view:res.partner.function:0 +msgid "Partner Functions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency +#: field:res.company,currency_id:0 +#: field:res.currency,name:0 +#: field:res.currency.rate,currency_id:0 +#: view:res.currency:0 +msgid "Currency" +msgstr "" + +#. module: base +#: field:res.partner.canal,name:0 +msgid "Channel Name" +msgstr "" + +#. module: base +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" + +#. module: base +#: field:res.bank,street2:0 +#: field:res.partner.address,street2:0 +msgid "Street2" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,alignment:0 +msgid "Alignment" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_UNDO" +msgstr "" + +#. module: base +#: field:ir.attachment,create_date:0 +msgid "Date Created" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid ">=" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_todo +msgid "ir.actions.todo" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_administration +msgid "Administration" +msgstr "" + +#. module: base +#: field:ir.sequence,number_next:0 +msgid "Next Number" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" + +#. module: base +#: wizard_view:module.module.update,init:0 +msgid "This function will check for new modules in the 'addons' path and on module repositories:" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_country +#: field:res.bank,country:0 +#: field:res.country.state,country_id:0 +#: field:res.partner.address,country_id:0 +#: field:res.partner.bank,country_id:0 +#: field:res.partner,country:0 +#: view:res.country:0 +msgid "Country" +msgstr "" + +#. module: base +#: field:res.currency,rate_ids:0 +#: view:res.currency:0 +msgid "Rates" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_BACK" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#: code:osv/orm.py:0 +#, python-format +msgid "AccessError" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Bar Chart" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_config +msgid "ir.model.config" +msgstr "" + +#. module: base +#: field:ir.module.module,website:0 +#: field:res.partner,website:0 +msgid "Website" +msgstr "" + +#. module: base +#: field:ir.model.fields,selection:0 +msgid "Field Selection" +msgstr "" + +#. module: base +#: field:ir.rule.group,rules:0 +msgid "Tests" +msgstr "" + +#. module: base +#: field:ir.sequence,number_increment:0 +msgid "Increment Number" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,operation:0 +#: field:ir.ui.menu,icon_pict:0 +#: field:wizard.module.lang.export,state:0 +msgid "unknown" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,res_id:0 +msgid "Resource Ref." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_FILL" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "draft" +msgstr "" + +#. module: base +#: field:res.currency.rate,name:0 +#: field:res.partner,date:0 +#: field:res.partner.event,date:0 +#: field:res.request,date_sent:0 +msgid "Date" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_sxw:0 +msgid "SXW path" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Data" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "RML" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_ERROR" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_main +msgid "Partners by Categories" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + +#. module: base +#: wizard_field:module.lang.install,init,lang:0 +#: field:ir.translation,lang:0 +#: field:res.partner,lang:0 +#: field:res.users,context_lang:0 +#: field:wizard.module.lang.export,lang:0 +#: field:wizard.module.update_translations,lang:0 +msgid "Language" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "XSL" +msgstr "" + +#. module: base +#: field:ir.module.module,demo:0 +msgid "Demo data" +msgstr "" + +#. module: base +#: wizard_view:base.module.import,import:0 +#: wizard_view:base.module.import,init:0 +msgid "Module import" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_form +#: model:ir.ui.menu,name:base.menu_action_res_company_form +#: view:res.company:0 +msgid "Companies" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_supplier_form +#: model:ir.ui.menu,name:base.menu_partner_supplier_form +msgid "Suppliers Partners" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence_type +msgid "ir.sequence.type" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,type:0 +msgid "Action type" +msgstr "" + +#. module: base +#: selection:wizard.module.lang.export,format:0 +msgid "CSV File" +msgstr "" + +#. module: base +#: field:res.company,parent_id:0 +msgid "Parent Company" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Attached To" +msgstr "" + +#. module: base +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" + +#. module: base +#: field:ir.module.category,module_nr:0 +msgid "# of Modules" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PLAY" +msgstr "" + +#. module: base +#: field:ir.model.data,date_init:0 +msgid "Init Date" +msgstr "" + +#. module: base +#: field:res.company,rml_header2:0 +msgid "RML Internal Header" +msgstr "" + +#. module: base +#: selection:ir.model,state:0 +msgid "Base Object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-crm" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STRIKETHROUGH" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid "(year)=" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +#: field:res.bank,code:0 +#: field:res.currency,code:0 +#: field:res.lang,code:0 +#: field:res.partner.bank.type,code:0 +#: field:res.partner.function,code:0 +#: field:res.partner,ref:0 +msgid "Code" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Features" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-partner" +msgstr "" + +#. module: base +#: field:ir.attachment,create_uid:0 +msgid "Creator" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented get_memory method !" +msgstr "" + +#. module: base +#: field:ir.actions.server,code:0 +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Python Code" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Bad query." +msgstr "" + +#. module: base +#: field:ir.model.fields,field_description:0 +msgid "Field Label" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "You try to bypass an access rule (Document type: %s)." +msgstr "" + +#. module: base +#: field:ir.actions.url,url:0 +msgid "Action Url" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fc0_op:0 +#: field:ir.report.custom.fields,fc1_op:0 +#: field:ir.report.custom.fields,fc2_op:0 +#: field:ir.report.custom.fields,fc3_op:0 +msgid "Relation" +msgstr "" + +#. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 +#: field:ir.report.custom.fields,fc0_condition:0 +#: field:workflow.transition,condition:0 +msgid "Condition" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form +#: model:ir.ui.menu,name:base.menu_partner_customer_form +msgid "Customers Partners" +msgstr "" + +#. module: base +#: wizard_button:res.partner.spam_send,init,end:0 +#: wizard_button:res.partner.sms_send,init,end:0 +#: wizard_button:base.module.import,init,end:0 +#: wizard_button:module.lang.import,init,end:0 +#: wizard_button:module.lang.install,init,end:0 +#: wizard_button:module.module.update,init,end:0 +#: wizard_button:module.upgrade,next,end:0 +#: selection:ir.actions.todo,state:0 +#: view:wizard.ir.model.menu.create:0 +#: view:wizard.module.lang.export:0 +#: view:wizard.module.update_translations:0 +msgid "Cancel" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_users +msgid "res.users" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_management +msgid "Modules Management" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "" + +#. module: base +#: field:ir.model.data,res_id:0 +#: field:ir.translation,res_id:0 +#: field:workflow.instance,res_id:0 +#: field:workflow.triggers,res_id:0 +msgid "Resource ID" +msgstr "" + +#. module: base +#: field:ir.model,info:0 +#: view:maintenance.contract:0 +msgid "Information" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_exports +msgid "ir.exports" +msgstr "" + +#. module: base +#: field:workflow.activity,flow_start:0 +msgid "Flow Start" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MISSING_IMAGE" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,bgcolor:0 +msgid "Background Color" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REMOVE" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml:0 +msgid "RML path" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,item_id:0 +msgid "Next Configuration Wizard" +msgstr "" + +#. module: base +#: field:workflow.workitem,inst_id:0 +msgid "Instance" +msgstr "" + +#. module: base +#: field:ir.values,meta:0 +#: field:ir.values,meta_unpickle:0 +msgid "Meta Datas" +msgstr "" + +#. module: base +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "raw" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Partners: " +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +#: selection:res.partner.address,type:0 +msgid "Other" +msgstr "" + +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + +#. module: base +#: field:ir.ui.view,field_parent:0 +msgid "Childs Field" +msgstr "" + +#. module: base +#: field:res.roles,name:0 +msgid "Role Name" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "Can not remove root user!" +msgstr "" + +#. module: base +#: field:ir.module.module,latest_version:0 +msgid "Installed version" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form +#: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity +#: view:workflow:0 +msgid "Activities" +msgstr "" + +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "doğrulama" + +#. module: base +#: field:res.partner,user_id:0 +msgid "Dedicated Salesman" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_users +#: field:ir.actions.todo,users_id:0 +#: field:ir.default,uid:0 +#: field:ir.rule.group,users:0 +#: field:res.groups,users:0 +#: field:res.roles,users:0 +#: model:ir.ui.menu,name:base.menu_action_res_users +#: model:ir.ui.menu,name:base.menu_users +#: view:res.groups:0 +#: view:res.users:0 +msgid "Users" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_wizard_lang_export +#: model:ir.ui.menu,name:base.menu_wizard_lang_export +msgid "Export a Translation File" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_xml +#: model:ir.ui.menu,name:base.menu_ir_action_report_xml +msgid "Report Xml" +msgstr "" + +#. module: base +#: help:res.partner,user_id:0 +msgid "The internal user that is in charge of communicating with this partner if any." +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard View" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Upgrade" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The search method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,attachment:0 +msgid "Save As Attachment Prefix" +msgstr "" + +#. module: base +#: field:ir.cron,nextcall:0 +msgid "Next call date" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,cumulate:0 +msgid "Cumulate" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_14 +msgid "Bad customers" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Pie charts need exactly two fields" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_bank +#: field:res.partner.bank,bank:0 +#: view:res.bank:0 +msgid "Bank" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HARDDISK" +msgstr "" + +#. module: base +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: field:ir.actions.todo,name:0 +#: field:ir.actions.report.xml,name:0 +#: field:ir.cron,name:0 +#: field:ir.model.access,name:0 +#: field:ir.model.fields,name:0 +#: field:ir.module.category,name:0 +#: field:ir.module.module.dependency,name:0 +#: field:ir.module.module,name:0 +#: field:ir.module.repository,name:0 +#: field:ir.property,name:0 +#: field:ir.report.custom.fields,name:0 +#: field:ir.rule.group,name:0 +#: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 +#: field:res.bank,name:0 +#: field:res.config.view,name:0 +#: field:res.lang,name:0 +#: field:res.partner.bank.type,name:0 +#: field:res.partner.category,complete_name:0 +#: field:res.partner,name:0 +#: field:res.request.link,name:0 +#: field:res.users,name:0 +#: field:workflow.activity,name:0 +#: field:workflow,name:0 +msgid "Name" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_lang_install +#: model:ir.ui.menu,name:base.menu_wizard_lang_install +msgid "Load an Official Translation" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_APPLY" +msgstr "" + +#. module: base +#: field:ir.module.module,reports_by_module:0 +msgid "Reports" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + +#. module: base +#: field:workflow,on_create:0 +msgid "On Create" +msgstr "" + +#. module: base +#: wizard_view:base.module.import,init:0 +msgid "Please give your module .ZIP file to import." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CLOSE" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PAUSE" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format +msgid "Error !" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,user:0 +#: field:res.users,login:0 +msgid "Login" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-2" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "" + +#. module: base +#: help:wizard.module.lang.export,lang:0 +msgid "To export a new language, do not select a language." +msgstr "" + +#. module: base +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Average" +msgstr "" + +#. module: base +#: field:res.users,context_tz:0 +msgid "Timezone" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_grid_security +#: model:ir.ui.menu,name:base.menu_ir_access_grid +msgid "Access Controls Grid" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "High" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_instance_form +#: model:ir.ui.menu,name:base.menu_workflow_instance +msgid "Instances" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COPY" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Auto" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_3 +msgid "Starter Partner" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request_link +msgid "res.request.link" +msgstr "" + +#. module: base +#: wizard_button:module.module.update,init,update:0 +msgid "Check new modules" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_view +msgid "ir.actions.act_window.view" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" + +#. module: base +#: help:res.bank,bic:0 +msgid "Bank Identifier Code" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CDROM" +msgstr "" + +#. module: base +#: field:workflow.activity,action:0 +msgid "Python Action" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIRECTORY" +msgstr "" + +#. module: base +#: field:res.partner.event,planned_revenue:0 +msgid "Planned Revenue" +msgstr "" + +#. module: base +#: view:ir.rule.group:0 +msgid "Record rules" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You have to import a .CSV file wich is encoded in UTF-8. Please check that the first line of your file is one of the following:" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,groupby:0 +msgid "Group by" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + +#. module: base +#: field:ir.model.fields,readonly:0 +#: field:res.partner.bank.type.field,readonly:0 +msgid "Readonly" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not remove the field '%s' !" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ITALIC" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,header:0 +msgid "Add or not the coporate RML header" +msgstr "" + +#. module: base +#: field:res.currency,accuracy:0 +msgid "Computational Accuracy" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_wizard +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.wizard" +msgstr "" + +#. module: base +#: field:res.partner.event,document:0 +msgid "Document" +msgstr "" + +#. module: base +#: field:res.partner.event,type:0 +msgid "Type of Event" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REFRESH" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_type +#: model:ir.ui.menu,name:base.menu_ir_sequence_type +msgid "Sequence Types" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_STOP" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" +msgstr "" + +#. module: base +#: field:res.partner.bank,acc_number:0 +msgid "Account number" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create_line +msgid "wizard.ir.model.menu.create.line" +msgstr "" + +#. module: base +#: field:ir.attachment,res_id:0 +msgid "Attached ID" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Purchase Offer" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be installed" +msgstr "" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day: %(day)s" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not read this document! (%s)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND_AND_REPLACE" +msgstr "" + +#. module: base +#: field:res.request,history:0 +#: view:res.request:0 +#: view:res.partner:0 +msgid "History" +msgstr "" + +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_WARNING" +msgstr "" + +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + +#. module: base +#: model:ir.actions.report.xml,name:base.ir_module_reference_print +msgid "Technical guide" +msgstr "" + +#. module: base +#: field:ir.server.object.lines,col1:0 +msgid "Destination" +msgstr "" + +#. module: base +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CONVERT" +msgstr "" + +#. module: base +#: field:ir.exports,name:0 +msgid "Export name" +msgstr "" + +#. module: base +#: help:ir.model.fields,on_delete:0 +msgid "On delete property for many2one fields" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_rule +msgid "ir.rule" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Days" +msgstr "" + +#. module: base +#: field:ir.property,value:0 +#: selection:ir.server.object.lines,type:0 +#: field:ir.server.object.lines,value:0 +#: field:ir.values,value:0 +#: field:ir.values,value_unpickle:0 +msgid "Value" +msgstr "" + +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + +#. module: base +#: field:ir.default,field_name:0 +msgid "Object field" +msgstr "" + +#. module: base +#: view:wizard.module.update_translations:0 +msgid "Update Translations" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Set" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,width:0 +msgid "Fixed Width" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Other Actions Configuration" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EXECUTE" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Minutes" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "The modules have been upgraded / installed !" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,domain:0 +msgid "Domain Value" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +#: view:wizard.module.lang.export:0 +msgid "Help" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Some installed modules depends on the module you plan to desinstall :\n %s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_request_link-act +#: model:ir.ui.menu,name:base.menu_res_request_link_act +msgid "Accepted Links in Requests" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_YES" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_canal-act +#: model:ir.model,name:base.model_res_partner_canal +#: model:ir.ui.menu,name:base.menu_res_partner_canal-act +msgid "Channels" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_access_act +#: model:ir.ui.menu,name:base.menu_ir_access_act +msgid "Access Controls List" +msgstr "" + +#. module: base +#: help:ir.rule.group,global:0 +msgid "Make the rule global or it needs to be put on a group or user" +msgstr "" + +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,wiz_name:0 +msgid "Wizard name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_custom +#: model:ir.ui.menu,name:base.menu_ir_action_report_custom +msgid "Report Custom" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Schedule for Installation" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Advanced Search" +msgstr "" + +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_form +#: model:ir.ui.menu,name:base.menu_base_partner +#: model:ir.ui.menu,name:base.menu_partner_form +#: view:res.partner:0 +msgid "Partners" +msgstr "" + +#. module: base +#: field:ir.attachment,res_model:0 +msgid "Attached Model" +msgstr "" + +#. module: base +#: field:ir.actions.server,trigger_name:0 +msgid "Trigger Name" +msgstr "" + +#. module: base +#: wizard_button:server.action.create,step_1,create:0 +msgid "Create" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:0 +#, python-format +msgid "The name of the group can not start with \"-\"" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "We suggest you to reload the menu tab (Ctrl+t Ctrl+r)." +msgstr "" + +#. module: base +#: field:res.partner.title,shortcut:0 +#: view:ir.ui.view_sc:0 +msgid "Shortcut" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_model_access +msgid "ir.model.access" +msgstr "" + +#. module: base +#: field:ir.cron,priority:0 +#: field:ir.ui.view,priority:0 +#: field:res.request.link,priority:0 +#: field:res.request,priority:0 +msgid "Priority" +msgstr "" + +#. module: base +#: field:ir.translation,src:0 +msgid "Source" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title_contact +#: model:ir.ui.menu,name:base.menu_partner_title_contact +msgid "Contacts Titles" +msgstr "" + +#. module: base +#: help:res.partner.address,partner_id:0 +msgid "Keep empty for a private address, not related to partner." +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Button" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Legend (for prefix, suffix)" +msgstr "" + +#. module: base +#: field:workflow.activity,flow_stop:0 +msgid "Flow Stop" +msgstr "" + +#. module: base +#: selection:ir.server.object.lines,type:0 +msgid "Formula" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Internal Header/Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_LEFT" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +msgid "Bank account owner" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + +#. module: base +#: field:ir.ui.view,name:0 +msgid "View Name" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,resource:0 +msgid "Resource Name" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format +msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." +msgstr "" + +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + +#. module: base +#: field:res.partner.address,type:0 +msgid "Address Type" +msgstr "" + +#. module: base +#: wizard_button:module.upgrade,start,config:0 +#: wizard_button:module.upgrade,end,config:0 +msgid "Start configuration" +msgstr "" + +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + +#. module: base +#: field:ir.exports,export_fields:0 +msgid "Export Id" +msgstr "" + +#. module: base +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Hours" +msgstr "" + +#. module: base +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "End of Request" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "References" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This record was modified in the meanwhile" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Note that this operation may take a few minutes." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_COLOR_PICKER" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + +#. module: base +#: field:res.request,act_to:0 +#: field:res.request.history,act_to:0 +msgid "To" +msgstr "" + +#. module: base +#: field:maintenance.contract,kind:0 +#: field:workflow.activity,kind:0 +msgid "Kind" +msgstr "" + +#. module: base +#: view:res.partner.bank:0 +msgid "Bank accounts" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,view_type:0 +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Tree" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_CLEAR" +msgstr "" + +#. module: base +#: help:res.users,password:0 +msgid "Keep empty if you don't want the user to be able to connect on the system." +msgstr "" + +#. module: base +#: field:ir.model.access,perm_read:0 +msgid "Read Access" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + +#. module: base +#: selection:ir.report.custom,type:0 +msgid "Line Plot" +msgstr "" + +#. module: base +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" + +#. module: base +#: selection:ir.model.fields,state:0 +msgid "Custom Field" +msgstr "" + +#. module: base +#: field:ir.model.fields,relation_field:0 +msgid "Relation Field" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Bar charts need at least two fields" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented search_memory method !" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + +#. module: base +#: field:ir.report.custom.fields,fontcolor:0 +msgid "Font color" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_server_action +#: model:ir.ui.menu,name:base.menu_server_action +#: view:ir.actions.server:0 +msgid "Server Actions" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + +#. module: base +#: field:ir.model.fields,view_load:0 +msgid "View Auto-Load" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_UP" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SORT_DESCENDING" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request +msgid "res.request" +msgstr "" + +#. module: base +#: field:res.groups,rule_groups:0 +#: field:res.users,rules_id:0 +#: view:res.groups:0 +msgid "Rules" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title +#: model:ir.ui.menu,name:base.menu_partner_title +msgid "Titles" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "System upgrade done" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_type:0 +#: field:ir.actions.act_window.view,view_mode:0 +msgid "Type of view" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "pdf" +msgstr "" + +#. module: base +#: field:ir.actions.todo,start_date:0 +msgid "Start Date" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_address_form +#: model:ir.model,name:base.model_res_partner_address +#: view:res.partner.address:0 +msgid "Partner Addresses" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_xml:0 +msgid "XML path" +msgstr "" + +#. module: base +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PROPERTIES" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_11 +msgid "Textile Suppliers" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "The official translations pack of all OpenERP/OpenObjects module are managed through launchpad. We use their online interface to synchronize all translations efforts." +msgstr "" + +#. module: base +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "" + +#. module: base +#: field:ir.attachment,datas:0 +msgid "File Content" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Uninstall (beta)" +msgstr "" + +#. module: base +#: selection:ir.actions.url,target:0 +#: selection:ir.actions.act_window,target:0 +msgid "New Window" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Second field should be figures" +msgstr "" + +#. module: base +#: selection:res.partner.event,partner_type:0 +msgid "Commercial Prospect" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Couldn't generate the next id because some partners have an alphabetic id !" +msgstr "" + +#. module: base +#: selection:ir.report.custom,state:0 +msgid "Unsubscribed" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,update,update:0 +msgid "Number of modules updated" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Preview" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Skip Step" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_res_partner_event +#: field:res.partner.event,name:0 +#: field:res.partner,events:0 +msgid "Events" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_roles +#: model:ir.ui.menu,name:base.menu_action_res_roles +msgid "Roles Structure" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_url +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.url" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_STOP" +msgstr "" + +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_partner_event_type-act +#: model:ir.ui.menu,name:base.menu_res_partner_event_type-act +msgid "Active Partner Events" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Wrong ID for the browse record, got %r, expected an integer." +msgstr "" + +#. module: base +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Define New Users" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_rule +#: model:ir.ui.menu,name:base.menu_action_rule +msgid "Record Rules" +msgstr "" + +#. module: base +#: field:res.config.view,view:0 +msgid "View Mode" +msgstr "" + +#. module: base +#: wizard_field:module.module.update,update,add:0 +msgid "Number of modules added" +msgstr "" + +#. module: base +#: field:res.bank,phone:0 +#: field:res.partner.address,phone:0 +msgid "Phone" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day of the year: %(doy)s" +msgstr "" + +#. module: base +#: help:ir.actions.wizard,multi:0 +msgid "If set to true, the wizard will not be displayed on the right toolbar of a form views." +msgstr "" + +#. module: base +#: field:workflow.transition,role_id:0 +msgid "Role Required" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_groups +#: field:ir.actions.todo,groups_id:0 +#: field:ir.actions.report.xml,groups_id:0 +#: field:ir.actions.act_window,groups_id:0 +#: field:ir.actions.wizard,groups_id:0 +#: field:ir.model.fields,groups:0 +#: field:ir.rule.group,groups:0 +#: field:ir.ui.menu,groups_id:0 +#: field:res.users,groups_id:0 +#: model:ir.ui.menu,name:base.menu_action_res_groups +#: view:res.groups:0 +#: view:res.users:0 +msgid "Groups" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SPELL_CHECK" +msgstr "" + +#. module: base +#: field:ir.actions.todo,active:0 +#: field:ir.cron,active:0 +#: field:ir.module.repository,active:0 +#: field:ir.sequence,active:0 +#: field:res.bank,active:0 +#: field:res.currency,active:0 +#: field:res.lang,active:0 +#: field:res.partner,active:0 +#: field:res.partner.address,active:0 +#: field:res.partner.canal,active:0 +#: field:res.partner.category,active:0 +#: field:res.partner.event.type,active:0 +#: field:res.request,active:0 +#: field:res.users,active:0 +msgid "Active" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Created Menus" +msgstr "" + +#. module: base +#: field:ir.ui.view.custom,ref_id:0 +msgid "Orignal View" +msgstr "" + +#. module: base +#: selection:res.partner.event,type:0 +msgid "Sale Opportunity" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +msgid ">" +msgstr "" + +#. module: base +#: field:workflow.triggers,workitem_id:0 +msgid "Workitem" +msgstr "" + +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_AUTHENTICATION" +msgstr "" + +#. module: base +#: view:ir.actions.act_window:0 +msgid "Open a Window" +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Months" +msgstr "" + +#. module: base +#: field:workflow.activity,signal_send:0 +msgid "Signal (subflow.*)" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_OUT" +msgstr "" + +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "To be removed" +msgstr "" + +#. module: base +#: field:res.partner.category,child_ids:0 +msgid "Childs Category" +msgstr "" + +#. module: base +#: field:ir.model.fields,model:0 +#: field:ir.model.grid,model:0 +#: field:ir.model,model:0 +#: field:ir.model,name:0 +#: field:ir.values,model:0 +msgid "Object Name" +msgstr "" + +#. module: base +#: field:ir.actions.todo,action_id:0 +#: field:ir.actions.act_window.view,act_window_id:0 +#: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 +#: view:ir.actions.actions:0 +msgid "Action" +msgstr "" + +#. module: base +#: field:ir.rule,domain_force:0 +msgid "Force Domain" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Email Configuration" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_cron +msgid "ir.cron" +msgstr "" + +#. module: base +#: selection:workflow.activity,join_mode:0 +#: selection:workflow.activity,split_mode:0 +msgid "And" +msgstr "" + +#. module: base +#: field:ir.model.fields,relation:0 +msgid "Object Relation" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_attachment +#: model:ir.ui.menu,name:base.menu_action_attachment +#: view:ir.attachment:0 +msgid "Attachments" +msgstr "Eklentiler" + +#. module: base +#: field:ir.rule,field_id:0 +#: selection:ir.translation,type:0 +msgid "Field" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PRINT" +msgstr "" + +#. module: base +#: field:ir.actions.wizard,multi:0 +msgid "Action on multiple doc." +msgstr "" + +#. module: base +#: field:res.partner,child_ids:0 +#: field:res.request,ref_partner_id:0 +msgid "Partner Ref." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_report_custom_fields +msgid "ir.report.custom.fields" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Uninstall" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.act_window" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-mrp" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Done" +msgstr "" + +#. module: base +#: field:ir.actions.server,trigger_obj_id:0 +msgid "Trigger On" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Invoice" +msgstr "" + +#. module: base +#: help:ir.actions.report.custom,multi:0 +#: help:ir.actions.report.xml,multi:0 +#: help:ir.actions.act_window.view,multi:0 +msgid "If set to true, the action will not be displayed on the right toolbar of a form views." +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,start:0 +#: wizard_view:module.upgrade,end:0 +msgid "You may have to reinstall some language pack." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency_rate +msgid "Currency Rate" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_write:0 +msgid "Write Access" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export done" +msgstr "" + +#. module: base +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" + +#. module: base +#: field:res.bank,city:0 +#: field:res.partner.address,city:0 +#: field:res.partner.bank,city:0 +#: field:res.partner,city:0 +msgid "City" +msgstr "" + +#. module: base +#: field:res.company,child_ids:0 +msgid "Childs Company" +msgstr "" + +#. module: base +#: constraint:ir.model:0 +msgid "The Object name must start with x_ and not contain any special character !" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,name:0 +msgid "Next Wizard" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "<>" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_menu_admin +#: field:ir.report.custom,menu_id:0 +#: field:ir.ui.menu,name:0 +#: view:ir.ui.menu:0 +msgid "Menu" +msgstr "" + +#. module: base +#: selection:ir.rule,operator:0 +msgid "<=" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export Data" +msgstr "" + +#. module: base +#: field:workflow.triggers,instance_id:0 +msgid "Destination Instance" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" + +#. module: base +#: field:ir.module.module,menus_by_module:0 +#: view:res.groups:0 +msgid "Menus" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "in" +msgstr "" + +#. module: base +#: field:ir.actions.url,target:0 +msgid "Action Target" +msgstr "" + +#. module: base +#: field:ir.report.custom,field_parent:0 +msgid "Child Field" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_sir +msgid "Sir" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "https://translations.launchpad.net/openobject" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: base +#: field:ir.actions.actions,usage:0 +#: field:ir.actions.report.custom,usage:0 +#: field:ir.actions.report.xml,usage:0 +#: field:ir.actions.server,usage:0 +#: field:ir.actions.act_window,usage:0 +msgid "Action Usage" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_HOME" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Enter at least one field !" +msgstr "" + +#. module: base +#: field:ir.actions.server,child_ids:0 +msgid "Others Actions" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_server_action_create +msgid "Create Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_workitem +msgid "workflow.workitem" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,name:0 +msgid "Shortcut Name" +msgstr "" + +#. module: base +#: selection:ir.module.module,state:0 +msgid "Not Installable" +msgstr "" + +#. module: base +#: field:res.partner.event,probability:0 +msgid "Probability (0.50)" +msgstr "" + +#. module: base +#: field:res.partner.address,mobile:0 +msgid "Mobile" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "html" +msgstr "" + +#. module: base +#: field:ir.report.custom,repeat_header:0 +msgid "Repeat Header" +msgstr "" + +#. module: base +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" + +#. module: base +#: wizard_view:module.upgrade,next:0 +msgid "Your system will be upgraded." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_user_form +#: view:res.users:0 +msgid "Configure User" +msgstr "" + +#. module: base +#: help:res.country,name:0 +msgid "The full name of the country." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUMP_TO" +msgstr "" + +#. module: base +#: field:ir.ui.menu,child_id:0 +msgid "Child ids" +msgstr "" + +#. module: base +#: field:ir.actions.todo,end_date:0 +msgid "End Date" +msgstr "" + +#. module: base +#: field:ir.exports,resource:0 +#: field:ir.property,res_id:0 +msgid "Resource" +msgstr "" + +#. module: base +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-tools" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" + +#. module: base +#: view:ir.actions.report.xml:0 +msgid "Report xml" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_module_open_categ +#: model:ir.actions.act_window,name:base.open_module_tree +#: field:wizard.module.lang.export,modules:0 +#: model:ir.ui.menu,name:base.menu_module_tree +#: view:ir.module.module:0 +msgid "Modules" +msgstr "" + +#. module: base +#: selection:workflow.activity,kind:0 +#: field:workflow.activity,subflow_id:0 +#: field:workflow.workitem,subflow_id:0 +msgid "Subflow" +msgstr "" + +#. module: base +#: help:res.partner,vat:0 +msgid "Value Added Tax number" +msgstr "" + +#. module: base +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Values" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DIALOG_INFO" +msgstr "" + +#. module: base +#: field:workflow.transition,signal:0 +msgid "Signal (button Name)" +msgstr "" + +#. module: base +#: field:res.company,logo:0 +msgid "Logo" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_bank_form +#: field:res.partner,bank_ids:0 +#: model:ir.ui.menu,name:base.menu_action_res_bank_form +#: view:res.bank:0 +msgid "Banks" +msgstr "" + +#. module: base +#: field:ir.cron,numbercall:0 +msgid "Number of calls" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-sale" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mappings" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ADD" +msgstr "" + +#. module: base +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Security on Groups" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "center" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format +msgid "Can not create the module file: %s !" +msgstr "" + +#. module: base +#: field:ir.server.object.lines,server_id:0 +msgid "Object Mapping" +msgstr "" + +#. module: base +#: field:ir.module.module,published_version:0 +msgid "Published Version" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 +#: model:ir.ui.menu,name:base.menu_country_state_partner +msgid "States" +msgstr "" + +#. module: base +#: field:res.currency.rate,rate:0 +msgid "Rate" +msgstr "" + +#. module: base +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Create / Write" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_exports_line +msgid "ir.exports.line" +msgstr "" + +#. module: base +#: field:res.partner,credit_limit:0 +msgid "Credit Limit" +msgstr "" + +#. module: base +#: field:ir.default,value:0 +msgid "Default Value" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +msgid "Object:" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_country_state +msgid "Country state" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_property_form_all +#: model:ir.ui.menu,name:base.menu_ir_property_form_all +msgid "All Properties" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "left" +msgstr "" + +#. module: base +#: field:ir.module.module,category_id:0 +msgid "Category" +msgstr "" + +#. module: base +#: view:res.request:0 +#: view:ir.model:0 +msgid "Status" +msgstr "Durum" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_act_window_close +msgid "ir.actions.act_window_close" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,type:0 +msgid "Service" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,auto_refresh:0 +msgid "Add an auto-refresh on the view" +msgstr "" + +#. module: base +#: field:ir.attachment,datas_fname:0 +#: field:wizard.module.lang.export,name:0 +msgid "Filename" +msgstr "" + +#. module: base +#: field:ir.model,access_ids:0 +msgid "Access" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_GO_DOWN" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" + +#. module: base +#: selection:ir.cron,interval_type:0 +msgid "Weeks" +msgstr "" + +#. module: base +#: field:res.groups,name:0 +msgid "Group Name" +msgstr "" + +#. module: base +#: wizard_field:module.upgrade,next,module_download:0 +#: wizard_view:module.upgrade,next:0 +msgid "Modules to download" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + +#. module: base +#: field:res.bank,fax:0 +#: field:res.partner.address,fax:0 +msgid "Fax" +msgstr "" + +#. module: base +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_workitem_form +#: model:ir.ui.menu,name:base.menu_workflow_workitem +msgid "Workitems" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PRINT_PREVIEW" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The perm_read method is not implemented on this object !" +msgstr "" + +#. module: base +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "" + +#. module: base +#: field:res.request,create_date:0 +msgid "Created date" +msgstr "" + +#. module: base +#: field:res.bank,bic:0 +msgid "BIC/Swift code" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence +msgid "ir.sequence" +msgstr "" + +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + +#. module: base +#: selection:ir.module.module.dependency,state:0 +#: selection:ir.module.module,state:0 +msgid "Not Installed" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + +#. module: base +#: field:res.partner.event,canal_id:0 +#: view:res.partner.canal:0 +msgid "Channel" +msgstr "" + +#. module: base +#: field:ir.ui.menu,icon:0 +msgid "Icon" +msgstr "" + +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + +#. module: base +#: wizard_button:module.lang.import,init,finish:0 +#: wizard_button:module.lang.install,start,end:0 +#: wizard_button:module.module.update,update,open_window:0 +msgid "Ok" +msgstr "" + +#. module: base +#: field:ir.cron,doall:0 +msgid "Repeat missed" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Couldn't find tag '%s' in parent view !" +msgstr "" + +#. module: base +#: field:ir.ui.view,inherit_id:0 +msgid "Inherited View" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_translation +msgid "ir.translation" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + +#. module: base +#: field:ir.actions.act_window,limit:0 +#: field:ir.report.custom,limitt:0 +msgid "Limit" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_request-act +#: model:ir.ui.menu,name:base.menu_res_request_act +#: model:ir.ui.menu,name:base.next_id_12 +#: view:res.request:0 +msgid "Requests" +msgstr "" + +#. module: base +#: selection:workflow.activity,split_mode:0 +msgid "Or" +msgstr "" + +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Metin" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_7 +msgid "Openstuff.net" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_rule_group +msgid "ir.rule.group" +msgstr "" + +#. module: base +#: field:res.roles,child_id:0 +msgid "Childs" +msgstr "" + +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Selection" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Week of the year: %(woy)s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_install +#: model:ir.ui.menu,name:base.menu_module_tree_install +msgid "Installed modules" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ABOUT" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + +#. module: base +#: field:ir.rule,operator:0 +msgid "Operator" +msgstr "" + +#. module: base +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "ValidateError" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_OPEN" +msgstr "" + +#. module: base +#: field:ir.actions.server,action_id:0 +#: selection:ir.actions.server,state:0 +msgid "Client Action" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,alignment:0 +msgid "right" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_PREVIOUS" +msgstr "" + +#. module: base +#: wizard_button:base.module.import,init,import:0 +#: model:ir.actions.wizard,name:base.wizard_base_module_import +#: model:ir.ui.menu,name:base.menu_wizard_module_import +msgid "Import module" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" + +#. module: base +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:0 +#, python-format +msgid "You can not delete this document! (%s)" +msgstr "" + +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_report_custom +#: view:ir.report.custom:0 +msgid "Custom Report" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Day of the week (0:Monday): %(weekday)s" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Email" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_wizard_update_translations +#: model:ir.ui.menu,name:base.menu_wizard_update_translations +msgid "Resynchronise Terms" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_create:0 +msgid "Create Access" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_other_form +#: model:ir.ui.menu,name:base.menu_partner_other_form +msgid "Others Partners" +msgstr "" + +#. module: base +#: field:ir.model.data,noupdate:0 +msgid "Non Updatable" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not upgrade module '%s'. It is not installed." +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not implemented set_memory method !" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window,target:0 +msgid "Current Window" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + +#. module: base +#: view:res.partner.category:0 +msgid "Partner category" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_NETWORK" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_fields +#: model:ir.model,name:base.model_ir_model_fields +#: field:ir.model,field_id:0 +#: field:ir.property,fields_id:0 +#: field:ir.report.custom,fields_child0:0 +#: model:ir.ui.menu,name:base.ir_model_model_fields +#: view:ir.model.fields:0 +#: view:ir.model:0 +msgid "Fields" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config +#: view:ir.sequence:0 +#: view:res.company:0 +msgid "Configuration" +msgstr "Ayarlar" + +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + +#. module: base +#: field:ir.model.fields,ttype:0 +#: view:ir.model:0 +msgid "Field Type" +msgstr "" + +#. module: base +#: field:ir.model.fields,complete_name:0 +#: field:ir.ui.menu,complete_name:0 +msgid "Complete Name" +msgstr "" + +#. module: base +#: field:res.country.state,code:0 +msgid "State Code" +msgstr "" + +#. module: base +#: field:ir.model.fields,on_delete:0 +msgid "On delete" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Year with century: %(year)s" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + +#. module: base +#: view:ir.report.custom:0 +msgid "Subscribe Report" +msgstr "" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + +#. module: base +#: field:ir.values,object:0 +msgid "Is Object" +msgstr "" + +#. module: base +#: field:res.lang,translatable:0 +msgid "Translatable" +msgstr "" + +#. module: base +#: selection:ir.report.custom,frequency:0 +msgid "Daily" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Cascade" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Field %d should be a figure" +msgstr "" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Gantt" +msgstr "" + +#. module: base +#: code:osv/fields.py:0 +#, python-format +msgid "Not Implemented" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_5 +msgid "Gold Partner" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_15 +msgid "IT sector" +msgstr "" + +#. module: base +#: view:ir.property:0 +msgid "Property" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank_type +#: view:res.partner.bank.type:0 +msgid "Bank Account Type" +msgstr "" + +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Next Configuration Step" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-project" +msgstr "" + +#. module: base +#: field:res.groups,comment:0 +msgid "Comment" +msgstr "" + +#. module: base +#: field:ir.model.fields,domain:0 +#: field:ir.rule,domain:0 +#: field:res.partner.title,domain:0 +msgid "Domain" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu." +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_PREFERENCES" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + +#. module: base +#: field:ir.module.module,shortdesc:0 +msgid "Short description" +msgstr "" + +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,attachment:0 +msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + +#. module: base +#: field:res.country.state,name:0 +msgid "State Name" +msgstr "" + +#. module: base +#: view:res.company:0 +msgid "Your Logo - Use a size of about 450x150 pixels." +msgstr "" + +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DELETE" +msgstr "" + +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "" + +#. module: base +#: field:workflow.activity,join_mode:0 +msgid "Join Mode" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_format:0 +msgid "a5" +msgstr "" + +#. module: base +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "" + +#. module: base +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_report_xml +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.report.xml" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." +msgstr "" + +#. module: base +#: view:res.users:0 +msgid "Please note that you will have to logout and relog if you change your password." +msgstr "" + +#. module: base +#: field:res.partner,address:0 +#: view:res.partner.address:0 +msgid "Contacts" +msgstr "Kişiler" + +#. module: base +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Graph" +msgstr "" + +#. module: base +#: field:ir.module.module,installed_version:0 +msgid "Latest version" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_actions_server +msgid "ir.actions.server" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_17 +msgid "HR sector" +msgstr "" + +#. module: base +#: wizard_button:module.lang.install,init,start:0 +msgid "Start installation" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "closed" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_module_module_dependency +msgid "Module dependency" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_upgrade +#: model:ir.ui.menu,name:base.menu_wizard_upgrade +msgid "Apply Scheduled Upgrades" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DND_MULTIPLE" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_2 +msgid "OpenERP Partners" +msgstr "" + +#. module: base +#: view:res.config.view:0 +msgid "Choose Your Mode" +msgstr "" + +#. module: base +#: view:ir.actions.report.custom:0 +msgid "Report custom" +msgstr "" + +#. module: base +#: field:workflow.activity,action_id:0 +#: view:ir.actions.server:0 +msgid "Server Action" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL-3" +msgstr "" + +#. module: base +#: field:ir.actions.act_window_close,name:0 +#: field:ir.actions.actions,name:0 +#: field:ir.actions.server,name:0 +#: field:ir.actions.url,name:0 +#: field:ir.actions.act_window,name:0 +msgid "Action Name" +msgstr "" + +#. module: base +#: field:ir.actions.configuration.wizard,progress:0 +msgid "Configuration Progress" +msgstr "" + +#. module: base +#: field:res.company,rml_footer2:0 +msgid "Report Footer 2" +msgstr "" + +#. module: base +#: field:res.bank,email:0 +#: field:res.partner.address,email:0 +msgid "E-Mail" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "module,type,name,res_id,src,value" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_groups +msgid "res.groups" +msgstr "" + +#. module: base +#: field:workflow.activity,split_mode:0 +msgid "Split Mode" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_localisation +msgid "Localisation" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Count" +msgstr "" + +#. module: base +#: field:ir.module.module,dependencies_id:0 +#: view:ir.module.module:0 +msgid "Dependencies" +msgstr "" + +#. module: base +#: field:ir.cron,user_id:0 +#: field:ir.ui.view.custom,user_id:0 +#: field:ir.values,user_id:0 +#: field:res.partner.event,user_id:0 +#: view:res.users:0 +msgid "User" +msgstr "" + +#. module: base +#: field:res.partner,parent_id:0 +msgid "Main Company" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_property_form +#: model:ir.ui.menu,name:base.menu_ir_property_form +msgid "Default properties" +msgstr "" + +#. module: base +#: field:res.request.history,date_sent:0 +msgid "Date sent" +msgstr "" + +#. module: base +#: model:ir.actions.wizard,name:base.wizard_lang_import +#: model:ir.ui.menu,name:base.menu_wizard_lang_import +msgid "Import a Translation File" +msgstr "" + +#. module: base +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_title_partner +#: model:ir.ui.menu,name:base.menu_partner_title_partner +#: view:res.partner.title:0 +msgid "Partners Titles" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation_untrans +#: model:ir.ui.menu,name:base.menu_action_translation_untrans +msgid "Untranslated terms" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "If you use a formula type, use a python expression using the variable 'object'." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_wizard_ir_model_menu_create +msgid "wizard.ir.model.menu.create" +msgstr "" + +#. module: base +#: view:workflow.transition:0 +msgid "Transition" +msgstr "" + +#. module: base +#: field:res.partner,vat:0 +msgid "VAT" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "" + +#. module: base +#: field:res.partner.address,birthdate:0 +msgid "Birthdate" +msgstr "" + +#. module: base +#: field:ir.module.repository,filter:0 +msgid "Filter" +msgstr "" + +#. module: base +#: field:res.groups,menu_access:0 +msgid "Access Menu" +msgstr "" + +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_som +msgid "res.partner.som" +msgstr "" + +#. module: base +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#: code:addons/base/ir/ir_model.py:0 +#: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 +#: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_workflow_activity +msgid "workflow.activity" +msgstr "" + +#. module: base +#: field:ir.sequence,code:0 +#: field:ir.sequence.type,code:0 +msgid "Sequence Code" +msgstr "" + +#. module: base +#: selection:res.request,state:0 +msgid "active" +msgstr "" + +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + +#. module: base +#: field:res.currency,rounding:0 +msgid "Rounding factor" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Field" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Create a Menu" +msgstr "" + +#. module: base +#: view:ir.cron:0 +msgid "Action to trigger" +msgstr "" + +#. module: base +#: field:ir.model.fields,select_level:0 +msgid "Searchable" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "Document Link" +msgstr "" + +#. module: base +#: view:res.partner.som:0 +msgid "Partner State of Mind" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_title +msgid "res.partner.title" +msgstr "" + +#. module: base +#: view:res.company:0 +#: view:res.partner:0 +msgid "General Information" +msgstr "" + +#. module: base +#: field:ir.sequence,prefix:0 +msgid "Prefix" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_company +msgid "res.company" +msgstr "" + +#. module: base +#: field:ir.actions.server,fields_lines:0 +#: view:ir.actions.server:0 +msgid "Fields Mapping" +msgstr "" + +#. module: base +#: wizard_button:base.module.import,import,open_window:0 +#: wizard_button:server.action.create,step_1,end:0 +#: wizard_button:server.action.create,init,end:0 +#: wizard_button:module.upgrade,start,end:0 +#: wizard_button:module.upgrade,end,end:0 +#: view:wizard.module.lang.export:0 +msgid "Close" +msgstr "" + +#. module: base +#: field:ir.sequence,name:0 +#: field:ir.sequence.type,name:0 +msgid "Sequence Name" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_request_history +msgid "res.request.history" +msgstr "" + +#. module: base +#: constraint:res.partner:0 +msgid "The VAT doesn't seem to be correct." +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Hour 00->12: %(h12)s" +msgstr "" + +#. module: base +#: field:res.currency,rate:0 +msgid "Current rate" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_config_simple_view_form +msgid "Configure Simple View" +msgstr "" + +#. module: base +#: wizard_button:module.upgrade,next,start:0 +msgid "Start Upgrade" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_13 +msgid "Important customers" +msgstr "" + +#. module: base +#: field:res.partner.som,factor:0 +msgid "Factor" +msgstr "" + +#. module: base +#: field:res.partner,category_id:0 +#: view:res.partner:0 +msgid "Categories" +msgstr "" + +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Calculate Sum" +msgstr "" + +#. module: base +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "" + +#. module: base +#: field:workflow.instance,res_type:0 +#: field:workflow,osv:0 +msgid "Resource Object" +msgstr "" + +#. module: base +#: selection:ir.actions.report.xml,report_type:0 +msgid "sxw" +msgstr "" + +#. module: base +#: selection:ir.actions.url,target:0 +msgid "This Window" +msgstr "" + +#. module: base +#: field:res.payterm,name:0 +msgid "Payment term (short name)" +msgstr "" + +#. module: base +#: field:ir.cron,function:0 +#: field:res.partner.address,function:0 +#: selection:workflow.activity,kind:0 +msgid "Function" +msgstr "" + +#. module: base +#: constraint:res.company:0 +msgid "Error! You can not create recursive companies." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_config_view +msgid "res.config.view" +msgstr "" + +#. module: base +#: field:ir.attachment,description:0 +#: field:ir.module.module,description:0 +#: field:res.partner.bank,name:0 +#: field:res.partner.event,description:0 +#: view:res.partner.event:0 +#: view:res.request:0 +msgid "Description" +msgstr "" + +#. module: base +#: field:res.partner.bank,owner_name:0 +msgid "Account owner" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDENT" +msgstr "" + +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "" + +#. module: base +#: field:ir.exports.line,name:0 +#: field:res.partner.bank.type.field,name:0 +msgid "Field name" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Delivery" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_attachment +msgid "ir.attachment" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The value \"%s\" for the field \"%s\" is not in the selection" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,auto:0 +msgid "Automatic XSL:RML" +msgstr "" + +#. module: base +#: field:ir.attachment,preview:0 +msgid "Image Preview" +msgstr "" + +#. module: base +#: view:workflow.workitem:0 +msgid "Workflow Workitems" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + +#. module: base +#: wizard_field:res.partner.sms_send,init,password:0 +#: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 +#: field:res.users,password:0 +msgid "Password" +msgstr "" + +#. module: base +#: view:res.roles:0 +msgid "Role" +msgstr "" + +#. module: base +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" + +#. module: base +#: field:res.partner,customer:0 +#: selection:res.partner.event,partner_type:0 +#: model:res.partner.category,name:base.res_partner_category_0 +msgid "Customer" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_unlink:0 +msgid "Delete Permission" +msgstr "" + +#. module: base +#: field:ir.actions.report.custom,name:0 +#: field:ir.report.custom,name:0 +msgid "Report Name" +msgstr "" + +#. module: base +#: view:workflow.instance:0 +msgid "Workflow Instances" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.next_id_9 +msgid "Database Structure" +msgstr "" + +#. module: base +#: wizard_view:res.partner.spam_send,init:0 +#: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard +msgid "Mass Mailing" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "You can also import .po files." +msgstr "" + +#. module: base +#: wizard_view:base.module.import,import:0 +msgid "Module successfully imported !" +msgstr "" + +#. module: base +#: field:res.partner.event,partner_type:0 +msgid "Partner Relation" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,context:0 +msgid "Context Value" +msgstr "" + +#. module: base +#: view:ir.report.custom:0 +msgid "Unsubscribe Report" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Hour 00->24: %(h24)s" +msgstr "" + +#. module: base +#: constraint:res.partner.category:0 +msgid "Error ! You can not create recursive categories." +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Create Object" +msgstr "" + +#. module: base +#: selection:ir.report.custom,print_format:0 +msgid "a4" +msgstr "" + +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form_new +#: model:ir.ui.menu,name:base.menu_partner_customer_form_new +msgid "New Partner" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,start:0 +msgid "Installation done" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_JUSTIFY_RIGHT" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_1 +msgid "Prospect" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_function +msgid "Function of the contact" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree_upgrade +#: model:ir.ui.menu,name:base.menu_module_tree_upgrade +msgid "Modules to be installed, upgraded or removed" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Month: %(month)s" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_partner_address_form +msgid "Addresses" +msgstr "" + +#. module: base +#: field:ir.actions.todo,sequence:0 +#: field:ir.actions.server,sequence:0 +#: field:ir.actions.act_window.view,sequence:0 +#: field:ir.module.repository,sequence:0 +#: field:ir.report.custom.fields,sequence:0 +#: field:ir.ui.menu,sequence:0 +#: field:ir.ui.view_sc,sequence:0 +#: field:res.partner.bank,sequence:0 +#: field:wizard.ir.model.menu.create.line,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + +#. module: base +#: help:res.partner.address,type:0 +msgid "Used to select automatically the right address according to the context in sales and purchases documents." +msgstr "" + +#. module: base +#: help:ir.cron,numbercall:0 +msgid "Number of time the function is called,\n" +"a negative number indicates that the function will always be called" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + +#. module: base +#: field:ir.report.custom,footer:0 +msgid "Report Footer" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_MEDIA_NEXT" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_REDO" +msgstr "" + +#. module: base +#: wizard_view:module.lang.install,init:0 +msgid "Choose a language to install:" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "General Description" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Cancel Install" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Please check that all your lines have %d columns." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" + +#. module: base +#: field:ir.model.data,name:0 +msgid "XML Identifier" +msgstr "" + diff --git a/bin/addons/base/i18n/uk_UK.po b/bin/addons/base/i18n/uk_UK.po index 6912726d5a7..7d645536bff 100644 --- a/bin/addons/base/i18n/uk_UK.po +++ b/bin/addons/base/i18n/uk_UK.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 17:08:47+0000\n" -"PO-Revision-Date: 2008-11-28 17:08:47+0000\n" +"POT-Creation-Date: 2008-12-22 18:04:06+0000\n" +"PO-Revision-Date: 2008-12-22 18:04:06+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "Заплановані дії" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "Чарівник виявить нові умови у цьому зас msgid "Outgoing transitions" msgstr "Вихідні переміщення" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,9 +106,9 @@ msgid "SMS Message" msgstr "SMS повідомлення" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" -msgstr "Створити модель" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" +msgstr "STOCK_EDIT" #. module: base #: model:ir.actions.act_window,name:base.res_partner_som-act @@ -126,11 +141,11 @@ msgstr "STOCK_MEDIA_FORWARD" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "" +msgstr "Пропущено" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "Ви не можете створювати цей вид документу! (%s)" @@ -166,7 +181,7 @@ msgstr "Процес" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "Категорії модулів" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -193,13 +218,18 @@ msgstr "ir.default" #. module: base #: selection:ir.actions.todo,state:0 msgid "Not Started" -msgstr "" +msgstr "Не розпочато" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "Колонтитули" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,9 +246,9 @@ msgid "type,name,res_id,src,value" msgstr "тип,назва,№_ресурсу,джерело,значення" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" -msgstr "підтвердження" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" +msgstr "" #. module: base #: view:wizard.module.lang.export:0 @@ -251,9 +281,9 @@ msgid "STOCK_HELP" msgstr "STOCK_HELP" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Максимальне" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "Нормальний" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "Вхідні переміщення" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,9 +324,9 @@ msgid "Yearly" msgstr "Щороку" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" -msgstr "Відповідність полів" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "Суфікс" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "Метод unlink не реалізований у цьому об'єкті!" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,9 +360,9 @@ msgid "Target Window" msgstr "Цільове вікно" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" -msgstr "Просте встановлення галузі" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." +msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,from:0 @@ -341,10 +375,18 @@ msgid "Tabular" msgstr "Табличний" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" -msgstr "Дії" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " +msgstr "" #. module: base #: field:ir.actions.todo,start_on:0 @@ -378,6 +420,17 @@ msgstr "Переміщення" msgid "ir.ui.view.custom" msgstr "ir.ui.view.custom" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "STOCK_SELECT_COLOR" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "Впорядковано за" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "Тип звіту" @@ -432,6 +484,7 @@ msgstr "Тип звіту" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "Область" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "Структура компанії" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,9 +507,9 @@ msgid "Other proprietary" msgstr "Інша пропрієтарна" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" +msgstr "terp-administration" #. module: base #: field:res.partner,comment:0 @@ -473,11 +526,6 @@ msgstr "Примітки" msgid "All terms" msgstr "Всі терміни" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "Загальне" msgid "Wizard info" msgstr "Дані про майстра" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "Форма" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "Не можна визначити колонку %s. Зарезервоване ключове слово!" @@ -522,19 +575,14 @@ msgstr "Діяльність куди" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "Інші дії" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "STOCK_QUIT" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "Метод name_search не реалізований у цьому об'єкті!" @@ -554,13 +602,13 @@ msgid "Link" msgstr "Зв'язок" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "Веб:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "новий" @@ -576,6 +624,11 @@ msgstr "STOCK_GOTO_TOP" msgid "On multiple doc." msgstr "При багатьох док." +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "Буде оновлено" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "Категорія-власник" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "Контактна особа" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "Зберегти документ у файлі %s і редагувати його спеціальною програмою або текстовим редактором. Кодування файлу - UTF-8." @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "Репозиторії" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "Неправильний пароль!" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "Контакт" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "Адреса '%s' повинна надати файл html з посиланнями на модулі в zip-архівах" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "ir.ui.menu" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "ConcurrencyException" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "Вигляд" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" -msgstr "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" +msgstr "" + +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "Таблиця пос." #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "EAN13" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "Тип дії" msgid "Default limit for the list view" msgstr "Типове обмеження довжини списку" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "ir.server.object.lines" msgid "Source Object" msgstr "Вихідний об'єкт" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "Розмір" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "STOCK_FLOPPY" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "Підпис" msgid "SMS" msgstr "SMS" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "Стан дії" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "Назва поля" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "Збережіть документ у файлі .CSV і відкрийте його у програмі електронних таблиць. Цей файл має кодування UTF-8. Вам потрібно перекласти останню колонку таблиці і після цього знову імпортувати цей файл." @@ -873,6 +947,11 @@ msgstr "STOCK_UNDERLINE" msgid "Custom Object" msgstr "Об'єкт користувача" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "Тест" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "Ви не можете видалити користувача-адміністратора, мому що він використовується системою для ресурсів, створених OpenERP (поновлення, інсталяція модулів, ...)" @@ -904,6 +988,11 @@ msgstr "Ви не можете видалити користувача-адмі msgid "New modules" msgstr "Нові модулі" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "Обмеження" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "Типовий" @@ -955,11 +1045,21 @@ msgstr "Обов'язкове" msgid "Country Code" msgstr "Код країни" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "Далі" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "Підсумок" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "terp-graph" msgid "workflow.instance" msgstr "workflow.instance" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "Тип банку" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "невизначений метод get!" #. module: base -#: view:res.company:0 -msgid "Header/Footer" -msgstr "Колонтитули" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" +msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "Метод read не реалізований у цьому об'єкті!" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "Запит історії" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "Вибрана мова успішно встановлена. Вам треба змінити параметри користувача і відкрити нове меню щоб продивитися зміни." #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "Події партнера" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "workflow.transition" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "Контакти партнера" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "Адреси" #. module: base #: help:res.country,code:0 @@ -1096,9 +1206,7 @@ msgid "Sales & Purchases" msgstr "Збут та постачання" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "Чарівник" @@ -1125,9 +1233,11 @@ msgid "Language name" msgstr "Назва мови" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" +msgstr "" #. module: base #: field:ir.ui.menu,parent_id:0 @@ -1136,17 +1246,24 @@ msgid "Parent Menu" msgstr "Попереднє меню" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Назва поля користувача має починатися з 'x_'!" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Заплановані витрати" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "Метод create не реалізований у цьому об'єкті!" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1168,11 +1285,21 @@ msgstr "ir.report.custom" msgid "Exportation" msgstr "Експорт" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "Опис моделі" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1188,6 +1315,11 @@ msgstr "get" msgid "Report Fields" msgstr "Поля звіту" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1204,8 +1336,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1223,6 +1355,12 @@ msgstr "STOCK_ZOOM_FIT" msgid "Sequence Type" msgstr "Тип послідовності" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1249,6 +1387,11 @@ msgstr "Обновити Список Модулів" msgid "Configure simple view" msgstr "Налаштувати простий перегляд" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1264,13 +1407,6 @@ msgstr "ir.actions.actions" msgid "Url" msgstr "Url" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "Дії" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1283,27 +1419,39 @@ msgstr "Заявка" msgid "Mode of view" msgstr "Режим вигляду" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "Метод name_get не реалізований у цьому об'єкті!" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "Портрет" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "Модель" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "Повідомлення" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "Календар" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1311,12 +1459,10 @@ msgid "Language file loaded." msgstr "Файл мови завантажено." #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "Вигляд" @@ -1326,6 +1472,11 @@ msgstr "Вигляд" msgid "Modules to update" msgstr "Модулі для поновлення" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "Дата оновлення" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1337,10 +1488,15 @@ msgstr "Пані" msgid "Activity" msgstr "Діяльність" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" +msgstr "STOCK_GOTO_LAST" #. module: base #: field:ir.report.custom,print_orientation:0 @@ -1382,8 +1538,8 @@ msgid "Sequences" msgstr "Послідовності" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "Невідома позиція в успадкованому перегляді %s!" @@ -1397,6 +1553,11 @@ msgstr "" msgid "Trigger Date" msgstr "Дата початку" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1404,15 +1565,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "Банківський рахунок" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "Попередження: використовується зв'язане поле з невідомим об'єктом" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1430,6 +1586,16 @@ msgstr "Індекс" msgid "Author" msgstr "Автор" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "Опис полів" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1463,21 +1629,27 @@ msgid "Supplier" msgstr "Постачальник" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Перекласти" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1488,17 +1660,30 @@ msgstr "Тіло" msgid "Direction" msgstr "Напрямок" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "wizard.module.update_translations" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "Вигляди" @@ -1519,8 +1704,8 @@ msgid "STOCK_SELECT_FONT" msgstr "STOCK_SELECT_FONT" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "Ви намагаєтеся видалити модуль, який встановлено або буде встановлено" @@ -1530,9 +1715,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "Дія меню" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1557,15 +1742,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "STOCK_GOTO_FIRST" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "Порядки дій" @@ -1574,6 +1757,11 @@ msgstr "Порядки дій" msgid "Object id" msgstr "ІД об'єкту" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1604,8 +1792,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1613,6 +1801,11 @@ msgstr "" msgid "Print format" msgstr "Формат друку" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "Спрощений інтерфейс" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1620,6 +1813,11 @@ msgstr "Формат друку" msgid "Payment term" msgstr "Термін оплати" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1635,6 +1833,16 @@ msgstr "terp-calendar" msgid "terp-stock" msgstr "terp-stock" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "Отримати файл" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1657,17 +1865,17 @@ msgstr "0=Дуже терміново\n" msgid "ir.model.data" msgstr "ir.model.data" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "Інтерфейс користувача - Вигляд" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "Права доступу" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1695,20 +1903,37 @@ msgid "child_of" msgstr "child_of" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Адреса партнера" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "Ви не можете видалити модель '%s'!" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "Назва категорії" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1717,13 +1942,14 @@ msgstr "field child1" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "Тема" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "Метод write не реалізований у цьому об'єкті!" @@ -1738,11 +1964,22 @@ msgstr "Глобальне" msgid "From" msgstr "Від" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "Цього метода вже не існує" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "Продавець" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "Відіслати" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1754,15 +1991,20 @@ msgid "Configuration Wizards" msgstr "Чарівники конфігурації" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "Документ 1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "Архів TGZ" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "Set NULL" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1796,14 +2038,9 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "Діяльність звідки" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" -msgstr "" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" +msgstr "STOCK_ZOOM_IN" #. module: base #: selection:ir.ui.menu,icon:0 @@ -1826,9 +2063,10 @@ msgid "Note that this operation my take a few minutes." msgstr "Ця дія може зайняти декілька хвилин." #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "Зліва направо" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "Неправильна операція" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1878,14 +2116,14 @@ msgid "STOCK_OK" msgstr "STOCK_OK" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "Не введений пароль!" @@ -1894,6 +2132,12 @@ msgstr "Не введений пароль!" msgid "RML Header" msgstr "Заголовок RML" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "Метод copy не реалізований у цьому об'єкті!" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1906,8 +2150,8 @@ msgid "None" msgstr "Нічого" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "Ви не можете редагувати цей документ! (%s)" @@ -1947,6 +2191,11 @@ msgstr "Пошук нових модулів" msgid "Module Repository" msgstr "Репозитарій модулів" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "Налаштування тригерів" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1962,6 +2211,12 @@ msgstr "" msgid "Security" msgstr "Безпека" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1979,10 +2234,20 @@ msgstr "Вулиця" msgid "Interval Number" msgstr "Кількість інтервалів" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "STOCK_FIND" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" -msgstr "Репозитарій" +msgstr "Репозиторій" #. module: base #: field:res.users,action_id:0 @@ -1995,15 +2260,15 @@ msgid "Low" msgstr "Низький" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "Рекурсивна помилка у залежностях модулів!" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Ручне встановлення галузі" +#: selection:ir.values,key2:0 +msgid "Open on Tree" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 @@ -2051,14 +2316,19 @@ msgid "Channel Name" msgstr "Назва каналу" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" -msgstr "Спрощений інтерфейс" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" +msgstr "" #. module: base #: field:res.bank,street2:0 @@ -2081,6 +2351,11 @@ msgstr "STOCK_UNDO" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2102,9 +2377,9 @@ msgid "Next Number" msgstr "Наступний номер" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Отримати файл" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" +msgstr "" #. module: base #: wizard_view:module.module.update,init:0 @@ -2128,22 +2403,37 @@ msgstr "Країна" msgid "Rates" msgstr "Курси" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "STOCK_GO_BACK" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "AccessError" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "Відповісти" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2183,12 +2473,6 @@ msgstr "Збільшити номер" msgid "unknown" msgstr "невідомий" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "Метод create не реалізований у цьому об'єкті!" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2220,7 +2504,7 @@ msgstr "SXW path" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "" +msgstr "Дані" #. module: base #: selection:ir.translation,type:0 @@ -2238,6 +2522,16 @@ msgstr "STOCK_DIALOG_ERROR" msgid "Partners by Categories" msgstr "Партнери за категоріями" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "Декілька правил для однакових об'єктів об'єднуються оператором OR" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2303,9 +2597,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "Відіслати" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2377,8 +2671,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "Метод get_memory не реалізовано!" @@ -2390,8 +2684,8 @@ msgid "Python Code" msgstr "Код Python" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "Неправильний запит." @@ -2401,8 +2695,8 @@ msgid "Field Label" msgstr "Мітка поля" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "Ви намагаєтеся знехтувати правилами доступу (Тип документу: %s)." @@ -2412,9 +2706,15 @@ msgid "Action Url" msgstr "Url дії" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "Частота" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "STOCK_INDEX" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "Структура компанії" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2425,6 +2725,8 @@ msgid "Relation" msgstr "Зв'язок" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2462,14 +2764,19 @@ msgid "Modules Management" msgstr "Управління модулями" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" +msgstr "" + +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "Діяльність звідки" #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2477,6 +2784,7 @@ msgstr "Ід. ресурсу" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "Інформація" @@ -2513,7 +2821,7 @@ msgstr "RML шлях" #. module: base #: field:ir.actions.configuration.wizard,item_id:0 msgid "Next Configuration Wizard" -msgstr "" +msgstr "Наступний майстер конфігурації" #. module: base #: field:workflow.workitem,inst_id:0 @@ -2527,9 +2835,10 @@ msgid "Meta Datas" msgstr "Метадані" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "Меню користувача" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "Курс валюти до валюти з курсом 1" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2537,8 +2846,8 @@ msgid "raw" msgstr "сирий" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "Партнери: " @@ -2548,6 +2857,11 @@ msgstr "Партнери: " msgid "Other" msgstr "Інше" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2559,22 +2873,34 @@ msgid "Role Name" msgstr "Назва ролі" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "Неможливо видалити користувача root!" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Встановлена версія" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "Діяльності" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "підтвердження" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2622,8 +2948,8 @@ msgid "Cancel Upgrade" msgstr "Відмінити Оновлення" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "Метод search не реалізований у цьому об'єкті!" @@ -2648,13 +2974,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "Для кругової діаграми потрібно два поля" @@ -2671,11 +3001,13 @@ msgid "STOCK_HARDDISK" msgstr "STOCK_HARDDISK" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" -msgstr "Створити у такій самій моделі" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" +msgstr "Неправильний формат файлу" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2689,6 +3021,7 @@ msgstr "Створити у такій самій моделі" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2718,6 +3051,12 @@ msgstr "STOCK_APPLY" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2739,8 +3078,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "STOCK_MEDIA_PAUSE" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "Помилка!" @@ -2756,15 +3095,14 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." -msgstr "Регулярний вираз для пошуку модуля на веб-сторінці репозитарію:\n" -"- вираз у перших дужках має відповідати назві модуля;\n" -"- вираз у других дужках має відповідати номеру версії;\n" -"- вираз в останніх дужках має відповідати розширенню модуля." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" +msgstr "" + +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "Значення перекладу" #. module: base #: help:wizard.module.lang.export,lang:0 @@ -2772,9 +3110,15 @@ msgid "To export a new language, do not select a language." msgstr "Для експорту нової мови не треба вибирати мову." #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" -msgstr "Умови заявки" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" +msgstr "" #. module: base #: selection:ir.report.custom.fields,operation:0 @@ -2793,12 +3137,12 @@ msgid "Access Controls Grid" msgstr "Сітка контролю доступу" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "Модуль" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "Дії" #. module: base #: selection:res.request,priority:0 @@ -2842,10 +3186,9 @@ msgid "ir.actions.act_window.view" msgstr "ir.actions.act_window.view" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" -msgstr "Неправильний формат файлу" +#: rml:ir.module.reference:0 +msgid "Web" +msgstr "" #. module: base #: help:res.bank,bic:0 @@ -2887,6 +3230,15 @@ msgstr "" msgid "Group by" msgstr "Групувати за" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "Категорії партнерів" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2894,8 +3246,8 @@ msgid "Readonly" msgstr "Лише читання" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "Ви не можете видалити поле '%s'!" @@ -2947,8 +3299,8 @@ msgid "STOCK_STOP" msgstr "STOCK_STOP" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "\"%s\" містить занадто багато крапок. XML ids не можуть містити крапки! Вони використовуються для посилання на дані інших модулів, як у module.reference_id" @@ -2989,8 +3341,8 @@ msgid "Day: %(day)s" msgstr "День: %(day)s" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "Ви не можете читати цей документ! (%s)" @@ -3006,11 +3358,27 @@ msgstr "STOCK_FIND_AND_REPLACE" msgid "History" msgstr "Історія" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "STOCK_DIALOG_WARNING" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "Регулярний вираз для пошуку модуля на веб-сторінці репозитарію:\n" +"- вираз у перших дужках має відповідати назві модуля;\n" +"- вираз у других дужках має відповідати номеру версії;\n" +"- вираз в останніх дужках має відповідати розширенню модуля." + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3022,9 +3390,14 @@ msgid "Destination" msgstr "Призначення" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "закритий" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "Од.виміру інтервалу" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3055,12 +3428,16 @@ msgstr "Дні" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "Значення" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3086,6 +3463,16 @@ msgstr "Фіксована ширина" msgid "Other Actions Configuration" msgstr "Налаштування інших дій" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "Максимальне" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "Нижній колонтитул 1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3114,8 +3501,8 @@ msgid "Help" msgstr "Help" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3131,9 +3518,9 @@ msgid "STOCK_YES" msgstr "STOCK_YES" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" -msgstr "Створити в іншій моделі" +#: view:ir.actions.server:0 +msgid "SMS Configuration" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act @@ -3153,6 +3540,12 @@ msgstr "Список контролю доступу" msgid "Make the rule global or it needs to be put on a group or user" msgstr "Зробити правило глобальним або його треба накласти на групу чи користувача" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3170,8 +3563,8 @@ msgid "Schedule for Installation" msgstr "Запланувати інсталяцію" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3179,6 +3572,16 @@ msgstr "" msgid "Advanced Search" msgstr "Розширений пошук" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3187,11 +3590,6 @@ msgstr "Розширений пошук" msgid "Partners" msgstr "Партнери" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "Директорія:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3208,8 +3606,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "Назва групи не може починатися з \"-\"" @@ -3289,6 +3687,12 @@ msgstr "STOCK_JUSTIFY_LEFT" msgid "Bank account owner" msgstr "Власник банківського рахунку" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3300,11 +3704,16 @@ msgid "Resource Name" msgstr "Назва ресурсу" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "Зберегти документ у файлі .tgz. Цей архів містить файли UTF-8 %s і його можна викласти на launchpad.net." +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "Перекласти" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3316,16 +3725,22 @@ msgstr "Тип адреси" msgid "Start configuration" msgstr "Почати налаштування" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "Категорія-власник" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "Ід. експорту" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Дії вікна" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3333,14 +3748,14 @@ msgid "Hours" msgstr "Години" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "Значення перекладу" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "Частота" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "Од.виміру інтервалу" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3353,11 +3768,16 @@ msgid "References" msgstr "Довідники" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "За цей час запис було змінено" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3368,6 +3788,16 @@ msgstr "Ця операція може зайняти декілька хвил msgid "STOCK_COLOR_PICKER" msgstr "STOCK_COLOR_PICKER" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "Ручне встановлення галузі" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "terp-product" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3375,32 +3805,22 @@ msgid "To" msgstr "До" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "Вид" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "Цього метода вже не існує" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "Дерево може використовуватися лише у табличних звітах" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "Банківські рахунки" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "Дерево може використовуватися лише у табличних звітах" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3410,8 +3830,18 @@ msgid "Tree" msgstr "Дерево" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3429,15 +3859,20 @@ msgstr "" msgid "Read Access" msgstr "Доступ для читання" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "Лінійний графік" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" -msgstr "Назва меню" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 @@ -3450,17 +3885,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "Для стовпчикової діаграми потрібно щонайменш два поля" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "Метод search_memory не реалізовано!" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3473,6 +3913,11 @@ msgstr "Колір шрифта" msgid "Server Actions" msgstr "Дії на сервері" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3518,6 +3963,11 @@ msgstr "Оновлення системи виконано" msgid "Type of view" msgstr "Тип вигляду" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3541,9 +3991,13 @@ msgid "XML path" msgstr "XML path" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "Компанія" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3561,10 +4015,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "Надати доступ до меню" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "Заголовок звіту" #. module: base #: field:ir.attachment,datas:0 @@ -3583,8 +4036,8 @@ msgid "New Window" msgstr "Нове вікно" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "Друге поле має бути числовим" @@ -3594,13 +4047,15 @@ msgid "Commercial Prospect" msgstr "Перспективний" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" -msgstr "Початкова дія" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " +msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "Неможливо згенерувати наступний ІД, тому що у деяких партнерів є буквений ІД!" @@ -3609,6 +4064,11 @@ msgstr "Неможливо згенерувати наступний ІД, то msgid "Unsubscribed" msgstr "Непідписаний" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3622,7 +4082,7 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Skip Step" -msgstr "" +msgstr "Пропустити крок" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event @@ -3648,6 +4108,11 @@ msgstr "ir.actions.url" msgid "STOCK_MEDIA_STOP" msgstr "STOCK_MEDIA_STOP" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "Назва меню" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3655,15 +4120,14 @@ msgid "Active Partner Events" msgstr "Активні Події Партнера" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3775,6 +4239,16 @@ msgstr ">" msgid "Workitem" msgstr "Робоча позиція" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3785,6 +4259,11 @@ msgstr "STOCK_DIALOG_AUTHENTICATION" msgid "Open a Window" msgstr "Відкрити вікно" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3800,6 +4279,11 @@ msgstr "Сигнал (subflow.*)" msgid "STOCK_ZOOM_OUT" msgstr "STOCK_ZOOM_OUT" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3816,6 +4300,7 @@ msgstr "Дочірні категорії" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "Назва об'єкта" @@ -3823,6 +4308,8 @@ msgstr "Назва об'єкта" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "Дія" @@ -3867,9 +4354,19 @@ msgid "Field" msgstr "Поле" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3911,7 +4408,7 @@ msgstr "terp-mrp" #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" -msgstr "" +msgstr "Виконано" #. module: base #: field:ir.actions.server,trigger_obj_id:0 @@ -3930,11 +4427,6 @@ msgstr "Інвойс" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "Якщо встановлено 'істина', дія не буде відображена на правій панелі форм." -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "Низький рівень" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3957,9 +4449,14 @@ msgid "Export done" msgstr "Експорт виконано" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Розмір" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "Аргументи" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" +msgstr "" #. module: base #: field:res.bank,city:0 @@ -3979,15 +4476,10 @@ msgstr "Дочірня компанія" msgid "The Object name must start with x_ and not contain any special character !" msgstr "Назва об'єкту має починатися з x_ і не містити ніяких спеціальних символів!" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "Модуль:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" -msgstr "" +msgstr "Наступний майстер" #. module: base #: selection:ir.rule,operator:0 @@ -4018,9 +4510,9 @@ msgid "Destination Instance" msgstr "Цільовий екземпляр" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "Вибрана мова успішно встановлена. Вам треба змінити параметри користувача і відкрити нове меню щоб продивитися зміни." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4028,6 +4520,11 @@ msgstr "Вибрана мова успішно встановлена. Вам т msgid "Menus" msgstr "Меню" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4058,9 +4555,9 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -4082,20 +4579,18 @@ msgid "STOCK_HOME" msgstr "STOCK_HOME" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "Введіть щонайменш одне поле!" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "Інші дії" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4124,6 +4619,12 @@ msgstr "Ймовірність (0.50)" msgid "Mobile" msgstr "Мобільний" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4135,9 +4636,9 @@ msgid "Repeat Header" msgstr "Повторювати заголовок" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "Адреси" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4150,11 +4651,6 @@ msgstr "Вашу систему буде оновлено." msgid "Configure User" msgstr "Налаштувати користувача" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "Назва:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4182,9 +4678,9 @@ msgid "Resource" msgstr "Ресурс" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "Дата оновлення" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4192,9 +4688,9 @@ msgid "terp-tools" msgstr "terp-tools" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" -msgstr "Код Python" +#: selection:ir.actions.server,state:0 +msgid "Iteration" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 @@ -4223,8 +4719,12 @@ msgid "Value Added Tax number" msgstr "Код платника ПДВ" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "Значення" @@ -4268,10 +4768,19 @@ msgid "Field Mappings" msgstr "Відповідність полів" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" -msgstr "Метод copy не реалізований у цьому об'єкті!" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4290,8 +4799,8 @@ msgid "center" msgstr "центр" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "Неможливо створити файл модуля: %s!" @@ -4306,13 +4815,13 @@ msgid "Published Version" msgstr "Опублікована Версія" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "Курс валюти до валюти з курсом 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "Автопоновлення" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "Області" @@ -4323,9 +4832,9 @@ msgid "Rate" msgstr "Курс" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "Справа наліво" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "Документ 1" #. module: base #: view:ir.actions.server:0 @@ -4380,9 +4889,10 @@ msgid "Status" msgstr "Ствтус" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "Автопоновлення" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "Дії вікна" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4408,7 +4918,7 @@ msgstr "Назва файлу" #. module: base #: field:ir.model,access_ids:0 msgid "Access" -msgstr "" +msgstr "Доступ" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4416,9 +4926,9 @@ msgid "STOCK_GO_DOWN" msgstr "STOCK_GO_DOWN" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "Заголовок звіту" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4436,6 +4946,11 @@ msgstr "Назва групи" msgid "Modules to download" msgstr "Модулі для завантаження" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4443,8 +4958,8 @@ msgid "Fax" msgstr "Факс" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4459,30 +4974,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "STOCK_PRINT_PREVIEW" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "Метод perm_read не реалізований у цьому об'єкті!" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "Компанія" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "Відповідність полів" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "Дата створення" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "Ел.пошта / SMS" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4493,12 +5004,22 @@ msgstr "Код BIC/Swift" msgid "ir.sequence" msgstr "ir.sequence" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "Дія меню" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "Не встановлений" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4510,6 +5031,18 @@ msgstr "Канал" msgid "Icon" msgstr "Значок" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4523,8 +5056,8 @@ msgid "Repeat missed" msgstr "Повторити пропущені" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "Неможливо знайти теґ '%s' у батьківському вигляді!" @@ -4538,12 +5071,22 @@ msgstr "Успадкований вигляд" msgid "ir.translation" msgstr "ir.translation" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "Обмеження" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4557,6 +5100,11 @@ msgstr "Запити" msgid "Or" msgstr "Or" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "Текст" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4572,19 +5120,20 @@ msgstr "ir.rule.group" msgid "Childs" msgstr "Дочірні" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "Selection" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "Імпорт / експорт" #. module: base #: view:ir.sequence:0 @@ -4598,8 +5147,8 @@ msgid "Installed modules" msgstr "Встановлені модулі" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "Попередження" @@ -4608,14 +5157,30 @@ msgstr "Попередження" msgid "STOCK_ABOUT" msgstr "STOCK_ABOUT" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "Оператор" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "Адреса партнера" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "Експорт мови" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "ValidateError" @@ -4625,6 +5190,7 @@ msgid "STOCK_OPEN" msgstr "STOCK_OPEN" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "Дія на боці клієнта" @@ -4647,31 +5213,37 @@ msgid "Import module" msgstr "Імпорт модуля" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "Версія:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" -msgstr "Налаштування тригерів" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "Нижній колонтитул 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "Ви не можете видалити цей документ! (%s)" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4711,19 +5283,19 @@ msgid "Non Updatable" msgstr "Неоновлюваний" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "Друк:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "Метод set_memory не реалізовано!" @@ -4732,6 +5304,21 @@ msgstr "Метод set_memory не реалізовано!" msgid "Current Window" msgstr "Поточне вікно" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4754,18 +5341,19 @@ msgstr "STOCK_NETWORK" msgid "Fields" msgstr "Поля" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "Інтерфейс" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "Налаштування" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4788,16 +5376,31 @@ msgstr "Код області" msgid "On delete" msgstr "Дія на видалення" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "Відповісти" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "Підписатися на звіт" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4813,17 +5416,27 @@ msgstr "Переклад" msgid "Daily" msgstr "Щодня" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "Каскадом" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "Поле %d повинно бути числом" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "Назва категорії" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4832,8 +5445,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "Не реалізовано" @@ -4861,7 +5474,7 @@ msgstr "Тип банківського рахунку" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Наступний крок конфігурації" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4890,16 +5503,36 @@ msgstr "Виберіть спрощений інтерфейс, якщо Ви в msgid "STOCK_PREFERENCES" msgstr "STOCK_PREFERENCES" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "Короткий опис" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4910,11 +5543,27 @@ msgstr "Назва області" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "Ваш логотип розміром приблизно 450x150 пікселів." +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "STOCK_DELETE" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "Заплановані витрати" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4926,16 +5575,15 @@ msgid "a5" msgstr "А5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "Календар" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "Повідомлення" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml @@ -4943,12 +5591,6 @@ msgstr "STOCK_GOTO_LAST" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4973,9 +5615,9 @@ msgid "Graph" msgstr "Графік" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "Остання версія" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4993,9 +5635,9 @@ msgid "Start installation" msgstr "Початок встановлення" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Опис полів" +#: selection:res.request,state:0 +msgid "closed" +msgstr "закритий" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -5003,10 +5645,9 @@ msgid "Module dependency" msgstr "Залежність модулів" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" -msgstr "Метод name_get не реалізований у цьому об'єкті!" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_upgrade @@ -5019,6 +5660,11 @@ msgstr "Застосувати заплановані оновлення" msgid "STOCK_DND_MULTIPLE" msgstr "STOCK_DND_MULTIPLE" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5057,7 +5703,7 @@ msgstr "Назва дії" #. module: base #: field:ir.actions.configuration.wizard,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Просування налаштування" #. module: base #: field:res.company,rml_footer2:0 @@ -5066,6 +5712,7 @@ msgstr "Нижній колонтитул 2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "E-Mail" @@ -5132,11 +5779,16 @@ msgid "Import a Translation File" msgstr "Імпорт файлу перекладу" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." msgstr "" +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" +msgstr "Вхідні переміщення" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_partner #: model:ir.ui.menu,name:base.menu_partner_title_partner @@ -5144,6 +5796,11 @@ msgstr "" msgid "Partners Titles" msgstr "Звернення до партнера" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "Просте встановлення галузі" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5155,6 +5812,11 @@ msgstr "Неперекладені терміни" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5171,10 +5833,9 @@ msgid "VAT" msgstr "ПДВ" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" -msgstr "" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" +msgstr "Умови заявки" #. module: base #: field:res.partner.address,birthdate:0 @@ -5191,29 +5852,36 @@ msgstr "Фільтр" msgid "Access Menu" msgstr "Меню доступу" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "res.partner.som" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "Помилка" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "Категорії партнерів" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5231,6 +5899,11 @@ msgstr "Код послідовності" msgid "active" msgstr "активний" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5271,11 +5944,6 @@ msgstr "Настрій" msgid "Bank Accounts" msgstr "Банківські рахунки" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "Архів TGZ" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5294,8 +5962,13 @@ msgstr "Префікс" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "STOCK_DISCONNECT" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_company @@ -5308,11 +5981,6 @@ msgstr "res.company" msgid "Fields Mapping" msgstr "Відповідність полів" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "Таблиця пос." - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5359,6 +6027,11 @@ msgstr "Налаштувати простий вигляд" msgid "Start Upgrade" msgstr "Розпочати оновлення" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5381,9 +6054,13 @@ msgid "Calculate Sum" msgstr "Рахувати суму" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "Аргументи" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "Модуль" #. module: base #: field:workflow.instance,res_type:0 @@ -5418,6 +6095,12 @@ msgstr "Функція" msgid "Error! You can not create recursive companies." msgstr "Помилка! Не можна створювати рекурсивні компанії." +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5433,17 +6116,6 @@ msgstr "res.config.view" msgid "Description" msgstr "Опис" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "Неправильна операція" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Імпорт / експорт" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5454,6 +6126,11 @@ msgstr "Власник рахунку" msgid "STOCK_INDENT" msgstr "STOCK_INDENT" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "Запит історії" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5471,8 +6148,8 @@ msgid "ir.attachment" msgstr "ir.attachment" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "Значення \"%s\" для поля \"%s\" немає у виборі" @@ -5491,9 +6168,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "Позиції потоку дій" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "Пароль" @@ -5504,9 +6188,9 @@ msgid "Role" msgstr "Роль" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Експорт мови" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" +msgstr "" #. module: base #: field:res.partner,customer:0 @@ -5516,9 +6200,9 @@ msgid "Customer" msgstr "Покупець" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" -msgstr "Декілька правил для однакових об'єктів об'єднуються оператором OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" +msgstr "" #. module: base #: field:ir.model.access,perm_unlink:0 @@ -5592,6 +6276,11 @@ msgstr "Створити об'єкт" msgid "a4" msgstr "А4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5647,6 +6336,16 @@ msgstr "" msgid "Sequence" msgstr "Послідовність" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "Імпорт мови" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5659,6 +6358,11 @@ msgid "Number of time the function is called,\n" msgstr "Скільки разів функція викликається.\n" "Негативне значення показує, що функція завжди буде викликатися." +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5690,15 +6394,20 @@ msgid "Cancel Install" msgstr "Скасувати встановлення" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "Перевірте, чи всі рядки мають %d колонок." #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Імпорт мови" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/zh_CN.po b/bin/addons/base/i18n/zh_CN.po index 61c690c58e4..ce5813a4f74 100644 --- a/bin/addons/base/i18n/zh_CN.po +++ b/bin/addons/base/i18n/zh_CN.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:52:05+0000\n" -"PO-Revision-Date: 2008-11-28 16:52:05+0000\n" +"POT-Creation-Date: 2008-12-22 17:51:28+0000\n" +"PO-Revision-Date: 2008-12-22 17:51:28+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "计划的动作" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "短信" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "工作流" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "模块分类" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "type,name,res_id,src,value" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "一般" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "每年" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "后缀" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "排序项" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "报告类型" @@ -432,6 +484,7 @@ msgstr "报告类型" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,10 +496,10 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" -msgstr "公司结构" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" +msgstr "" #. module: base #: selection:ir.module.module,license:0 @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "其他商业协议" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "注解" msgid "All terms" msgstr "所有术语" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "一般" msgid "Wizard info" msgstr "向导信息" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "表单" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "目标活动" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "链接" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" -msgstr "网站:" +#: selection:maintenance.contract,state:0 +msgid "Valid" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,11 +661,9 @@ msgid "To be upgraded" msgstr "将要升级的模块" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" -msgstr "上级分类" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "联系人名称" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "联系人" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "视图参照" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" msgstr "" +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "表参照" + #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "签名" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "名称字段" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "测试" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "新模块" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "默认" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "国家编码" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "动作结果" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "银行类型" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "请求记录" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "您选择的语言已经成功安装。您必须在用户偏好中修改,并且重新打开目录才能改变修改。" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "业务伙伴活动" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "业务伙伴联系人" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "地址" #. module: base #: help:res.country,code:0 @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "向导" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "上级菜单" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "计划成本" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "导出" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "域说明" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "报告字段" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "序号类型" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "URL" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "操作" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,27 +1418,39 @@ msgstr "请求" msgid "Mode of view" msgstr "视图类型" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "纵向" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" -msgstr "消息" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" +msgstr "日历" #. module: base #: wizard_view:module.lang.install,start:0 @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "正在读取语言文件" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "视图" @@ -1325,6 +1471,11 @@ msgstr "视图" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "更新日期" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "活动" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "序号" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "启动日期" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "银行帐号" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "作者" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "域说明" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "内容" msgid "Direction" msgstr "方向" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "视图" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,9 +1714,9 @@ msgid "," msgstr "," #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" -msgstr "菜单操作" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "URL" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "打印格式" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "打印格式" msgid "Payment term" msgstr "付款条件" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "0=非常紧急10=不紧急" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "用户界面 - views" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "子项" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "分类名称" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "主题" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "全局" msgid "From" msgstr "请求自" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "零售商" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "发送" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "单据参照1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "源活动" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,9 +2061,10 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" -msgstr "从左到右" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" +msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_translation @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "无" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "查找新模块" msgid "Module Repository" msgstr "模块库" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "安全设定" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "内部号码" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "低" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "渠道名称" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "下一编号" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "国家" msgid "Rates" msgstr "汇率" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "回复" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "编号增量" msgid "unknown" msgstr "δ?" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,9 +2595,9 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" -msgstr "发送" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" +msgstr "" #. module: base #: field:ir.module.category,module_nr:0 @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,9 +2704,15 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "序列" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" +msgstr "公司结构" #. module: base #: field:ir.report.custom.fields,fc0_op:0 @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "关联" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "模块管理" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "源活动" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "资源ID" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "信息" @@ -2525,9 +2833,10 @@ msgid "Meta Datas" msgstr "元数据" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" -msgstr "自定义" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" +msgstr "" #. module: base #: selection:ir.actions.report.xml,report_type:0 @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "其他" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "角色名称" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "安装版本" +msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "活动" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "取消升级" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" -msgstr "" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" +msgstr "=" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,21 +3093,29 @@ msgid "GPL-2" msgstr "GPL-2" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "翻译" + #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,12 +3135,12 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" -msgstr "模块" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" +msgstr "操作" #. module: base #: selection:res.request,priority:0 @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "分组" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "业务伙伴分类" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "天: %天" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "记录" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,9 +3385,14 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" -msgstr "已结束" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." +msgstr "" + +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "间隔单位" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3050,12 +3423,16 @@ msgstr "日" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "?" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "固定宽度" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "报告脚注1" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "帮助" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "业务伙伴" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "目录:" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "银行帐户所有者" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "资源名称" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,16 +3720,22 @@ msgstr "地址类型" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "上级分类" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "窗口动作" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -3328,14 +3743,14 @@ msgid "Hours" msgstr "小时" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "翻译" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "序列" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "间隔单位" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3348,11 +3763,16 @@ msgid "References" msgstr "参考" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "提示:这个操作会花费一些时间" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "请求给" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "类别" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "银行帐户" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "读权限" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "现状图表" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "字体颜色" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "系统升级完成" msgid "Type of view" msgstr "视图类型" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,9 +3986,13 @@ msgid "XML path" msgstr "XML文件路径" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" +msgstr "公司" #. module: base #: selection:ir.ui.menu,icon:0 @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "访问菜单权限" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "报告标题" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "潜在客户" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr ">" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "打开窗口" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "子项分类" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "操作" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "发票" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "低层" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "参数" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "子公司" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "模块:" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,9 +4505,9 @@ msgid "Destination Instance" msgstr "目标实例" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." -msgstr "您选择的语言已经成功安装。您必须在用户偏好中修改,并且重新打开目录才能改变修改。" +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" +msgstr "" #. module: base #: field:ir.module.module,menus_by_module:0 @@ -4023,6 +4515,11 @@ msgstr "您选择的语言已经成功安装。您必须在用户偏好中修改 msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "概率(0.50)" msgid "Mobile" msgstr "手机" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,9 +4631,9 @@ msgid "Repeat Header" msgstr "报表头" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "地址" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "名称:" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,9 +4673,9 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" -msgstr "更新日期" +#: field:ir.actions.server,email:0 +msgid "Email Address" +msgstr "" #. module: base #: selection:ir.ui.menu,icon:0 @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "?" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "中间对齐" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "发布版本" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" -msgstr "" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" +msgstr "自动刷新" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "省/州" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "汇率" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "从右到坐" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "单据参照1" #. module: base #: view:ir.actions.server:0 @@ -4375,9 +4884,10 @@ msgid "Status" msgstr "状态" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" -msgstr "自动刷新" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "窗口动作" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "报告标题" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "组名称" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,30 +4969,26 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" -msgstr "公司" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" +msgstr "" #. module: base #: field:res.request,create_date:0 msgid "Created date" msgstr "创建日期" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "菜单操作" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "未安装的模开" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "渠道" msgid "Icon" msgstr "图标" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "Repeat all missed" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "继承视图" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "数量限制" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,19 +5115,20 @@ msgstr "" msgid "Childs" msgstr "子项" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" #. module: base #: view:ir.sequence:0 @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "已安装模块" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "导入模块" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" -msgstr "版本:" - -#. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" -msgstr "报告脚注1" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" +msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" -msgstr "已打印:" +#: view:ir.values:0 +msgid "Connect Events to Actions" +msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "字段" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "界面" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "设置" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "州/省编码" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "回复" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "签署报告" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "每日" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "分类名称" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "简介" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "州/省名称" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "计划成本" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "a5" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" -msgstr "日历" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" +msgstr "消息" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,9 +5610,9 @@ msgid "Graph" msgstr "图表" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" -msgstr "最新版本" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server @@ -4988,9 +5630,9 @@ msgid "Start installation" msgstr "开始安装" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "域说明" +#: selection:res.request,state:0 +msgid "closed" +msgstr "已结束" #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "模块相关性" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "报告脚注2" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "Email" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "业务伙伴称谓" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "增值税" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,29 +5847,36 @@ msgstr "过滤" msgid "Access Menu" msgstr "访问菜单" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" -msgstr "业务伙伴分类" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity @@ -5226,6 +5894,11 @@ msgstr "序列代码" msgid "active" msgstr "有效" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "业务伙伴满意度" msgid "Bank Accounts" msgstr "银行帐号" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "??" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "公司" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "表参照" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "计算总额" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "参数" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "模块" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "功能" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "说明" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "帐户所有者" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "请求记录" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "密码" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "角色" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "a4" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "导入语言" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,15 +6388,20 @@ msgid "Cancel Install" msgstr "取消安装" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "导入语言" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" +msgstr "" #. module: base #: field:ir.model.data,name:0 diff --git a/bin/addons/base/i18n/zh_TW.po b/bin/addons/base/i18n/zh_TW.po index d462b20b7aa..ebb680a6e49 100644 --- a/bin/addons/base/i18n/zh_TW.po +++ b/bin/addons/base/i18n/zh_TW.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0-rc1\n" +"Project-Id-Version: OpenERP Server 5.0.0_rc2\n" "Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2008-11-28 16:52:59+0000\n" -"PO-Revision-Date: 2008-11-28 16:52:59+0000\n" +"POT-Creation-Date: 2008-12-22 17:52:06+0000\n" +"PO-Revision-Date: 2008-12-22 17:52:06+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "Scheduled Actions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%S - Second as a decimal number [00,61]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Internal Name" @@ -53,6 +63,11 @@ msgstr "" msgid "Outgoing transitions" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year as a decimal number [001,366]." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_SAVE" @@ -91,8 +106,8 @@ msgid "SMS Message" msgstr "" #. module: base -#: field:ir.actions.server,otype:0 -msgid "Create Model" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_EDIT" msgstr "" #. module: base @@ -129,8 +144,8 @@ msgid "Skipped" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not create this kind of document! (%s)" msgstr "" @@ -166,7 +181,7 @@ msgstr "工作流" #: field:ir.rule.group,model_id:0 #: selection:ir.translation,type:0 #: field:ir.ui.view,model:0 -#: field:ir.values,model:0 +#: field:ir.values,model_id:0 #: field:res.request.link,object:0 #: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 @@ -185,6 +200,16 @@ msgstr "" msgid "Categories of Modules" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Ukrainian / украї́нська мо́ва" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Hungarian / Magyar" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" @@ -200,6 +225,11 @@ msgstr "" msgid "Minute: %(min)s" msgstr "" +#. module: base +#: view:res.company:0 +msgid "Header/Footer" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_ZOOM_100" @@ -216,8 +246,8 @@ msgid "type,name,res_id,src,value" msgstr "" #. module: base -#: field:ir.model.config,password_check:0 -msgid "confirmation" +#: selection:module.lang.install,init,lang:0 +msgid "Dutch / Nederlands" msgstr "" #. module: base @@ -251,8 +281,8 @@ msgid "STOCK_HELP" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" +#: help:ir.actions.server,sequence:0 +msgid "Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority" msgstr "" #. module: base @@ -265,12 +295,6 @@ msgstr "" msgid "Normal" msgstr "" -#. module: base -#: field:workflow.activity,in_transitions:0 -#: view:workflow.activity:0 -msgid "Incoming transitions" -msgstr "" - #. module: base #: field:ir.ui.view_sc,user_id:0 msgid "User Ref." @@ -300,8 +324,8 @@ msgid "Yearly" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Field Mapping" +#: rml:ir.module.reference:0 +msgid "1cm 28cm 20cm 28cm" msgstr "" #. module: base @@ -310,11 +334,21 @@ msgid "Suffix" msgstr "后缀" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The unlink method is not implemented on this object !" msgstr "" +#. module: base +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "12. %w ==> 5 ( Friday is the 6th day)" +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" @@ -326,8 +360,8 @@ msgid "Target Window" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." msgstr "" #. module: base @@ -341,9 +375,17 @@ msgid "Tabular" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_activity_form -#: model:ir.ui.menu,name:base.menu_workflow_activity -msgid "Activites" +#: help:ir.actions.server,email:0 +msgid "provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address" +msgstr "" + +#. module: base +#: model:ir.actions.todo,note:base.config_wizard_simple_view +msgid "Choose between the \"Simplified Interface\" or the extended one.\n" +"If you are testing or using OpenERP for the first time, we suggest you to use\n" +"the simplified interface, which has less options and fields but is easier to\n" +"understand. You will be able to switch to the extended view later.\n" +" " msgstr "" #. module: base @@ -378,6 +420,17 @@ msgstr "" msgid "ir.ui.view.custom" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Connect Actions To Client Events" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_SELECT_COLOR" +msgstr "" + #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" @@ -422,7 +475,6 @@ msgstr "排序项" #. module: base #: field:ir.actions.report.custom,type:0 #: field:ir.actions.report.xml,type:0 -#: field:ir.actions.server,type:0 #: field:ir.report.custom,type:0 msgid "Report Type" msgstr "报告类型" @@ -432,6 +484,7 @@ msgstr "报告类型" #: field:ir.module.module.dependency,state:0 #: field:ir.module.module,state:0 #: field:ir.report.custom,state:0 +#: field:maintenance.contract,state:0 #: field:res.bank,state:0 #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 @@ -443,9 +496,9 @@ msgid "State" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_res_company_tree -#: model:ir.ui.menu,name:base.menu_action_res_company_tree -msgid "Company's Structure" +#: rml:ir.module.reference:0 +#: field:maintenance.contract.module,version:0 +msgid "Version" msgstr "" #. module: base @@ -454,8 +507,8 @@ msgid "Other proprietary" msgstr "" #. module: base -#: field:ir.actions.server,address:0 -msgid "Email / Mobile" +#: selection:ir.ui.menu,icon:0 +msgid "terp-administration" msgstr "" #. module: base @@ -473,11 +526,6 @@ msgstr "注解" msgid "All terms" msgstr "" -#. module: base -#: field:res.partner.address,email:0 -msgid "Default Email" -msgstr "" - #. module: base #: view:res.partner:0 msgid "General" @@ -488,6 +536,11 @@ msgstr "一般" msgid "Wizard info" msgstr "向导信息" +#. module: base +#: view:res.lang:0 +msgid "4. %b, %B ==> Dec, December" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" @@ -502,8 +555,8 @@ msgid "Form" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Can not define a column %s. Reserved keyword !" msgstr "" @@ -522,19 +575,14 @@ msgstr "目标活动" msgid "Open Source Service Company" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Other Actions" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_QUIT" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The name_search method is not implemented on this object !" msgstr "" @@ -554,13 +602,13 @@ msgid "Link" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Web:" +#: selection:maintenance.contract,state:0 +msgid "Valid" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "new" msgstr "" @@ -576,6 +624,11 @@ msgstr "" msgid "On multiple doc." msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month as a decimal number [01,12]." +msgstr "" + #. module: base #: model:ir.model,name:base.model_workflow_triggers msgid "workflow.triggers" @@ -608,10 +661,8 @@ msgid "To be upgraded" msgstr "" #. module: base -#: field:ir.module.category,child_ids:0 -#: field:ir.module.category,parent_id:0 -#: field:res.partner.category,parent_id:0 -msgid "Parent Category" +#: help:ir.actions.server,name:0 +msgid "Easy to Refer action by name i.e. One Sales Order -> Many Invoice" msgstr "" #. module: base @@ -625,8 +676,8 @@ msgid "Contact Name" msgstr "联系人名称" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a %s file and edit it with a specific software or a text editor. The file encoding is UTF-8." msgstr "" @@ -641,8 +692,8 @@ msgid "Repositories" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password mismatch !" msgstr "" @@ -653,8 +704,8 @@ msgid "Contact" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "This url '%s' must provide an html file with links to zip modules" msgstr "" @@ -677,8 +728,8 @@ msgid "ir.ui.menu" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "ConcurrencyException" msgstr "" @@ -688,15 +739,25 @@ msgid "View Ref." msgstr "视图参照" #. module: base -#: model:ir.model,name:base.model_workflow_transition -msgid "workflow.transition" +#: field:ir.actions.server,wkf_model_id:0 +msgid "Workflow on" msgstr "" +#. module: base +#: field:ir.default,ref_table:0 +msgid "Table Ref." +msgstr "表参照" + #. module: base #: field:res.partner,ean13:0 msgid "EAN13" msgstr "" +#. module: base +#: view:res.users:0 +msgid "Roles are used to defined available actions, provided by workflows." +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.open_repository_tree #: model:ir.ui.menu,name:base.menu_module_repository_tree @@ -732,6 +793,8 @@ msgstr "" #. module: base #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.server,state:0 +#: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.act_window,type:0 msgid "Action Type" @@ -742,6 +805,11 @@ msgstr "" msgid "Default limit for the list view" msgstr "" +#. module: base +#: model:res.partner.category,name:base.res_partner_category_12 +msgid "Segmentation" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" @@ -752,6 +820,11 @@ msgstr "" msgid "Source Object" msgstr "" +#. module: base +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" + #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" @@ -785,6 +858,11 @@ msgstr "" msgid "STOCK_FLOPPY" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_custom +msgid "Customization" +msgstr "" + #. module: base #: field:res.users,signature:0 msgid "Signature" @@ -796,11 +874,6 @@ msgstr "签名" msgid "SMS" msgstr "" -#. module: base -#: field:ir.actions.server,state:0 -msgid "Action State" -msgstr "" - #. module: base #: field:ir.translation,name:0 msgid "Field Name" @@ -808,6 +881,7 @@ msgstr "名称字段" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window +#: model:ir.model,name:base.model_res_lang #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" @@ -841,8 +915,8 @@ msgid "Select Action Type" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .CSV file and open it with your favourite spreadsheet software. The file encoding is UTF-8. You have to translate the latest column before reimporting it." msgstr "" @@ -873,6 +947,11 @@ msgstr "" msgid "Custom Object" msgstr "" +#. module: base +#: field:res.lang,date_format:0 +msgid "Date Format" +msgstr "" + #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" @@ -894,8 +973,13 @@ msgid "Test" msgstr "" #. module: base -#, python-format +#: view:ir.actions.server:0 +msgid "Access all the fields related to the current object using expression in double brackets, i.e.[[ object.partner_id.name ]]" +msgstr "" + +#. module: base #: code:addons/base/res/res_user.py:0 +#, python-format msgid "You can not remove the admin user as it is used internally for resources created by OpenERP (updates, module installation, ...)" msgstr "" @@ -904,6 +988,11 @@ msgstr "" msgid "New modules" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "Examples" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 @@ -940,6 +1029,7 @@ msgid "Constraint" msgstr "" #. module: base +#: selection:ir.values,key:0 #: selection:res.partner.address,type:0 msgid "Default" msgstr "" @@ -955,11 +1045,21 @@ msgstr "" msgid "Country Code" msgstr "国家编码" +#. module: base +#: view:ir.actions.configuration.wizard:0 +msgid "Continue" +msgstr "" + #. module: base #: field:res.request.history,name:0 msgid "Summary" msgstr "动作结果" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Maintenance contract added !" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-graph" @@ -970,6 +1070,11 @@ msgstr "" msgid "workflow.instance" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + #. module: base #: field:res.partner.bank,state:0 #: field:res.partner.bank.type.field,bank_type_id:0 @@ -977,30 +1082,30 @@ msgid "Bank type" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "undefined get method !" msgstr "" #. module: base -#: view:res.company:0 -msgid "Header/Footer" +#: view:res.lang:0 +msgid "2. %a ,%A ==> Fri, Friday" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The read method is not implemented on this object !" msgstr "" #. module: base -#: view:res.request.history:0 -msgid "Request History" -msgstr "请求历史" +#: wizard_view:module.lang.install,start:0 +msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: view:res.lang:0 +msgid "%B - Full month name." msgstr "" #. module: base @@ -1016,8 +1121,13 @@ msgid "Partner Events" msgstr "" #. module: base -#: field:ir.actions.todo,note:0 -msgid "Text" +#: model:ir.model,name:base.model_workflow_transition +msgid "workflow.transition" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%a - Abbreviated weekday name." msgstr "" #. module: base @@ -1068,9 +1178,9 @@ msgid "Partner contacts" msgstr "" #. module: base -#: field:workflow.transition,trigger_model:0 -msgid "Trigger Object" -msgstr "" +#: field:res.users,address_id:0 +msgid "Address" +msgstr "地址" #. module: base #: help:res.country,code:0 @@ -1095,9 +1205,7 @@ msgid "Sales & Purchases" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_wizard #: field:wizard.ir.model.menu.create.line,wizard_id:0 -#: model:ir.ui.menu,name:base.menu_ir_action_wizard #: view:ir.actions.wizard:0 msgid "Wizard" msgstr "" @@ -1124,8 +1232,10 @@ msgid "Language name" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" +#: model:ir.actions.act_window,name:base.ir_action_wizard +#: model:ir.ui.menu,name:base.menu_ir_action_wizard +#: view:ir.actions.wizard:0 +msgid "Wizards" msgstr "" #. module: base @@ -1135,17 +1245,24 @@ msgid "Parent Menu" msgstr "父项菜单" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" #. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "计划成本" +#: model:ir.ui.menu,name:base.next_id_4 +msgid "Low Level Objects" +msgstr "" #. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" + +#. module: base +#: field:ir.values,key2:0 #: field:res.partner.event.type,name:0 #: view:res.partner.event.type:0 msgid "Event Type" @@ -1167,11 +1284,21 @@ msgstr "" msgid "Exportation" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field +msgid "acc_number" +msgstr "" + #. module: base #: view:ir.model:0 msgid "Model Description" msgstr "" +#. module: base +#: selection:maintenance.contract,state:0 +msgid "Unvalid" +msgstr "" + #. module: base #: wizard_view:res.partner.sms_send,init:0 msgid "Bulk SMS send" @@ -1187,6 +1314,11 @@ msgstr "" msgid "Report Fields" msgstr "报表字段" +#. module: base +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" @@ -1203,8 +1335,8 @@ msgid "Trigger Expression" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Seconde: %(sec)s" +#: selection:module.lang.install,init,lang:0 +msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base @@ -1222,6 +1354,12 @@ msgstr "" msgid "Sequence Type" msgstr "" +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "You try to upgrade a module that depends on the module: %s.\nBut this module is not available in your system." +msgstr "" + #. module: base #: field:ir.report.custom.fields,field_child2:0 msgid "field child2" @@ -1248,6 +1386,11 @@ msgstr "" msgid "Configure simple view" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Bulgarian / български" +msgstr "" + #. module: base #: field:ir.module.module,license:0 msgid "License" @@ -1263,13 +1406,6 @@ msgstr "" msgid "Url" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_actions -#: model:ir.ui.menu,name:base.menu_ir_sequence_actions -#: model:ir.ui.menu,name:base.next_id_6 -msgid "Actions" -msgstr "" - #. module: base #: field:res.request,body:0 #: field:res.request.history,req_id:0 @@ -1282,26 +1418,38 @@ msgstr "" msgid "Mode of view" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The name_get method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.report.custom,print_orientation:0 msgid "Portrait" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Slovenian / slovenščina" +msgstr "" + #. module: base #: field:ir.actions.server,srcmodel_id:0 msgid "Model" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to install a module that depends on the module: %s.\nBut this module is not available in your system." msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,text:0 -#: field:ir.actions.server,message:0 -msgid "Message" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Calendar" msgstr "" #. module: base @@ -1310,12 +1458,10 @@ msgid "Language file loaded." msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window.view,view_id:0 #: field:ir.default,page:0 #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 -#: model:ir.ui.menu,name:base.menu_action_ui_view msgid "View" msgstr "" @@ -1325,6 +1471,11 @@ msgstr "" msgid "Modules to update" msgstr "" +#. module: base +#: field:ir.model.data,date_update:0 +msgid "Update Date" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" @@ -1336,9 +1487,14 @@ msgstr "" msgid "Activity" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Swedish / svenska" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" +msgid "STOCK_GOTO_LAST" msgstr "" #. module: base @@ -1381,8 +1537,8 @@ msgid "Sequences" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Unknown position in inherited view %s !" msgstr "" @@ -1396,6 +1552,11 @@ msgstr "" msgid "Trigger Date" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Croatian / hrvatski jezik" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" @@ -1403,15 +1564,10 @@ msgstr "" #. module: base #: view:res.partner.bank:0 +#: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" msgstr "" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Warning: using a relation field which uses an unknown object" -msgstr "" - #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_FORWARD" @@ -1429,6 +1585,16 @@ msgstr "" msgid "Author" msgstr "" +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%b - Abbreviated month name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNDELETE" @@ -1462,14 +1628,15 @@ msgid "Supplier" msgstr "" #. module: base -#, python-format #: code:report/custom.py:0 +#, python-format msgid "The sum of the data (2nd field) is null.\nWe can't draw a pie chart !" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" +#: selection:ir.actions.server,state:0 +#: view:ir.actions.server:0 +msgid "Multi Actions" msgstr "" #. module: base @@ -1477,6 +1644,11 @@ msgstr "" msgid "Access all the fields related to the current object using expression in double brackets, i.e. [[ object.partner_id.name ]]" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Close" +msgstr "" + #. module: base #: field:res.request.history,body:0 msgid "Body" @@ -1487,17 +1659,30 @@ msgstr "" msgid "Direction" msgstr "" +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Full" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_module_update_translations msgid "wizard.module.update_translations" msgstr "" #. module: base +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be execute" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view #: field:ir.actions.act_window,view_ids:0 #: field:ir.actions.act_window,views:0 #: field:ir.module.module,views_by_module:0 #: field:wizard.ir.model.menu.create,view_ids:0 +#: model:ir.ui.menu,name:base.menu_action_ui_view #: view:wizard.ir.model.menu.create:0 +#: view:ir.ui.view:0 #: view:ir.actions.act_window:0 msgid "Views" msgstr "" @@ -1518,8 +1703,8 @@ msgid "STOCK_SELECT_FONT" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" @@ -1529,8 +1714,8 @@ msgid "," msgstr "" #. module: base -#: field:res.users,menu_id:0 -msgid "Menu Action" +#: help:ir.values,key2:0 +msgid "The kind of action or button in the client side that will trigger the action." msgstr "" #. module: base @@ -1556,15 +1741,13 @@ msgid "STOCK_GOTO_FIRST" msgstr "" #. module: base -#, python-format -#: code:addons/base/module/module.py:0 -msgid "Can not create the module file:\n %s" +#: view:res.lang:0 +msgid "%Y - Year with century as a decimal number." msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form #: model:ir.ui.menu,name:base.menu_workflow -#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" @@ -1573,6 +1756,11 @@ msgstr "" msgid "Object id" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%M - Minute as a decimal number [00,59]." +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -1603,8 +1791,8 @@ msgid "URL" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Description :" +#: help:ir.actions.server,message:0 +msgid "Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`" msgstr "" #. module: base @@ -1612,6 +1800,11 @@ msgstr "" msgid "Print format" msgstr "打印格式" +#. module: base +#: selection:res.config.view,view:0 +msgid "Simplified Interface" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm @@ -1619,6 +1812,11 @@ msgstr "打印格式" msgid "Payment term" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_low_workflow +msgid "Workflow Items" +msgstr "" + #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" @@ -1634,6 +1832,16 @@ msgstr "" msgid "terp-stock" msgstr "" +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Get file" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "tr_TR" +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" @@ -1655,17 +1863,17 @@ msgstr "" msgid "ir.model.data" msgstr "" -#. module: base -#: view:ir.ui.view:0 -msgid "User Interface - Views" -msgstr "用户界面预览" - #. module: base #: view:res.groups:0 #: view:ir.model:0 msgid "Access Rights" msgstr "" +#. module: base +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" + #. module: base #: help:ir.actions.report.xml,report_rml:0 msgid "The .rml path of the file or NULL if the content is in report_rml_content" @@ -1693,20 +1901,37 @@ msgid "child_of" msgstr "" #. module: base -#: view:res.partner.address:0 -msgid "Partner Address" +#: model:ir.model,name:base.model_maintenance_contract_module +msgid "maintenance contract modules" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_workflow_root +msgid "Workflow Definitions" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the model '%s' !" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" -msgstr "类别名称" +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Grant Access To Menus" +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Draft" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:0 +#, python-format +msgid "Can not create the module file:\n %s" +msgstr "" #. module: base #: field:ir.report.custom.fields,field_child1:0 @@ -1715,13 +1940,14 @@ msgstr "" #. module: base #: wizard_field:res.partner.spam_send,init,subject:0 +#: field:ir.actions.server,subject:0 #: field:res.request,name:0 msgid "Subject" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -1736,11 +1962,22 @@ msgstr "" msgid "From" msgstr "请求自" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "This method does not exist anymore" +msgstr "" + #. module: base #: selection:res.partner.event,partner_type:0 msgid "Retailer" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + #. module: base #: wizard_button:server.action.create,init,step_1:0 msgid "Next" @@ -1752,15 +1989,20 @@ msgid "Configuration Wizards" msgstr "" #. module: base -#: field:res.request,ref_doc1:0 -msgid "Document Ref 1" -msgstr "文档参照1" +#: selection:wizard.module.lang.export,format:0 +msgid "TGZ Archive" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" msgstr "" +#. module: base +#: selection:ir.values,key2:0 +msgid "Print" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "terp-report" @@ -1794,13 +2036,8 @@ msgid "Defined Reports" msgstr "" #. module: base -#: field:workflow.transition,act_from:0 -msgid "Source Activity" -msgstr "源活动" - -#. module: base -#: view:ir.attachment:0 -msgid "Attachment" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_ZOOM_IN" msgstr "" #. module: base @@ -1824,8 +2061,9 @@ msgid "Note that this operation my take a few minutes." msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Left-to-right" +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Invalid operation" msgstr "" #. module: base @@ -1876,14 +2114,14 @@ msgid "STOCK_OK" msgstr "" #. module: base -#, python-format #: code:report/report_sxw.py:0 +#, python-format msgid "print" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "Password empty !" msgstr "" @@ -1892,6 +2130,12 @@ msgstr "" msgid "RML Header" msgstr "" +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "The copy method is not implemented on this object !" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 #: selection:workflow.activity,kind:0 @@ -1904,8 +2148,8 @@ msgid "None" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not write in this document! (%s)" msgstr "" @@ -1945,6 +2189,11 @@ msgstr "" msgid "Module Repository" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Trigger Configuration" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_UNINDENT" @@ -1960,6 +2209,12 @@ msgstr "" msgid "Security" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Using a relation field which uses an unknown object" +msgstr "" + #. module: base #: selection:ir.actions.server,state:0 msgid "Write Object" @@ -1977,6 +2232,16 @@ msgstr "" msgid "Interval Number" msgstr "内部号码" +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_FIND" +msgstr "" + +#. module: base +#: selection:maintenance.contract,kind:0 +msgid "Partial" +msgstr "" + #. module: base #: view:ir.module.repository:0 msgid "Repository" @@ -1993,14 +2258,14 @@ msgid "Low" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Recursion error in modules dependencies !" msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" +#: selection:ir.values,key2:0 +msgid "Open on Tree" msgstr "" #. module: base @@ -2049,13 +2314,18 @@ msgid "Channel Name" msgstr "销售渠道名称" #. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Continue" +#: help:ir.actions.server,action_id:0 +msgid "Select the Ation Window, Report, Wizard to be execute" msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" +#: view:res.lang:0 +msgid "5. %y, %Y ==> 08, 2008" +msgstr "" + +#. module: base +#: field:ir.values,res_id:0 +msgid "Object ID" msgstr "" #. module: base @@ -2079,6 +2349,11 @@ msgstr "" msgid "Date Created" msgstr "" +#. module: base +#: view:ir.attachment:0 +msgid "Attachment" +msgstr "" + #. module: base #: selection:ir.rule,operator:0 msgid ">=" @@ -2100,8 +2375,8 @@ msgid "Next Number" msgstr "下一编号" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" +#: view:ir.sequence:0 +msgid "Seconde: %(sec)s" msgstr "" #. module: base @@ -2126,22 +2401,37 @@ msgstr "" msgid "Rates" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%W - Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_GO_BACK" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 #: code:osv/orm.py:0 +#, python-format msgid "AccessError" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" -msgstr "回复" +#: view:res.lang:0 +msgid "======================================================" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%x - Appropriate date representation." +msgstr "" + +#. module: base +#: selection:maintenance.contract.wizard,state:0 +msgid "Validated" +msgstr "" #. module: base #: selection:ir.report.custom,type:0 @@ -2181,12 +2471,6 @@ msgstr "编号增量" msgid "unknown" msgstr "" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The create method is not implemented on this object !" -msgstr "" - #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." @@ -2236,6 +2520,16 @@ msgstr "" msgid "Partners by Categories" msgstr "" +#. module: base +#: view:ir.rule.group:0 +msgid "Multiple rules on same objects are joined using operator OR" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" + #. module: base #: wizard_field:module.lang.install,init,lang:0 #: field:ir.translation,lang:0 @@ -2301,8 +2595,8 @@ msgid "Attached To" msgstr "" #. module: base -#: view:res.request:0 -msgid "Send" +#: field:res.lang,decimal_point:0 +msgid "Decimal Separator" msgstr "" #. module: base @@ -2375,8 +2669,8 @@ msgid "Creator" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented get_memory method !" msgstr "" @@ -2388,8 +2682,8 @@ msgid "Python Code" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Bad query." msgstr "" @@ -2399,8 +2693,8 @@ msgid "Field Label" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "You try to bypass an access rule (Document type: %s)." msgstr "" @@ -2410,8 +2704,14 @@ msgid "Action Url" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" +#: selection:ir.ui.menu,icon:0 +msgid "STOCK_INDEX" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_company_tree +#: model:ir.ui.menu,name:base.menu_action_res_company_tree +msgid "Company's Structure" msgstr "" #. module: base @@ -2423,6 +2723,8 @@ msgid "Relation" msgstr "" #. module: base +#: field:ir.actions.server,condition:0 +#: field:ir.actions.server,sub_condition:0 #: field:ir.report.custom.fields,fc0_condition:0 #: field:workflow.transition,condition:0 msgid "Condition" @@ -2460,14 +2762,19 @@ msgid "Modules Management" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify server option --smtp-from !" msgstr "" +#. module: base +#: field:workflow.transition,act_from:0 +msgid "Source Activity" +msgstr "源活动" + #. module: base #: field:ir.model.data,res_id:0 #: field:ir.translation,res_id:0 -#: field:ir.values,res_id:0 #: field:workflow.instance,res_id:0 #: field:workflow.triggers,res_id:0 msgid "Resource ID" @@ -2475,6 +2782,7 @@ msgstr "资源ID" #. module: base #: field:ir.model,info:0 +#: view:maintenance.contract:0 msgid "Information" msgstr "" @@ -2525,8 +2833,9 @@ msgid "Meta Datas" msgstr "元数据" #. module: base -#: model:ir.ui.menu,name:base.menu_custom -msgid "Custom" +#: help:res.currency,rate:0 +#: help:res.currency.rate,rate:0 +msgid "The rate of the currency to the currency of rate 1" msgstr "" #. module: base @@ -2535,8 +2844,8 @@ msgid "raw" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Partners: " msgstr "" @@ -2546,6 +2855,11 @@ msgstr "" msgid "Other" msgstr "" +#. module: base +#: help:ir.actions.server,record_id:0 +msgid "Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record" +msgstr "" + #. module: base #: field:ir.ui.view,field_parent:0 msgid "Childs Field" @@ -2557,22 +2871,34 @@ msgid "Role Name" msgstr "角色名称" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "Can not remove root user!" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 +#: field:ir.module.module,latest_version:0 msgid "Installed version" msgstr "" #. module: base +#: view:res.lang:0 +msgid "9. %j ==> 340" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_activity_form #: field:workflow,activities:0 +#: model:ir.ui.menu,name:base.menu_workflow_activity #: view:workflow:0 msgid "Activities" msgstr "" +#. module: base +#: field:ir.model.config,password_check:0 +msgid "confirmation" +msgstr "" + #. module: base #: field:res.partner,user_id:0 msgid "Dedicated Salesman" @@ -2620,8 +2946,8 @@ msgid "Cancel Upgrade" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The search method is not implemented on this object !" msgstr "" @@ -2646,13 +2972,17 @@ msgid "Bad customers" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_lang -msgid "res.lang" +#: selection:ir.report.custom.fields,fc0_op:0 +#: selection:ir.report.custom.fields,fc1_op:0 +#: selection:ir.report.custom.fields,fc2_op:0 +#: selection:ir.report.custom.fields,fc3_op:0 +#: selection:ir.rule,operator:0 +msgid "=" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Pie charts need exactly two fields" msgstr "" @@ -2669,11 +2999,13 @@ msgid "STOCK_HARDDISK" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Same Model" +#: code:tools/translate.py:0 +#, python-format +msgid "Bad file format" msgstr "" #. module: base +#: rml:ir.module.reference:0 #: field:ir.actions.todo,name:0 #: field:ir.actions.report.xml,name:0 #: field:ir.cron,name:0 @@ -2687,6 +3019,7 @@ msgstr "" #: field:ir.report.custom.fields,name:0 #: field:ir.rule.group,name:0 #: field:ir.values,name:0 +#: field:maintenance.contract.module,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 @@ -2716,6 +3049,12 @@ msgstr "" msgid "Reports" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_form +#: model:ir.ui.menu,name:base.menu_maintenance_contract +msgid "Your Maintenance Contracts" +msgstr "" + #. module: base #: field:workflow,on_create:0 msgid "On Create" @@ -2737,8 +3076,8 @@ msgid "STOCK_MEDIA_PAUSE" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Error !" msgstr "" @@ -2754,21 +3093,29 @@ msgid "GPL-2" msgstr "" #. module: base -#: help:ir.module.repository,filter:0 -msgid "Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match all the version number.\n" -"- The last parenthesis must match the extension of the module." +#: selection:module.lang.install,init,lang:0 +msgid "Portugese (BR) / português (BR)" msgstr "" +#. module: base +#: field:ir.translation,value:0 +msgid "Translation Value" +msgstr "翻译值" + #. module: base #: help:wizard.module.lang.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_app -msgid "Application Terms" +#: field:ir.actions.server,record_id:0 +msgid "Create Id" +msgstr "" + +#. module: base +#: field:maintenance.contract,module_ids:0 +#: view:maintenance.contract:0 +msgid "Covered Modules" msgstr "" #. module: base @@ -2788,11 +3135,11 @@ msgid "Access Controls Grid" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_module_module -#: field:ir.model.data,module:0 -#: field:ir.module.module.dependency,module_id:0 -#: view:ir.module.module:0 -msgid "Module" +#: model:ir.actions.act_window,name:base.ir_sequence_actions +#: model:ir.ui.menu,name:base.menu_custom_action +#: model:ir.ui.menu,name:base.menu_ir_sequence_actions +#: model:ir.ui.menu,name:base.next_id_6 +msgid "Actions" msgstr "" #. module: base @@ -2837,9 +3184,8 @@ msgid "ir.actions.act_window.view" msgstr "" #. module: base -#, python-format -#: code:tools/translate.py:0 -msgid "Bad file format" +#: rml:ir.module.reference:0 +msgid "Web" msgstr "" #. module: base @@ -2882,6 +3228,15 @@ msgstr "" msgid "Group by" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_by_category +#: model:ir.actions.act_window,name:base.action_partner_category_form +#: model:ir.model,name:base.model_res_partner_category +#: model:ir.ui.menu,name:base.menu_partner_category_form +#: view:res.partner.category:0 +msgid "Partner Categories" +msgstr "" + #. module: base #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 @@ -2889,8 +3244,8 @@ msgid "Readonly" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not remove the field '%s' !" msgstr "" @@ -2942,8 +3297,8 @@ msgid "STOCK_STOP" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "\"%s\" contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" @@ -2984,8 +3339,8 @@ msgid "Day: %(day)s" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not read this document! (%s)" msgstr "" @@ -3001,11 +3356,24 @@ msgstr "" msgid "History" msgstr "" +#. module: base +#: help:ir.actions.server,write_id:0 +msgid "Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_WARNING" msgstr "" +#. module: base +#: help:ir.module.repository,filter:0 +msgid "Regexp to search module on the repository webpage:\n" +"- The first parenthesis must match the name of the module.\n" +"- The second parenthesis must match all the version number.\n" +"- The last parenthesis must match the extension of the module." +msgstr "" + #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" @@ -3017,10 +3385,15 @@ msgid "Destination" msgstr "" #. module: base -#: selection:res.request,state:0 -msgid "closed" +#: help:ir.values,res_id:0 +msgid "Keep 0 if the action must appear on all resources." msgstr "" +#. module: base +#: field:ir.cron,interval_type:0 +msgid "Interval Unit" +msgstr "间隔单位" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_CONVERT" @@ -3050,12 +3423,16 @@ msgstr "" #: field:ir.property,value:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 -#: field:ir.values,key2:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" msgstr "" +#. module: base +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + #. module: base #: field:ir.default,field_name:0 msgid "Object field" @@ -3081,6 +3458,16 @@ msgstr "固定宽度" msgid "Other Actions Configuration" msgstr "" +#. module: base +#: selection:ir.report.custom.fields,operation:0 +msgid "Get Max" +msgstr "" + +#. module: base +#: field:res.company,rml_footer1:0 +msgid "Report Footer 1" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_EXECUTE" @@ -3109,8 +3496,8 @@ msgid "Help" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Some installed modules depends on the module you plan to desinstall :\n %s" msgstr "" @@ -3126,8 +3513,8 @@ msgid "STOCK_YES" msgstr "" #. module: base -#: selection:ir.actions.server,otype:0 -msgid "Create in Other Model" +#: view:ir.actions.server:0 +msgid "SMS Configuration" msgstr "" #. module: base @@ -3148,6 +3535,12 @@ msgstr "" msgid "Make the rule global or it needs to be put on a group or user" msgstr "" +#. module: base +#: code:tools/amount_to_text_en.py:0 +#, python-format +msgid "Number too large '%d', can not translate it" +msgstr "" + #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard name" @@ -3165,8 +3558,8 @@ msgid "Schedule for Installation" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" +#: selection:ir.values,key2:0 +msgid "Wizard in Tree" msgstr "" #. module: base @@ -3174,6 +3567,16 @@ msgstr "" msgid "Advanced Search" msgstr "" +#. module: base +#: help:ir.actions.server,condition:0 +msgid "Condition that is to be test before execute action, i.e : object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "7. %H:%M:%S ==> 18:25:20" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_form #: model:ir.ui.menu,name:base.menu_base_partner @@ -3182,11 +3585,6 @@ msgstr "" msgid "Partners" msgstr "父项" -#. module: base -#: rml:ir.module.reference:0 -msgid "Directory:" -msgstr "" - #. module: base #: field:ir.attachment,res_model:0 msgid "Attached Model" @@ -3203,8 +3601,8 @@ msgid "Create" msgstr "" #. module: base -#, python-format #: code:addons/base/res/res_user.py:0 +#, python-format msgid "The name of the group can not start with \"-\"" msgstr "" @@ -3284,6 +3682,12 @@ msgstr "" msgid "Bank account owner" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form +#: model:ir.ui.menu,name:base.menu_values_form +msgid "Client Actions Connections" +msgstr "" + #. module: base #: field:ir.ui.view,name:0 msgid "View Name" @@ -3295,11 +3699,16 @@ msgid "Resource Name" msgstr "资源名称" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_export_lang.py:0 +#, python-format msgid "Save this document to a .tgz file. This archive containt UTF-8 %s files and may be uploaded to launchpad." msgstr "" +#. module: base +#: field:ir.model.fields,translate:0 +msgid "Translate" +msgstr "" + #. module: base #: field:res.partner.address,type:0 msgid "Address Type" @@ -3311,15 +3720,21 @@ msgstr "地址类型" msgid "Start configuration" msgstr "" +#. module: base +#: field:ir.module.category,child_ids:0 +#: field:ir.module.category,parent_id:0 +#: field:res.partner.category,parent_id:0 +msgid "Parent Category" +msgstr "" + #. module: base #: field:ir.exports,export_fields:0 msgid "Export Id" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" +#: help:ir.actions.server,expression:0 +msgid "enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`" msgstr "" #. module: base @@ -3328,14 +3743,14 @@ msgid "Hours" msgstr "" #. module: base -#: field:ir.translation,value:0 -msgid "Translation Value" -msgstr "翻译值" +#: field:ir.report.custom,frequency:0 +msgid "Frequency" +msgstr "" #. module: base -#: field:ir.cron,interval_type:0 -msgid "Interval Unit" -msgstr "间隔单位" +#: selection:module.lang.install,init,lang:0 +msgid "Catalan / Català" +msgstr "" #. module: base #: view:res.request:0 @@ -3348,11 +3763,16 @@ msgid "References" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "This record was modified in the meanwhile" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%U - Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0." +msgstr "" + #. module: base #: wizard_view:module.lang.install,init:0 msgid "Note that this operation may take a few minutes." @@ -3363,6 +3783,16 @@ msgstr "" msgid "STOCK_COLOR_PICKER" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Manual domain setup" +msgstr "" + +#. module: base +#: selection:ir.ui.menu,icon:0 +msgid "terp-product" +msgstr "" + #. module: base #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 @@ -3370,32 +3800,22 @@ msgid "To" msgstr "请求给" #. module: base +#: field:maintenance.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" msgstr "类别" -#. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "This method does not exist anymore" -msgstr "" - -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Tree can only be used in tabular reports" -msgstr "" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" -msgstr "" - #. module: base #: view:res.partner.bank:0 msgid "Bank accounts" msgstr "" +#. module: base +#: code:addons/base/ir/ir_report_custom.py:0 +#, python-format +msgid "Tree can only be used in tabular reports" +msgstr "" + #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 @@ -3405,8 +3825,18 @@ msgid "Tree" msgstr "" #. module: base -#: model:res.partner.category,name:base.res_partner_category_12 -msgid "Segmentation" +#: selection:ir.values,key2:0 +msgid "Relate on Object" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,start_on:0 +msgid "Manual" +msgstr "" + +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "Could you check your contract information ?" msgstr "" #. module: base @@ -3424,14 +3854,19 @@ msgstr "" msgid "Read Access" msgstr "" +#. module: base +#: rml:ir.module.reference:0 +msgid "Directory" +msgstr "" + #. module: base #: selection:ir.report.custom,type:0 msgid "Line Plot" msgstr "" #. module: base -#: field:wizard.ir.model.menu.create,name:0 -msgid "Menu Name" +#: field:res.lang,thousands_sep:0 +msgid "Thousands Separator" msgstr "" #. module: base @@ -3445,17 +3880,22 @@ msgid "Relation Field" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Bar charts need at least two fields" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented search_memory method !" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Spanish / Español" +msgstr "" + #. module: base #: field:ir.report.custom.fields,fontcolor:0 msgid "Font color" @@ -3468,6 +3908,11 @@ msgstr "字体颜色" msgid "Server Actions" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (TW) / 正體字" +msgstr "" + #. module: base #: field:ir.model.fields,view_load:0 msgid "View Auto-Load" @@ -3513,6 +3958,11 @@ msgstr "" msgid "Type of view" msgstr "视图类型" +#. module: base +#: view:ir.actions.server:0 +msgid "Client Action Configuration" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "pdf" @@ -3536,8 +3986,12 @@ msgid "XML path" msgstr "XML文件路径" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.values,company_id:0 +#: field:res.users,company_id:0 +#: view:res.company:0 +msgid "Company" msgstr "" #. module: base @@ -3556,10 +4010,9 @@ msgid "The official translations pack of all OpenERP/OpenObjects module are mana msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant access to menu" -msgstr "" +#: field:ir.report.custom,title:0 +msgid "Report title" +msgstr "报告头" #. module: base #: field:ir.attachment,datas:0 @@ -3578,8 +4031,8 @@ msgid "New Window" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Second field should be figures" msgstr "" @@ -3589,13 +4042,15 @@ msgid "Commercial Prospect" msgstr "" #. module: base -#: field:ir.actions.actions,parent_id:0 -msgid "Parent Action" +#: model:ir.actions.todo,note:base.config_wizard_step_user +msgid "Create your users.\n" +"You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system.\n" +" " msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Couldn't generate the next id because some partners have an alphabetic id !" msgstr "" @@ -3604,6 +4059,11 @@ msgstr "" msgid "Unsubscribed" msgstr "" +#. module: base +#: view:ir.sequence:0 +msgid "Year without century: %(y)s" +msgstr "" + #. module: base #: wizard_field:module.module.update,update,update:0 msgid "Number of modules updated" @@ -3643,6 +4103,11 @@ msgstr "" msgid "STOCK_MEDIA_STOP" msgstr "" +#. module: base +#: field:wizard.ir.model.menu.create,name:0 +msgid "Menu Name" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_partner_event_type-act #: model:ir.ui.menu,name:base.menu_res_partner_event_type-act @@ -3650,15 +4115,14 @@ msgid "Active Partner Events" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "Error occured while validating the field(s) %s: %s" +#: help:ir.actions.server,srcmodel_id:0 +msgid "In which object you want to create / write the object if its empty refer to the Object field" msgstr "" #. module: base @@ -3770,6 +4234,16 @@ msgstr "" msgid "Workitem" msgstr "" +#. module: base +#: model:res.partner.bank.type.field,name:base.bank_normal_field_contry +msgid "country_id" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%A - Full weekday name." +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DIALOG_AUTHENTICATION" @@ -3780,6 +4254,11 @@ msgstr "" msgid "Open a Window" msgstr "打开窗口" +#. module: base +#: view:res.users:0 +msgid "Groups are used to defined access rights on each screen and menu." +msgstr "" + #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" @@ -3795,6 +4274,11 @@ msgstr "" msgid "STOCK_ZOOM_OUT" msgstr "" +#. module: base +#: help:ir.actions.server,model_id:0 +msgid "select the obect on which the action will work (read, write, create)" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 @@ -3811,6 +4295,7 @@ msgstr "" #: field:ir.model.grid,model:0 #: field:ir.model,model:0 #: field:ir.model,name:0 +#: field:ir.values,model:0 msgid "Object Name" msgstr "" @@ -3818,6 +4303,8 @@ msgstr "" #: field:ir.actions.todo,action_id:0 #: field:ir.actions.act_window.view,act_window_id:0 #: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 #: view:ir.actions.actions:0 msgid "Action" msgstr "" @@ -3862,8 +4349,18 @@ msgid "Field" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" +#: view:maintenance.contract.wizard:0 +msgid "_Validate" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_maintenance_contract_wizard +msgid "maintenance.contract.wizard" +msgstr "" + +#. module: base +#: help:ir.actions.server,code:0 +msgid "python code to be execute" msgstr "" #. module: base @@ -3925,11 +4422,6 @@ msgstr "" msgid "If set to true, the action will not be displayed on the right toolbar of a form views." msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_4 -msgid "Low Level" -msgstr "低层" - #. module: base #: wizard_view:module.upgrade,start:0 #: wizard_view:module.upgrade,end:0 @@ -3952,8 +4444,13 @@ msgid "Export done" msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" +#: field:ir.cron,args:0 +msgid "Arguments" +msgstr "参数" + +#. module: base +#: selection:ir.values,key2:0 +msgid "Wizard in Forms" msgstr "" #. module: base @@ -3974,11 +4471,6 @@ msgstr "" msgid "The Object name must start with x_ and not contain any special character !" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Module:" -msgstr "" - #. module: base #: field:ir.actions.configuration.wizard,name:0 msgid "Next Wizard" @@ -4013,8 +4505,8 @@ msgid "Destination Instance" msgstr "目标实例" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "The selected language has been successfully installed. You must change the preferences of the user and open a new menu to view changes." +#: selection:module.lang.install,init,lang:0 +msgid "Estonian / Eesti keel" msgstr "" #. module: base @@ -4023,6 +4515,11 @@ msgstr "" msgid "Menus" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action To Launch" +msgstr "" + #. module: base #: selection:ir.report.custom.fields,fc0_op:0 #: selection:ir.report.custom.fields,fc1_op:0 @@ -4053,8 +4550,8 @@ msgid "https://translations.launchpad.net/openobject" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" +#: selection:module.lang.install,init,lang:0 +msgid "Portugese / português" msgstr "" #. module: base @@ -4077,20 +4574,18 @@ msgid "STOCK_HOME" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Enter at least one field !" msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 -#: selection:ir.actions.server,state:0 msgid "Others Actions" msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create -#: view:ir.actions.server:0 msgid "Create Action" msgstr "" @@ -4119,6 +4614,12 @@ msgstr "概率(0.50)" msgid "Mobile" msgstr "手机" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" + #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "html" @@ -4130,9 +4631,9 @@ msgid "Repeat Header" msgstr "报告头" #. module: base -#: field:res.users,address_id:0 -msgid "Address" -msgstr "地址" +#: field:res.lang,time_format:0 +msgid "Time Format" +msgstr "" #. module: base #: wizard_view:module.upgrade,next:0 @@ -4145,11 +4646,6 @@ msgstr "" msgid "Configure User" msgstr "" -#. module: base -#: rml:ir.module.reference:0 -msgid "Name:" -msgstr "" - #. module: base #: help:res.country,name:0 msgid "The full name of the country." @@ -4177,8 +4673,8 @@ msgid "Resource" msgstr "" #. module: base -#: field:ir.model.data,date_update:0 -msgid "Update Date" +#: field:ir.actions.server,email:0 +msgid "Email Address" msgstr "" #. module: base @@ -4187,8 +4683,8 @@ msgid "terp-tools" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Python code" +#: selection:ir.actions.server,state:0 +msgid "Iteration" msgstr "" #. module: base @@ -4218,8 +4714,12 @@ msgid "Value Added Tax number" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form +#: field:maintenance.contract,name:0 +#: field:maintenance.contract.wizard,name:0 +msgid "Contract ID" +msgstr "" + +#. module: base #: view:ir.values:0 msgid "Values" msgstr "" @@ -4263,9 +4763,18 @@ msgid "Field Mappings" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The copy method is not implemented on this object !" +#: view:res.lang:0 +msgid "%d - Day of the month as a decimal number [01,31]." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Romanian / limba română" msgstr "" #. module: base @@ -4285,8 +4794,8 @@ msgid "center" msgstr "" #. module: base -#, python-format #: code:addons/base/module/wizard/wizard_module_import.py:0 +#, python-format msgid "Can not create the module file: %s !" msgstr "" @@ -4301,13 +4810,13 @@ msgid "Published Version" msgstr "" #. module: base -#: help:res.currency,rate:0 -#: help:res.currency.rate,rate:0 -msgid "The rate of the currency to the currency of rate 1" +#: field:ir.actions.act_window,auto_refresh:0 +msgid "Auto-Refresh" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country_state +#: field:maintenance.contract.wizard,state:0 #: model:ir.ui.menu,name:base.menu_country_state_partner msgid "States" msgstr "" @@ -4318,9 +4827,9 @@ msgid "Rate" msgstr "" #. module: base -#: selection:res.lang,direction:0 -msgid "Right-to-left" -msgstr "" +#: field:res.request,ref_doc1:0 +msgid "Document Ref 1" +msgstr "文档参照1" #. module: base #: view:ir.actions.server:0 @@ -4375,8 +4884,9 @@ msgid "Status" msgstr "状态" #. module: base -#: field:ir.actions.act_window,auto_refresh:0 -msgid "Auto-Refresh" +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" msgstr "" #. module: base @@ -4411,9 +4921,9 @@ msgid "STOCK_GO_DOWN" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report title" -msgstr "报告头" +#: view:ir.actions.server:0 +msgid "Only one client action will be execute, last clinent action will be consider in case of multiples clients actions" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 @@ -4431,6 +4941,11 @@ msgstr "组名称" msgid "Modules to download" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "6. %d, %m ==> 05, 12" +msgstr "" + #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 @@ -4438,8 +4953,8 @@ msgid "Fax" msgstr "" #. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." +#: help:ir.actions.server,mobile:0 +msgid "provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number" msgstr "" #. module: base @@ -4454,18 +4969,19 @@ msgid "STOCK_PRINT_PREVIEW" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The perm_read method is not implemented on this object !" msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: field:res.users,company_id:0 -#: view:res.company:0 -msgid "Company" +#: help:ir.actions.server,wkf_model_id:0 +msgid "Workflow to be execute on which model" +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Field Mapping" msgstr "" #. module: base @@ -4473,11 +4989,6 @@ msgstr "" msgid "Created date" msgstr "" -#. module: base -#: view:ir.actions.server:0 -msgid "Email / SMS" -msgstr "" - #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" @@ -4488,12 +4999,22 @@ msgstr "" msgid "ir.sequence" msgstr "" +#. module: base +#: field:res.users,menu_id:0 +msgid "Menu Action" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 #: selection:ir.module.module,state:0 msgid "Not Installed" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Lithuanian / Lietuvių kalba" +msgstr "" + #. module: base #: field:res.partner.event,canal_id:0 #: view:res.partner.canal:0 @@ -4505,6 +5026,18 @@ msgstr "销售渠道" msgid "Icon" msgstr "" +#. module: base +#: help:ir.actions.server,subject:0 +msgid "Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_maintenance_contract_add +#: view:maintenance.contract.wizard:0 +msgid "Add Maintenance Contract" +msgstr "" + #. module: base #: wizard_button:module.lang.import,init,finish:0 #: wizard_button:module.lang.install,start,end:0 @@ -4518,8 +5051,8 @@ msgid "Repeat missed" msgstr "Repeat all missed" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "Couldn't find tag '%s' in parent view !" msgstr "" @@ -4533,12 +5066,22 @@ msgstr "" msgid "ir.translation" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%p - Equivalent of either AM or PM." +msgstr "" + #. module: base #: field:ir.actions.act_window,limit:0 #: field:ir.report.custom,limitt:0 msgid "Limit" msgstr "" +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Actions" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act @@ -4552,6 +5095,11 @@ msgstr "" msgid "Or" msgstr "" +#. module: base +#: field:ir.actions.todo,note:0 +msgid "Text" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" @@ -4567,18 +5115,19 @@ msgstr "" msgid "Childs" msgstr "子项" +#. module: base +#: field:maintenance.contract,date_stop:0 +msgid "Ending Date" +msgstr "" + #. module: base #: selection:ir.translation,type:0 msgid "Selection" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" msgstr "" #. module: base @@ -4593,8 +5142,8 @@ msgid "Installed modules" msgstr "" #. module: base -#, python-format #: code:addons/base/res/partner/partner.py:0 +#, python-format msgid "Warning" msgstr "" @@ -4603,14 +5152,30 @@ msgstr "" msgid "STOCK_ABOUT" msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify an action to launch !" +msgstr "" + #. module: base #: field:ir.rule,operator:0 msgid "Operator" msgstr "" #. module: base -#, python-format +#: view:res.partner.address:0 +msgid "Partner Address" +msgstr "" + +#. module: base +#: view:wizard.module.lang.export:0 +msgid "Export language" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "ValidateError" msgstr "" @@ -4620,6 +5185,7 @@ msgid "STOCK_OPEN" msgstr "" #. module: base +#: field:ir.actions.server,action_id:0 #: selection:ir.actions.server,state:0 msgid "Client Action" msgstr "" @@ -4642,31 +5208,37 @@ msgid "Import module" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Version:" +#: selection:module.lang.install,init,lang:0 +msgid "Czech / Čeština" msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Trigger Configuration" +#: view:res.lang:0 +msgid "1. %c ==> Fri Dec 5 18:25:20 2008" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" msgstr "" #. module: base -#: field:res.company,rml_footer1:0 -msgid "Report Footer 1" +#: model:ir.model,name:base.model_maintenance_contract +#: view:maintenance.contract:0 +msgid "Maintenance Contract" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_model.py:0 +#, python-format msgid "You can not delete this document! (%s)" msgstr "" +#. module: base +#: field:res.lang,grouping:0 +msgid "Separator Format" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_report_custom #: view:ir.report.custom:0 @@ -4706,19 +5278,19 @@ msgid "Non Updatable" msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "Printed:" +#: view:ir.values:0 +msgid "Connect Events to Actions" msgstr "" #. module: base -#, python-format #: code:addons/base/module/module.py:0 +#, python-format msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not implemented set_memory method !" msgstr "" @@ -4727,6 +5299,21 @@ msgstr "" msgid "Current Window" msgstr "" +#. module: base +#: view:ir.values:0 +msgid "Action Source" +msgstr "" + +#. module: base +#: selection:ir.values,key2:0 +msgid "/" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century as a decimal number [00,99]." +msgstr "" + #. module: base #: view:res.partner.category:0 msgid "Partner category" @@ -4749,18 +5336,19 @@ msgstr "" msgid "Fields" msgstr "" -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "Interface" -msgstr "界面" - #. module: base #: model:ir.ui.menu,name:base.menu_base_config +#: model:ir.ui.menu,name:base.menu_config #: view:ir.sequence:0 #: view:res.company:0 msgid "Configuration" msgstr "" +#. module: base +#: field:maintenance.contract,date_start:0 +msgid "Starting Date" +msgstr "" + #. module: base #: field:ir.model.fields,ttype:0 #: view:ir.model:0 @@ -4783,16 +5371,31 @@ msgstr "状态编码" msgid "On delete" msgstr "" +#. module: base +#: view:res.request:0 +msgid "Reply" +msgstr "回复" + #. module: base #: view:ir.sequence:0 msgid "Year with century: %(year)s" msgstr "" +#. module: base +#: view:maintenance.contract.wizard:0 +msgid "_Cancel" +msgstr "" + #. module: base #: view:ir.report.custom:0 msgid "Subscribe Report" msgstr "订阅报表" +#. module: base +#: selection:res.lang,direction:0 +msgid "Left-to-Right" +msgstr "" + #. module: base #: field:ir.values,object:0 msgid "Is Object" @@ -4808,17 +5411,27 @@ msgstr "" msgid "Daily" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" + #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" msgstr "" #. module: base -#, python-format #: code:addons/base/ir/ir_report_custom.py:0 +#, python-format msgid "Field %d should be a figure" msgstr "" +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "类别名称" + #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 @@ -4827,8 +5440,8 @@ msgid "Gantt" msgstr "" #. module: base -#, python-format #: code:osv/fields.py:0 +#, python-format msgid "Not Implemented" msgstr "" @@ -4885,16 +5498,36 @@ msgstr "" msgid "STOCK_PREFERENCES" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%c - Appropriate date and time representation." +msgstr "" + #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short description" msgstr "" +#. module: base +#: help:ir.actions.server,trigger_obj_id:0 +msgid "select the object from the model on which the workflow will execute" +msgstr "" + #. module: base #: help:ir.actions.report.xml,attachment:0 msgid "This is the prefix of the file name the print will be saved as attachement. Keep empty to not save the printed reports" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%X - Appropriate time representation." +msgstr "" + +#. module: base +#: view:ir.actions.server:0 +msgid "Iteration Action Configuration" +msgstr "" + #. module: base #: field:res.country.state,name:0 msgid "State Name" @@ -4905,11 +5538,27 @@ msgstr "状态名称" msgid "Your Logo - Use a size of about 450x150 pixels." msgstr "" +#. module: base +#: help:res.lang,grouping:0 +msgid "The Separator Format should be like [,n] where 0 < n :starting from Unit digit.-1 will end the separation. e.g. [3,2,-1] will represent 106500 to be 1,06,500;[1,2,-1] will represent it to be 106,50,0;[3] will represent it as 106,500. Provided ',' as the thousand separator in each case." +msgstr "" + +#. module: base +#: code:osv/orm.py:0 +#, python-format +msgid "Error occured while validating the field(s) %s: %s" +msgstr "" + #. module: base #: selection:ir.ui.menu,icon:0 msgid "STOCK_DELETE" msgstr "" +#. module: base +#: field:res.partner.event,planned_cost:0 +msgid "Planned Cost" +msgstr "计划成本" + #. module: base #: field:workflow.activity,join_mode:0 msgid "Join Mode" @@ -4921,15 +5570,14 @@ msgid "a5" msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Calendar" +#: wizard_field:res.partner.spam_send,init,text:0 +#: field:ir.actions.server,message:0 +msgid "Message" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" +#: help:ir.actions.server,trigger_name:0 +msgid "Select the Signal name that is to be " msgstr "" #. module: base @@ -4938,12 +5586,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Maintenance Error !" -msgstr "" - #. module: base #: view:wizard.module.lang.export:0 msgid "To improve some terms of the official translations of OpenERP, you should modify the terms directly on the launchpad interface. If you made lots of translations for your own module, you can also publish all your translation at once." @@ -4968,7 +5610,7 @@ msgid "Graph" msgstr "" #. module: base -#: field:ir.module.module,latest_version:0 +#: field:ir.module.module,installed_version:0 msgid "Latest version" msgstr "" @@ -4988,8 +5630,8 @@ msgid "Start installation" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" +#: selection:res.request,state:0 +msgid "closed" msgstr "" #. module: base @@ -4998,9 +5640,8 @@ msgid "Module dependency" msgstr "" #. module: base -#, python-format -#: code:osv/orm.py:0 -msgid "The name_get method is not implemented on this object !" +#: view:res.lang:0 +msgid "%w - Weekday as a decimal number [0(Sunday),6]." msgstr "" #. module: base @@ -5014,6 +5655,11 @@ msgstr "" msgid "STOCK_DND_MULTIPLE" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.maintenance +msgid "Maintenance" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" @@ -5061,6 +5707,7 @@ msgstr "" #. module: base #: field:res.bank,email:0 +#: field:res.partner.address,email:0 msgid "E-Mail" msgstr "" @@ -5127,9 +5774,14 @@ msgid "Import a Translation File" msgstr "" #. module: base -#, python-format -#: code:addons/base/ir/ir_actions.py:0 -msgid "Please specify the Partner Email address !" +#: help:ir.values,model_id:0 +msgid "This field is not used, it only helps you to select a good model." +msgstr "" + +#. module: base +#: field:workflow.activity,in_transitions:0 +#: view:workflow.activity:0 +msgid "Incoming transitions" msgstr "" #. module: base @@ -5139,6 +5791,11 @@ msgstr "" msgid "Partners Titles" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Simple domain setup" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_translation_untrans #: model:ir.ui.menu,name:base.menu_action_translation_untrans @@ -5150,6 +5807,11 @@ msgstr "" msgid "If you use a formula type, use a python expression using the variable 'object'." msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Italian / Italiano" +msgstr "" + #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" @@ -5166,9 +5828,8 @@ msgid "VAT" msgstr "VAT" #. module: base -#, python-format -#: code:addons/base/maintenance/maintenance.py:0 -msgid "Valid Maintenance Contract !" +#: model:ir.ui.menu,name:base.menu_translation_app +msgid "Application Terms" msgstr "" #. module: base @@ -5186,28 +5847,35 @@ msgstr "" msgid "Access Menu" msgstr "" +#. module: base +#: field:workflow.transition,trigger_model:0 +msgid "Trigger Object" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_partner_som msgid "res.partner.som" msgstr "" #. module: base -#, python-format -#: code:report/custom.py:0 +#: field:ir.actions.server,mobile:0 +msgid "Mobile No" +msgstr "" + +#. module: base #: code:addons/base/ir/ir_actions.py:0 #: code:addons/base/ir/ir_model.py:0 -#: code:addons/base/res/res_user.py:0 #: code:addons/base/res/res_currency.py:0 +#: code:addons/base/res/res_user.py:0 #: code:addons/base/module/module.py:0 +#: code:report/custom.py:0 +#, python-format msgid "Error" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_category_form -#: model:ir.model,name:base.model_res_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_form -#: view:res.partner.category:0 -msgid "Partner Categories" +#: selection:module.lang.install,init,lang:0 +msgid "ar_AR" msgstr "" #. module: base @@ -5226,6 +5894,11 @@ msgstr "序列代码" msgid "active" msgstr "" +#. module: base +#: selection:server.action.create,init,type:0 +msgid "Open Report" +msgstr "" + #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" @@ -5266,11 +5939,6 @@ msgstr "伙伴助记状态" msgid "Bank Accounts" msgstr "" -#. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "TGZ Archive" -msgstr "" - #. module: base #: model:ir.model,name:base.model_res_partner_title msgid "res.partner.title" @@ -5289,7 +5957,12 @@ msgstr "前缀" #. module: base #: selection:ir.ui.menu,icon:0 -msgid "terp-product" +msgid "STOCK_DISCONNECT" +msgstr "" + +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "German / Deutsch" msgstr "" #. module: base @@ -5303,11 +5976,6 @@ msgstr "" msgid "Fields Mapping" msgstr "" -#. module: base -#: field:ir.default,ref_table:0 -msgid "Table Ref." -msgstr "表参照" - #. module: base #: wizard_button:base.module.import,import,open_window:0 #: wizard_button:server.action.create,step_1,end:0 @@ -5354,6 +6022,11 @@ msgstr "" msgid "Start Upgrade" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "French / Français" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" @@ -5376,9 +6049,13 @@ msgid "Calculate Sum" msgstr "" #. module: base -#: field:ir.cron,args:0 -msgid "Arguments" -msgstr "参数" +#: rml:ir.module.reference:0 +#: model:ir.model,name:base.model_ir_module_module +#: field:ir.model.data,module:0 +#: field:ir.module.module.dependency,module_id:0 +#: view:ir.module.module:0 +msgid "Module" +msgstr "" #. module: base #: field:workflow.instance,res_type:0 @@ -5413,6 +6090,12 @@ msgstr "函数" msgid "Error! You can not create recursive companies." msgstr "" +#. module: base +#: code:addons/base/ir/ir_actions.py:0 +#, python-format +msgid "Please specify the Partner Email address !" +msgstr "" + #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" @@ -5428,17 +6111,6 @@ msgstr "" msgid "Description" msgstr "说明" -#. module: base -#, python-format -#: code:addons/base/ir/ir_report_custom.py:0 -msgid "Invalid operation" -msgstr "" - -#. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "" - #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account owner" @@ -5449,6 +6121,11 @@ msgstr "" msgid "STOCK_INDENT" msgstr "" +#. module: base +#: view:res.request.history:0 +msgid "Request History" +msgstr "请求历史" + #. module: base #: field:ir.exports.line,name:0 #: field:res.partner.bank.type.field,name:0 @@ -5466,8 +6143,8 @@ msgid "ir.attachment" msgstr "" #. module: base -#, python-format #: code:osv/orm.py:0 +#, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" @@ -5486,9 +6163,16 @@ msgstr "" msgid "Workflow Workitems" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" + #. module: base #: wizard_field:res.partner.sms_send,init,password:0 #: field:ir.model.config,password:0 +#: field:maintenance.contract,password:0 +#: field:maintenance.contract.wizard,password:0 #: field:res.users,password:0 msgid "Password" msgstr "" @@ -5499,8 +6183,8 @@ msgid "Role" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" +#: selection:res.lang,direction:0 +msgid "Right-to-Left" msgstr "" #. module: base @@ -5511,8 +6195,8 @@ msgid "Customer" msgstr "" #. module: base -#: view:ir.rule.group:0 -msgid "Multiple rules on same objects are joined using operator OR" +#: selection:maintenance.contract.wizard,state:0 +msgid "Unvalidated" msgstr "" #. module: base @@ -5587,6 +6271,11 @@ msgstr "" msgid "a4" msgstr "" +#. module: base +#: help:ir.actions.server,loop_action:0 +msgid "select the action, which will be executes. Loop action will not be avaliable inside loop" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_partner_customer_form_new #: model:ir.ui.menu,name:base.menu_partner_customer_form_new @@ -5642,6 +6331,16 @@ msgstr "" msgid "Sequence" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "11. %U or %W ==> 48 (49th week)" +msgstr "" + +#. module: base +#: wizard_view:module.lang.import,init:0 +msgid "Import language" +msgstr "" + #. module: base #: help:res.partner.address,type:0 msgid "Used to select automatically the right address according to the context in sales and purchases documents." @@ -5653,6 +6352,11 @@ msgid "Number of time the function is called,\n" "a negative number indicates that the function will always be called" msgstr "" +#. module: base +#: selection:module.lang.install,init,lang:0 +msgid "Chinese (CN) / 简体中文" +msgstr "" + #. module: base #: field:ir.report.custom,footer:0 msgid "Report Footer" @@ -5684,14 +6388,19 @@ msgid "Cancel Install" msgstr "" #. module: base -#, python-format +#: selection:module.lang.install,init,lang:0 +msgid "pl_PL" +msgstr "" + +#. module: base #: code:osv/orm.py:0 +#, python-format msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" +#: selection:module.lang.install,init,lang:0 +msgid "Russian / русский язык" msgstr "" #. module: base diff --git a/bin/addons/base/ir/ir.xml b/bin/addons/base/ir/ir.xml index 78bd6dd3307..9ec4756aebd 100644 --- a/bin/addons/base/ir/ir.xml +++ b/bin/addons/base/ir/ir.xml @@ -1,6 +1,46 @@ + + + + ir.values.form.action + ir.values + form + 20 + +
+ + + + + + + + + + + + + + + + +
+
+ + Connect Actions To Client Events + ir.actions.act_window + ir.values + form + form,tree + + [('key','=','action')] + {'read':'default','default_object':1} + + + + @@ -705,8 +745,8 @@ 'readonly': [('ttype','!=','one2many'), ('ttype','!=','many2one'), ('ttype','!=','many2many')]}"/> - - + + @@ -783,8 +823,8 @@ - - + + @@ -1148,46 +1188,43 @@ form
- - - - - + + + + + + + - - + - - - - + + + - - - + + + - - - - + + + - - - - + + - @@ -1207,21 +1244,17 @@ - - - - - @@ -1236,6 +1269,7 @@ + @@ -1274,28 +1308,28 @@ - + ir.actions.todo - Config Wizard Steps + Config Wizard Steps tree - + - + ir.actions.todo - Config Wizard Steps + Config Wizard Steps form
- + @@ -1308,7 +1342,7 @@ ir.actions.todo form - [('type','=','configure')] + [('type','=','configure')] diff --git a/bin/addons/base/ir/ir_actions.py b/bin/addons/base/ir/ir_actions.py index eccbc17f397..86496776111 100644 --- a/bin/addons/base/ir/ir_actions.py +++ b/bin/addons/base/ir/ir_actions.py @@ -365,7 +365,7 @@ server_object_lines() # Actions that are run on the server side # class actions_server(osv.osv): - + def _select_signals(self, cr, uid, context={}): cr.execute("select distinct t.signal as key, t.signal || ' - [ ' || w.osv || ' ] ' as val from wkf w, wkf_activity a, wkf_transition t "\ " where w.id = a.wkf_id " \ @@ -377,15 +377,14 @@ class actions_server(osv.osv): if not rs[0] == None and not rs[1] == None: res.append(rs) return res - + _name = 'ir.actions.server' _table = 'ir_act_server' _sequence = 'ir_actions_id_seq' _order = 'sequence' _columns = { - 'name': fields.char('Action Name', required=True, size=64), - 'condition' : fields.char('Condition', size=256), - 'sub_condition' : fields.char('Condition', size=256), + 'name': fields.char('Action Name', required=True, size=64, help="Easy to Refer action by name i.e. One Sales Order -> Many Invoice"), + 'condition' : fields.char('Condition', size=256, required=True, help="Condition that is to be test before execute action, i.e : object.list_price > object.cost_price"), 'state': fields.selection([ ('client_action','Client Action'), ('dummy','Dummy'), @@ -397,18 +396,18 @@ class actions_server(osv.osv): ('object_create','Create Object'), ('object_write','Write Object'), ('other','Multi Actions'), - ], 'Action Type', required=True, size=32), - 'code':fields.text('Python Code'), - 'sequence': fields.integer('Sequence'), - 'model_id': fields.many2one('ir.model', 'Object', required=True), - 'action_id': fields.many2one('ir.actions.actions', 'Client Action'), - 'trigger_name': fields.selection(_select_signals, string='Trigger Name', size=128), - 'wkf_model_id': fields.many2one('ir.model', 'Workflow on'), - 'trigger_obj_id': fields.many2one('ir.model.fields','Trigger On'), - 'email': fields.char('Email Address', size=512), - 'subject': fields.char('Subject', size=1024, translate=True), - 'message': fields.text('Message', translate=True), - 'mobile': fields.char('Mobile No', size=512), + ], 'Action Type', required=True, size=32, help="Type of the Action that is to be execute"), + 'code':fields.text('Python Code', help="python code to be execute"), + 'sequence': fields.integer('Sequence', help="Important when you deal with the multi action, the execution order will be decided based on this, low number higher priority"), + 'model_id': fields.many2one('ir.model', 'Object', required=True, help="select the obect on which the action will work (read, write, create)"), + 'action_id': fields.many2one('ir.actions.actions', 'Client Action', help="Select the Ation Window, Report, Wizard to be execute"), + 'trigger_name': fields.selection(_select_signals, string='Trigger Name', size=128, help="Select the Signal name that is to be "), + 'wkf_model_id': fields.many2one('ir.model', 'Workflow on', help="Workflow to be execute on which model"), + 'trigger_obj_id': fields.many2one('ir.model.fields','Trigger On', help="select the object from the model on which the workflow will execute"), + 'email': fields.char('Email Address', size=512, help="provides the fiels that will refer to the tiny to fetch the email address, i.e. you select the invoice, then `object.invoice_address_id.email` is the field which give the correct address"), + 'subject': fields.char('Subject', size=1024, translate=True, help="Specify the subject, you can use the fields from the object. like `Hello [[ object.partner_id.name ]]`"), + 'message': fields.text('Message', translate=True, help="Specify the Message, you can use the fields from the object. like `Dear [[ object.partner_id.name ]]`"), + 'mobile': fields.char('Mobile No', size=512, help="provides the fiels that will refer to the tiny to fetch the mobile number, i.e. you select the invoice, then `object.invoice_address_id.mobile` is the field which give the correct mobile number"), 'sms': fields.char('SMS', size=160, translate=True), 'child_ids': fields.many2many('ir.actions.server', 'rel_server_actions', 'server_id', 'action_id', 'Others Actions'), 'usage': fields.char('Action Usage', size=32), @@ -417,13 +416,12 @@ class actions_server(osv.osv): 'fields_lines': fields.one2many('ir.server.object.lines', 'server_id', 'Fields Mapping'), 'record_id':fields.many2one('ir.model.fields', 'Create Id', help="Provide the field name from where the record id stores after the create operations, if its empty, you can not track the new record"), 'write_id':fields.char('Write Id', size=256, help="Provide the field name from where the record id refer for the write operation, if its empty it will refer to the active id of the object"), - 'loop_action':fields.many2one('ir.actions.server', 'Loop Action'), - 'expression':fields.char('Loop Expression', size=512), + 'loop_action':fields.many2one('ir.actions.server', 'Loop Action', help="select the action, which will be executes. Loop action will not be avaliable inside loop"), + 'expression':fields.char('Loop Expression', size=512, help="enter the field/expression that will return the list, i.e. select the sale order in Object, and we can have loop on sales order line. Expression = `object.order_line`"), } _defaults = { 'state': lambda *a: 'dummy', 'condition': lambda *a: 'True', - 'sub_condition': lambda *a: 'True', 'type': lambda *a: 'ir.actions.server', 'sequence': lambda *a: 5, 'code': lambda *a: """# You can use the following variables diff --git a/bin/addons/base/ir/ir_translation.py b/bin/addons/base/ir/ir_translation.py index 0e9e28ddeed..f5beb9475b5 100644 --- a/bin/addons/base/ir/ir_translation.py +++ b/bin/addons/base/ir/ir_translation.py @@ -79,6 +79,7 @@ class ir_translation(osv.osv): cr.execute('CREATE INDEX ir_translation_lts ON ir_translation (lang, type, src)') cr.commit() + @tools.cache(skiparg=3) def _get_ids(self, cr, uid, name, tt, lang, ids): translations = {} if ids: diff --git a/bin/addons/base/ir/ir_values.py b/bin/addons/base/ir/ir_values.py index 9bffc4f0719..2f20f8061a5 100644 --- a/bin/addons/base/ir/ir_values.py +++ b/bin/addons/base/ir/ir_values.py @@ -49,19 +49,45 @@ class ir_values(osv.osv): value = pickle.dumps(eval(value)) self.write(cursor, user, id, {name[:-9]: value}, context=ctx) + def onchange_object_id(self, cr, uid, ids, object_id, context={}): + if not object_id: return {} + act = self.pool.get('ir.model').browse(cr, uid, object_id, context=context) + return { + 'value': {'model': act.model} + } + + def onchange_action_id(self, cr, uid, ids, action_id, context={}): + if not action_id: return {} + act = self.pool.get('ir.actions.actions').browse(cr, uid, action_id, context=context) + return { + 'value': {'value_unpickle': act.type+','+str(act.id)} + } + _columns = { 'name': fields.char('Name', size=128), - 'model': fields.char('Object', size=128), + 'model_id': fields.many2one('ir.model', 'Object', size=128, + help="This field is not used, it only helps you to select a good model."), + 'model': fields.char('Object Name', size=128), + 'action_id': fields.many2one('ir.actions.actions', 'Action', + help="This field is not used, it only helps you to select the right action."), 'value': fields.text('Value'), 'value_unpickle': fields.function(_value_unpickle, fnct_inv=_value_pickle, method=True, type='text', string='Value'), 'object': fields.boolean('Is Object'), - 'key': fields.char('Type', size=128), - 'key2': fields.char('Value', size=256), + 'key': fields.selection([('action','Action'),('default','Default')], 'Type', size=128), + 'key2': fields.selection([ + ('client_action_multi', 'Wizard in Forms'), + ('client_action_relate', 'Relate on Object'), + ('client_print_multi', 'Print'), + ('tree_but_action', 'Wizard in Tree'), + ('tree_but_open', 'Open on Tree'), + ('','/') + ], string='Event Type', size=256, + help="The kind of action or button in the client side that will trigger the action."), 'meta': fields.text('Meta Datas'), 'meta_unpickle': fields.function(_value_unpickle, fnct_inv=_value_pickle, method=True, type='text', string='Meta Datas'), - 'res_id': fields.integer('Resource ID'), + 'res_id': fields.integer('Object ID', help="Keep 0 if the action must appear on all resources."), 'user_id': fields.many2one('res.users', 'User', ondelete='cascade'), 'company_id': fields.many2one('res.company', 'Company') } diff --git a/bin/addons/base/module/module.py b/bin/addons/base/module/module.py index e680eff0451..f2541a17791 100644 --- a/bin/addons/base/module/module.py +++ b/bin/addons/base/module/module.py @@ -459,11 +459,34 @@ class module(osv.osv): continue for lang in filter_lang: - f = os.path.join(tools.config['addons_path'], mod.name, 'i18n', lang + '.po') + f = os.path.join(addons.get_module_path(mod.name), 'i18n', lang + '.po') if os.path.exists(f): logger.notifyChannel("init", netsvc.LOG_INFO, 'module %s: loading translation file for language %s' % (mod.name, lang)) tools.trans_load(cr.dbname, f, lang, verbose=False) + def write(self, cr, uid, ids, vals, context=None): + # Override the write method because we want to show a warning when the description field is empty ! + if isinstance( ids, (long, int) ): + ids = [ids] + if 'description' in vals and not vals['description']: + logger = netsvc.Logger() + for mod in self.browse(cr, uid, ids): + logger.notifyChannel("init", netsvc.LOG_WARNING, 'module %s: description is empty !' % (mod.name)) + + return super(module, self).write(cr, uid, ids, vals, context=context) + + def create(self, cr, uid, vals, context=None): + # Override the create method because we want to show a warning when the description field is empty ! + module_id = super(module, self).create(cr, uid, vals, context=context) + + if 'description' in vals and not vals['description']: + logger = netsvc.Logger() + for mod in self.browse(cr, uid, [module_id]): + logger.notifyChannel("init", netsvc.LOG_WARNING, 'module %s: description is empty !' % (mod.name)) + + return module_id + + module() class module_dependency(osv.osv): diff --git a/bin/addons/base/module/wizard/wizard_module_upgrade.py b/bin/addons/base/module/wizard/wizard_module_upgrade.py index 782457c00fd..fb31bdec141 100644 --- a/bin/addons/base/module/wizard/wizard_module_upgrade.py +++ b/bin/addons/base/module/wizard/wizard_module_upgrade.py @@ -65,8 +65,7 @@ class wizard_info_get(wizard.interface): 'module_download': '\n'.join(url)} def _check_upgrade_module(self,cr,uid,data,context): - db, pool = pooler.get_db_and_pool(cr.dbname) - cr = db.cursor() + pool = pooler.get_pool(cr.dbname) mod_obj = pool.get('ir.module.module') ids = mod_obj.search(cr, uid, [ ('state', 'in', ['to upgrade', 'to remove', 'to install'])]) @@ -76,17 +75,16 @@ class wizard_info_get(wizard.interface): return 'end' def _upgrade_module(self, cr, uid, data, context): - db, pool = pooler.get_db_and_pool(cr.dbname) - cr = db.cursor() + pool = pooler.get_pool(cr.dbname) mod_obj = pool.get('ir.module.module') ids = mod_obj.search(cr, uid, [('state', 'in', ['to upgrade', 'to remove', 'to install'])]) unmet_packages = [] mod_dep_obj = pool.get('ir.module.module.dependency') for mod in mod_obj.browse(cr, uid, ids): - depends_mod_ids = mod_dep_obj.search(cr, uid, [('module_id', '=', mod.id)]) - for dep_mod in mod_dep_obj.browse(cr, uid, depends_mod_ids): + depends_mod_ids = mod_dep_obj.search(cr, uid, [('module_id', '=', mod.id)]) + for dep_mod in mod_dep_obj.browse(cr, uid, depends_mod_ids): if dep_mod.state in ('unknown','uninstalled'): - unmet_packages.append(dep_mod.name) + unmet_packages.append(dep_mod.name) if len(unmet_packages): raise wizard.except_wizard('Unmet dependency !', 'Following modules are uninstalled or unknown. \n\n'+'\n'.join(unmet_packages)) mod_obj.download(cr, uid, ids, context=context) @@ -158,8 +156,7 @@ class wizard_info_get_simple(wizard.interface): 'module_download': '\n'.join(url)} def _check_upgrade_module(self,cr,uid,data,context): - db, pool = pooler.get_db_and_pool(cr.dbname) - cr = db.cursor() + pool = pooler.get_pool(cr.dbname) mod_obj = pool.get('ir.module.module') ids = mod_obj.search(cr, uid, [ ('state', 'in', ['to upgrade', 'to remove', 'to install'])]) @@ -169,8 +166,7 @@ class wizard_info_get_simple(wizard.interface): return 'end' def _upgrade_module(self, cr, uid, data, context): - db, pool = pooler.get_db_and_pool(cr.dbname) - cr = db.cursor() + pool = pooler.get_pool(cr.dbname) mod_obj = pool.get('ir.module.module') ids = mod_obj.search(cr, uid, [('state', 'in', ['to upgrade', 'to remove', 'to install'])]) unmet_packages = [] diff --git a/bin/addons/base/rng/form.rng b/bin/addons/base/rng/form.rng index 73477113f62..b8a93c67549 100644 --- a/bin/addons/base/rng/form.rng +++ b/bin/addons/base/rng/form.rng @@ -1,21 +1,21 @@ - - - - - + - - - - - + + + + + + + + + - + diff --git a/bin/addons/base/rng/view.rng b/bin/addons/base/rng/view.rng index 5f3b7db904d..bb6059ad5fb 100644 --- a/bin/addons/base/rng/view.rng +++ b/bin/addons/base/rng/view.rng @@ -156,6 +156,7 @@ + @@ -222,6 +223,7 @@ + @@ -302,6 +304,7 @@ + @@ -336,6 +339,7 @@ + diff --git a/bin/addons/base/security/ir.model.access.csv b/bin/addons/base/security/ir.model.access.csv index 41710001246..3455272e5be 100644 --- a/bin/addons/base/security/ir.model.access.csv +++ b/bin/addons/base/security/ir.model.access.csv @@ -130,3 +130,5 @@ "access_res_bank_group_partner_manager","res_bank_group_partner_manager","model_res_bank","group_partner_manager",1,1,1,1 "access_res_bank_user","res_bank user","model_res_bank","group_user",1,0,0,0 "access_maintenance_group_user","maintenance_contract group_user","model_maintenance_contract","group_maintenance_manager",1,1,1,1 +"access_maintenance_contract_module","maintenance.contract.module","model_maintenance_contract_module","group_maintenance_manager",1,1,1,1 +"access_maintenance_contract_wizard","maintenance.contract.wizard","model_maintenance_contract_wizard","group_maintenance_manager",1,1,1,1 diff --git a/bin/netsvc.py b/bin/netsvc.py index a25f53cf204..8eb7023bd90 100644 --- a/bin/netsvc.py +++ b/bin/netsvc.py @@ -4,7 +4,10 @@ # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved -# $Id$ +# The refactoring about the OpenSSL support come from Tryton +# Copyright (C) 2007-2008 Cédric Krier. +# Copyright (C) 2007-2008 Bertrand Chenal. +# Copyright (C) 2008 B2CK SPRL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,22 +24,25 @@ # ############################################################################## -import time -import threading -import SimpleXMLRPCServer, signal, sys, xmlrpclib +import SimpleXMLRPCServer import SocketServer -import socket import logging import logging.handlers import os +import signal +import socket +import sys +import threading +import time +import xmlrpclib +import release _service = {} _group = {} _res_id = 1 _res = {} - class ServiceEndPointCall(object): def __init__(self, id, method): self._id = id @@ -131,20 +137,10 @@ class LocalService(Service): Logger().notifyChannel('module', LOG_ERROR, 'This service does not exists: %s' % (str(keyError),) ) raise - - -class ServiceUnavailable(Exception): - pass - - def service_exist(name): return (name in _service) and bool(_service[name]) - -def get_rpc_paths(): - return map(lambda s: '/xmlrpc/%s' % s, _service) - - +LOG_NOTSET = 'notset' LOG_DEBUG_RPC = 'debug_rpc' LOG_DEBUG = 'debug' LOG_INFO = 'info' @@ -159,7 +155,24 @@ def init_logger(): from tools import config import os + logger = logging.getLogger() + + if config['syslog']: + # SysLog Handler + if os.name == 'nt': + sysloghandler = logging.handlers.NTEventLogHandler("%s %s" % + (release.description, + release.version)) + else: + sysloghandler = logging.handlers.SysLogHandler('/dev/log') + formatter = logging.Formatter('%(application)s:%(uncoloredlevelname)s:%(name)s:%(message)s') + sysloghandler.setFormatter(formatter) + logger.addHandler(sysloghandler) + + # create a format for log messages and dates + formatter = logging.Formatter('[%(asctime)s] %(levelname)s:%(name)s:%(message)s', '%a %b %d %Y %H:%M:%S') if config['logfile']: + # LogFile Handler logf = config['logfile'] try: dirname = os.path.dirname(logf) @@ -170,17 +183,16 @@ def init_logger(): sys.stderr.write("ERROR: couldn't create the logfile directory\n") handler = logging.StreamHandler(sys.stdout) else: + # Normal Handler on standard output handler = logging.StreamHandler(sys.stdout) - # create a format for log messages and dates - formatter = logging.Formatter('[%(asctime)s] %(levelname)s:%(name)s:%(message)s', '%a %b %d %H:%M:%S %Y') # tell the handler to use this format handler.setFormatter(formatter) # add the handler to the root logger - logging.getLogger().addHandler(handler) - logging.getLogger().setLevel(config['log_level']) + logger.addHandler(handler) + logger.setLevel(config['log_level'] or '0') if (not isinstance(handler, logging.FileHandler)) and os.name != 'nt': # change color of level names @@ -206,6 +218,14 @@ def init_logger(): class Logger(object): + def uncoloredlevelname(self, level): + # The level'names are globals to all loggers, so we must strip-off the + # color formatting for some specific logger (i.e: syslog) + levelname = logging.getLevelName(getattr(logging, level.upper(), 0)) + if levelname.startswith("\x1b["): + return levelname[10:-4] + return levelname + def notifyChannel(self, name, level, msg): log = logging.getLogger(name) @@ -213,14 +233,19 @@ class Logger(object): fct = lambda msg, *args, **kwargs: log.log(logging.DEBUG_RPC, msg, *args, **kwargs) setattr(log, LOG_DEBUG_RPC, fct) + extra = { + 'uncoloredlevelname': self.uncoloredlevelname(level), + 'application' : "%s %s" % (release.description, release.version), + } + level_method = getattr(log, level) result = str(msg).strip().split('\n') if len(result)>1: for idx, s in enumerate(result): - level_method('[%02d]: %s' % (idx+1, s,)) + level_method('[%02d]: %s' % (idx+1, s,), extra=extra) elif result: - level_method(result[0]) + level_method(result[0], extra=extra) init_logger() @@ -248,46 +273,35 @@ class Agent(object): timer.cancel() quit = classmethod(quit) - -class RpcGateway(object): - def __init__(self, name): - self.name = name - - -class Dispatcher(object): - def __init__(self): - pass - - def monitor(self, signal): - pass - - def run(self): - pass - - class xmlrpc(object): class RpcGateway(object): def __init__(self, name): self.name = name - class GenericXMLRPCRequestHandler: + def log(self, title, msg): + from pprint import pformat + Logger().notifyChannel('XMLRPC-%s' % title, LOG_DEBUG_RPC, pformat(msg)) + def _dispatch(self, method, params): -# print 'TERP-CALL : ',method, params import traceback try: + self.log('method', method) + self.log('params', params) n = self.path.split("/")[-1] s = LocalService(n) m = getattr(s, method) s._service._response = None r = m(*params) + self.log('result', r) res = s._service._response - if res != None: + if res is not None: r = res + self.log('res',r) return r except Exception, e: - tb_s = reduce(lambda x, y: x+y, traceback.format_exception( - sys.exc_type, sys.exc_value, sys.exc_traceback)) + self.log('exception', e) + tb_s = reduce(lambda x, y: x+y, traceback.format_exception(sys.exc_type, sys.exc_value, sys.exc_traceback)) s = str(e) import tools if tools.config['debug_mode']: @@ -296,47 +310,68 @@ class GenericXMLRPCRequestHandler: pdb.post_mortem(tb) raise xmlrpclib.Fault(s, tb_s) +class SSLSocket(object): + def __init__(self, socket): + if not hasattr(socket, 'sock_shutdown'): + from OpenSSL import SSL + import tools + ctx = SSL.Context(SSL.SSLv23_METHOD) + ctx.use_privatekey_file(tools.config['secure_pkey_file']) + ctx.use_certificate_file(tools.config['secure_cert_file']) + self.socket = SSL.Connection(ctx, socket) + else: + self.socket = socket + + def shutdown(self, how): + return self.socket.sock_shutdown(how) + + def __getattr__(self, name): + return getattr(self.socket, name) class SimpleXMLRPCRequestHandler(GenericXMLRPCRequestHandler, SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): - SimpleXMLRPCServer.SimpleXMLRPCRequestHandler.rpc_paths = get_rpc_paths() + rpc_paths = map(lambda s: '/xmlrpc/%s' % s, _service) + +class SecureXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): + def setup(self): + self.connection = SSLSocket(self.request) + self.rfile = socket._fileobject(self.request, "rb", self.rbufsize) + self.wfile = socket._fileobject(self.request, "wb", self.wbufsize) class SimpleThreadedXMLRPCServer(SocketServer.ThreadingMixIn, SimpleXMLRPCServer.SimpleXMLRPCServer): - def server_bind(self): - try: - self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) - SimpleXMLRPCServer.SimpleXMLRPCServer.server_bind(self) - except: - Logger().notifyChannel('init', LOG_CRITICAL, 'Address already in use') - sys.exit(1) + self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) + SimpleXMLRPCServer.SimpleXMLRPCServer.server_bind(self) + +class SecureThreadedXMLRPCServer(SimpleThreadedXMLRPCServer): + def __init__(self, server_address, HandlerClass, logRequests=1): + SimpleThreadedXMLRPCServer.__init__(self, server_address, HandlerClass, logRequests) + self.socket = SSLSocket(socket.socket(self.address_family, self.socket_type)) + self.server_bind() + self.server_activate() class HttpDaemon(threading.Thread): - def __init__(self, interface, port, secure=False): threading.Thread.__init__(self) self.__port = port self.__interface = interface - self.secure = secure - if secure: - from ssl import SecureXMLRPCServer + self.secure = bool(secure) + handler_class = (SimpleXMLRPCRequestHandler, SecureXMLRPCRequestHandler)[self.secure] + server_class = (SimpleThreadedXMLRPCServer, SecureThreadedXMLRPCServer)[self.secure] - class SecureXMLRPCRequestHandler(GenericXMLRPCRequestHandler, SecureXMLRPCServer.SecureXMLRPCRequestHandler): - SecureXMLRPCServer.SecureXMLRPCRequestHandler.rpc_paths = get_rpc_paths() - - class SecureThreadedXMLRPCServer(SocketServer.ThreadingMixIn, SecureXMLRPCServer.SecureXMLRPCServer): - def server_bind(self): - try: - self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) - SecureXMLRPCServer.SecureXMLRPCServer.server_bind(self) - except: - sys.stderr.write("ERROR: address already in use\n") - sys.exit(1) - - self.server = SecureThreadedXMLRPCServer((interface, port), - SecureXMLRPCRequestHandler, 0) + if self.secure: + from OpenSSL.SSL import Error as SSLError else: - self.server = SimpleThreadedXMLRPCServer((interface, port), - SimpleXMLRPCRequestHandler, 0) + class SSLError(Exception): pass + + try: + self.server = server_class((interface, port), handler_class, 0) + except SSLError, e: + Logger().notifyChannel('xml-rpc-ssl', LOG_CRITICAL, "Can't load the certificate and/or the private key files") + sys.exit(1) + except Exception, e: + Logger().notifyChannel('xml-rpc', LOG_CRITICAL, "Error occur when strarting the server daemon: %s" % (e,)) + sys.exit(1) + def attach(self, path, gw): pass @@ -344,16 +379,7 @@ class HttpDaemon(threading.Thread): def stop(self): self.running = False if os.name != 'nt': - if hasattr(socket, 'SHUT_RDWR'): - if self.secure: - self.server.socket.sock_shutdown(socket.SHUT_RDWR) - else: - self.server.socket.shutdown(socket.SHUT_RDWR) - else: - if self.secure: - self.server.socket.sock_shutdown(2) - else: - self.server.socket.shutdown(2) + self.server.socket.shutdown( hasattr(socket, 'SHUT_RDWR') and socket.SHUT_RDWR or 2 ) self.server.socket.close() def run(self): @@ -403,16 +429,17 @@ class TinySocketClientThread(threading.Thread): return False try: self.log(msg) - s = LocalService(msg[0]) - m = getattr(s, msg[1]) - s._service._response = None - r = m(*msg[2:]) - res = s._service._response + service = LocalService(msg[0]) + method = getattr(service, msg[1]) + service._service._response = None + result_from_method = method(*msg[2:]) + res = service._service._response if res != None: - r = res - self.log(r) - ts.mysend(r) + result_from_method = res + self.log(result_from_method) + ts.mysend(result_from_method) except Exception, e: + print repr(e) tb_s = reduce(lambda x, y: x+y, traceback.format_exception(sys.exc_type, sys.exc_value, sys.exc_traceback)) import tools if tools.config['debug_mode']: diff --git a/bin/openerp-server.py b/bin/openerp-server.py index a1a14d1f8ce..7b80a203be4 100644 --- a/bin/openerp-server.py +++ b/bin/openerp-server.py @@ -61,6 +61,14 @@ if pwd.getpwuid(os.getuid())[0] == 'root' : import netsvc logger = netsvc.Logger() +def atexit_callback(): + logger.notifyChannel('shutdown', netsvc.LOG_INFO, "Shutdown Server!") + #logger.notifyChannel('pan! pan!', netsvc.LOG_INFO, "Killed Server ;-)") + +import atexit + +atexit.register(atexit_callback) + #----------------------------------------------------------------------- # import the tools module so that the commandline parameters are parsed #----------------------------------------------------------------------- @@ -82,9 +90,6 @@ if sys.platform == 'win32': #---------------------------------------------------------- logger.notifyChannel("objects", netsvc.LOG_INFO, 'initialising distributed objects services') -dispatcher = netsvc.Dispatcher() -dispatcher.monitor(signal.SIGINT) - #--------------------------------------------------------------- # connect to the database and initialize it with base if needed #--------------------------------------------------------------- @@ -163,17 +168,16 @@ if tools.config['xmlrpc']: try: port = int(tools.config["port"]) except Exception: - logger.notifyChannel("init", netsvc.LOG_ERROR, "invalid port '%s'!" % (tools.config["port"],)) + logger.notifyChannel("init", netsvc.LOG_CRITICAL, "invalid port: %r" % (tools.config["port"],)) sys.exit(1) interface = tools.config["interface"] secure = tools.config["secure"] httpd = netsvc.HttpDaemon(interface, port, secure) - if tools.config["xmlrpc"]: - xml_gw = netsvc.xmlrpc.RpcGateway('web-services') - httpd.attach("/xmlrpc", xml_gw) - logger.notifyChannel("web-services", netsvc.LOG_INFO, "starting XML-RPC%s services, port %s" % ((tools.config['secure'] and ' Secure' or ''), port)) + xml_gw = netsvc.xmlrpc.RpcGateway('web-services') + httpd.attach("/xmlrpc", xml_gw) + logger.notifyChannel("web-services", netsvc.LOG_INFO, "starting XML-RPC%s services, port %s" % ((tools.config['secure'] and ' Secure' or ''), port)) # #if tools.config["soap"]: @@ -220,7 +224,6 @@ if tools.config['netrpc']: tinySocket.start() if tools.config['xmlrpc']: httpd.start() -#dispatcher.run() while True: time.sleep(1) diff --git a/bin/osv/fields.py b/bin/osv/fields.py index f692fc4c53a..e09010bb7f5 100644 --- a/bin/osv/fields.py +++ b/bin/osv/fields.py @@ -426,7 +426,6 @@ class one2many(_column): context = {} if not values: return - _table = obj.pool.get(self._obj)._table obj = obj.pool.get(self._obj) for act in values: diff --git a/bin/osv/orm.py b/bin/osv/orm.py index 5e2d70252fd..487b823f310 100644 --- a/bin/osv/orm.py +++ b/bin/osv/orm.py @@ -129,7 +129,7 @@ class browse_record(object): cache.setdefault(table._name, {}) self._data = cache[table._name] - if not id in self._data: + if id not in self._data: self._data[id] = {'id': id} self._cache = cache @@ -137,7 +137,7 @@ class browse_record(object): def __getitem__(self, name): if name == 'id': return self._id - if not name in self._data[self._id]: + if name not in self._data[self._id]: # build the list of fields we will fetch # fetch the definition of the field which was asked for @@ -166,7 +166,7 @@ class browse_record(object): # otherwise we fetch only that field else: ffields = [(name, col)] - ids = filter(lambda id: not name in self._data[id], self._data.keys()) + ids = filter(lambda id: name not in self._data[id], self._data.keys()) # read the data fffields = map(lambda x: x[0], ffields) datas = self._table.read(self._cr, self._uid, ids, fffields, context=self._context, load="_classic_write") @@ -311,11 +311,11 @@ class orm_template(object): _invalids = set() def _field_create(self, cr, context={}): - cr.execute("SELECT id FROM ir_model WHERE model='%s'" % self._name) + cr.execute("SELECT id FROM ir_model WHERE model=%s", (self._name,)) if not cr.rowcount: cr.execute('SELECT nextval(%s)', ('ir_model_id_seq',)) model_id = cr.fetchone()[0] - cr.execute("INSERT INTO ir_model (id,model, name, info,state) VALUES (%s, %s, %s, %s,%s)", (model_id, self._name, self._description, self.__doc__, 'base')) + cr.execute("INSERT INTO ir_model (id,model, name, info,state) VALUES (%s, %s, %s, %s, %s)", (model_id, self._name, self._description, self.__doc__, 'base')) else: model_id = cr.fetchone()[0] if 'module' in context: @@ -959,7 +959,6 @@ class orm_template(object): return None - netsvc.Logger().notifyChannel('orm', netsvc.LOG_DEBUG, type(src)) doc_src = dom.minidom.parseString(encode(src)) doc_dest = dom.minidom.parseString(encode(inherit)) toparse = doc_dest.childNodes @@ -1726,8 +1725,11 @@ class orm(orm_template): 'translate': (field['translate']), #'select': int(field['select_level']) } + if field['ttype'] == 'selection': self._columns[field['name']] = getattr(fields, field['ttype'])(eval(field['selection']), **attrs) + elif field['ttype'] == 'reference': + self._columns[field['name']] = getattr(fields, field['ttype'])(selection=eval(field['selection']), **attrs) elif field['ttype'] == 'many2one': self._columns[field['name']] = getattr(fields, field['ttype'])(field['relation'], **attrs) elif field['ttype'] == 'one2many': diff --git a/bin/release.py b/bin/release.py index e749e2ab413..5f492e3d0ff 100644 --- a/bin/release.py +++ b/bin/release.py @@ -22,7 +22,7 @@ ############################################################################## name = 'openerp-server' -version = '5.0.0_rc1' +version = '5.0.0_rc2' major_version = '5.0' description = 'OpenERP Server' long_desc = '''\ diff --git a/bin/report/interface.py b/bin/report/interface.py index 59c325f5b51..37e796569bd 100644 --- a/bin/report/interface.py +++ b/bin/report/interface.py @@ -166,7 +166,7 @@ class report_rml(report_int): res = service.execute(cr.dbname, uid, 'ir.translation', '_get_source', self.name2, 'xsl', lang, child.content) if res: - child.setContent(res) + child.setContent(res.encode('utf-8')) look_down(child.children, lang) child = child.next @@ -218,7 +218,7 @@ from report_sxw import report_sxw def register_all(db): opj = os.path.join cr = db.cursor() - cr.execute("SELECT * FROM ir_act_report_xml WHERE auto ORDER BY id") + cr.execute("SELECT * FROM ir_act_report_xml WHERE auto=%s ORDER BY id", (True,)) result = cr.dictfetchall() cr.close() for r in result: diff --git a/bin/report/printscreen/ps_list.py b/bin/report/printscreen/ps_list.py index 98a1c23c4c8..12be7efa476 100644 --- a/bin/report/printscreen/ps_list.py +++ b/bin/report/printscreen/ps_list.py @@ -166,7 +166,7 @@ class report_printscreen_list(report_int): col.setAttribute('para','yes') col.setAttribute('tree','no') if line[f] != None: - txt = new_doc.createTextNode(line[f] or '') + txt = new_doc.createTextNode(str(line[f] or '')) if temp[count] == 1: tsum[count] = float(tsum[count]) + float(line[f]); diff --git a/bin/service/web_services.py b/bin/service/web_services.py index 07fdd7412f9..18947afff41 100644 --- a/bin/service/web_services.py +++ b/bin/service/web_services.py @@ -20,20 +20,23 @@ # ############################################################################## -import base64, os, string - -import netsvc -import pooler, security, ir, tools +import base64 import logging - -import threading, thread - +import os +import security +import string +import thread +import threading import time -import addons -import sql_db from tools.translate import _ +import addons +import ir +import netsvc +import pooler import release +import sql_db +import tools logging.basicConfig() @@ -89,8 +92,8 @@ class db(netsvc.Service): mids = modobj.search(cr, 1, [('state', '=', 'installed')]) modobj.update_translations(cr, 1, mids, lang) - cr.execute('UPDATE res_users SET password=%s, active=True WHERE login=%s', ( - user_password, 'admin')) + cr.execute('UPDATE res_users SET password=%s, context_lang=%s, active=True WHERE login=%s', ( + user_password, lang, 'admin')) cr.execute('SELECT login, password, name ' \ ' FROM res_users ' \ ' ORDER BY login') @@ -459,11 +462,10 @@ class report_spool(netsvc.Service): self._reports[id] = {'uid': uid, 'result': False, 'state': False, 'exception': None} def go(id, uid, ids, datas, context): + cr = pooler.get_db(db).cursor() try: - cr = pooler.get_db(db).cursor() obj = netsvc.LocalService('report.'+object) (result, format) = obj.create(cr, uid, ids, datas, context) - cr.close() self._reports[id]['result'] = result self._reports[id]['format'] = format self._reports[id]['state'] = True @@ -477,6 +479,7 @@ class report_spool(netsvc.Service): 'Exception: %s\n%s' % (str(exception), tb_s)) self._reports[id]['exception'] = exception self._reports[id]['state'] = True + cr.close() return True thread.start_new_thread(go, (id, uid, ids, datas, context)) diff --git a/bin/sql_db.py b/bin/sql_db.py index ba5e3457df5..f9ae97b9163 100644 --- a/bin/sql_db.py +++ b/bin/sql_db.py @@ -82,7 +82,10 @@ class Cursor(object): self._obj = self._cnx.cursor(cursor_factory=psycopg1cursor) self.autocommit(False) self.dbname = pool.dbname - + + from inspect import stack + self.__caller = tuple(stack()[2][1:3]) + def __del__(self): if hasattr(self, '_obj'): # Oops. 'self' has not been closed explicitly. @@ -90,36 +93,26 @@ class Cursor(object): # but the database connection is not put back into the connection # pool, preventing some operation on the database like dropping it. # This can also lead to a server overload. - log('Cursor not closed explicitly', netsvc.LOG_WARNING) + msg = "Cursor not closed explicitly\n" \ + "Cursor was created at %s:%s" % self.__caller + + log(msg, netsvc.LOG_WARNING) self.close() @check def execute(self, query, params=None): - if params is None: - params=() - if not isinstance(params, (tuple, list)): - params = (params,) - - def base_string(s): - if isinstance(s, unicode): - return s.encode('utf-8') - return s - p=map(base_string, params) - query = base_string(query) - + self.count+=1 if '%d' in query or '%f' in query: - #import traceback - #traceback.print_stack() log(query, netsvc.LOG_WARNING) log("SQL queries mustn't containt %d or %f anymore. Use only %s", netsvc.LOG_WARNING) - if p: + if params: query = query.replace('%d', '%s').replace('%f', '%s') if self.sql_log: now = mdt.now() try: - res = self._obj.execute(query, p or None) + res = self._obj.execute(query, params) except psycopg2.ProgrammingError, pe: logger= netsvc.Logger() logger.notifyChannel('sql_db', netsvc.LOG_ERROR, "Programming error: %s, in query %s" % (pe, query)) @@ -140,12 +133,6 @@ class Cursor(object): self.sql_into_log[res_into.group(1)][1] += mdt.now() - now return res - def drop_view_if_exists(self, viewname): - self._obj.execute("select count(1) from pg_class where relkind=%s and relname=%s", ('v', viewname,)) - if self._obj.fetchone()[0]: - self._obj.execute("DROP view %s" % (viewname,)) - self._obj.commit() - def print_log(self): def process(type): sqllogs = {'from':self.sql_from_log, 'into':self.sql_into_log} @@ -163,6 +150,7 @@ class Cursor(object): process('from') process('into') self.count = 0 + self.sql_log = False @check def close(self): diff --git a/bin/ssl/SecureXMLRPCServer.py b/bin/ssl/SecureXMLRPCServer.py deleted file mode 100644 index a658884acdb..00000000000 --- a/bin/ssl/SecureXMLRPCServer.py +++ /dev/null @@ -1,176 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved -# $Id$ -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -############################################################################## -""" -SecureXMLRPCServer module using pyOpenSSL 0.5 -Extremely kludgey code written 0907.2002 -by Michal Wallace ( http://www.sabren.net/ ) - -This acts as a drop-in replacement for -SimpleXMLRPCServer from the standard python -library. - -This code is in the public domain and is -provided AS-IS WITH NO WARRANTY WHATSOEVER. -""" -import SocketServer -import os, socket, sys -import SimpleXMLRPCServer -from OpenSSL import SSL -import tools -import netsvc - -logger = netsvc.Logger() - - -class SSLBugFix: - """ - SSL Connection tends to die on sendall, - so I use send() as a workaround. This is - called by socket._fileobject, which is needed - so SocketServer (and kids) can treat the connection - as a regular file. - """ - def __init__(self, conn): - """ - For some reason, I can't subclass Connection, - so I'm making a proxy, instead. - """ - self.__dict__["conn"] = conn - def __getattr__(self,name): - return getattr(self.__dict__["conn"], name) - def __setattr__(self,name, value): - setattr(self.__dict__["conn"], name, value) - - -# def sendall(self, data): -# """ -# This is the bugfix. Connection.sendall() segfaults -# on socket._fileobject.flush(), so just rewire it -# to use send() instead. -# """ -# self.__dict__["conn"].send(data) - - def recv(self, bufsize): - """ Another bugfix: SSL's recv() may raise - recoverable exceptions, which simply need us to retry - the call - """ - while True: - try: - return self.__dict__["conn"].recv(bufsize) - except SSL.WantReadError: - pass - except SSL.WantWriteError: - pass - - def shutdown(self, how=1): - """ - This isn't part of the bugfix. SimpleXMLRpcServer.doPOST - calls shutdown(1), and Connection.shutdown() doesn't take - an argument. So we just discard it: - """ - self.__dict__["conn"].shutdown() - - def accept(self): - """ - This is the other part of the shutdown() workaround. - Since servers create new sockets, we have to infect - them with our magic. :) - """ - c, a = self.__dict__["conn"].accept() - return (SSLBugFix(c), a) - - - -class SecureTCPServer(SocketServer.TCPServer): - """ - Just like TCPServer, but use a socket. - This really ought to let you specify the key and certificate files. - """ - def __init__(self, server_address, RequestHandlerClass): - SocketServer.BaseServer.__init__(self, server_address, RequestHandlerClass) - - ## Same as normal, but make it secure: - ctx = SSL.Context(SSL.SSLv23_METHOD) - ctx.set_options(SSL.OP_NO_SSLv2) - - dir = os.path.join(os.getcwd(), os.path.dirname(sys.argv[0])) - sslkeyname = tools.config.get('sslkey',os.path.join(dir, 'server.pkey')) - sslcertname = tools.config.get('sslcert',os.path.join(dir, 'server.cert')) - try: - ctx.use_privatekey_file (sslkeyname) - ctx.use_certificate_file(sslcertname) - except: - logger.notifyChannel("init", netsvc.LOG_ERROR,"SSL key exception: " + str(sys.exc_info())) - raise Exception, "No ssl keys found in %s, %s" % (sslcertname,sslkeyname) - - self.socket = SSLBugFix(SSL.Connection(ctx, socket.socket(self.address_family, - self.socket_type))) - self.server_bind() - self.server_activate() - - def handle_error(self, request, client_address): - """ Override the error handler - """ - import traceback - logger.notifyChannel("init", netsvc.LOG_ERROR,"SSL Server error in request from %s:\n%s" % - (client_address,traceback.format_exc())) - - -class SecureXMLRPCRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): - def setup(self): - """ - We need to use socket._fileobject Because SSL.Connection - doesn't have a 'dup'. Not exactly sure WHY this is, but - this is backed up by comments in socket.py and SSL/connection.c - """ - self.connection = self.request # for doPOST - self.rfile = socket._fileobject(self.request, "rb", self.rbufsize) - self.wfile = socket._fileobject(self.request, "wb", self.wbufsize) - - -class SecureXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer, SecureTCPServer): - encoding = None - allow_none = False - def __init__(self, addr, - requestHandler=SecureXMLRPCRequestHandler, - logRequests=1): - """ - This is the exact same code as SimpleXMLRPCServer.__init__ - except it calls SecureTCPServer.__init__ instead of plain - old TCPServer.__init__ - """ - self.funcs = {} - self.logRequests = logRequests - self.instance = None - SecureTCPServer.__init__(self, addr, requestHandler) - - def handle_error(self, request, client_address): - """ Override the error handler - """ - import traceback - e_type, e_value, e_traceback = sys.exc_info() - logger.notifyChannel("init", netsvc.LOG_ERROR,"SSL Request handler error in request from %s: %s\n%s" % - (client_address,str(e_type),traceback.format_exc())) - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/bin/ssl/server.cert b/bin/ssl/server.cert deleted file mode 100644 index de04f1ca33d..00000000000 --- a/bin/ssl/server.cert +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICNDCCAZ0CAQEwDQYJKoZIhvcNAQEEBQAweTEQMA4GA1UEChMHVGlueUVSUDEM -MAoGA1UECxMDRVJQMRkwFwYJKoZIhvcNAQkBFgpmcEB0aW55LmJlMRAwDgYDVQQH -EwdXYWxoYWluMQswCQYDVQQIEwJCVzELMAkGA1UEBhMCQkUxEDAOBgNVBAMTB1Rp -bnlFUlAwHhcNMDYwNTI0MDgzODUxWhcNMDcwNTI0MDgzODUxWjBMMQswCQYDVQQG -EwJCRTELMAkGA1UECBMCQlcxEDAOBgNVBAoTB1RpbnlFUlAxDDAKBgNVBAsTA0VS -UDEQMA4GA1UEAxMHVGlueUVSUDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA -xzIDlU2PrczPsgXtxCskYxuwMPgNCNSCBfWsUZ9nJzlZfRAEXEq4LxaTPIgkzkIF -82bmJLgFz6/CyCFid4mkBLQBj30Opp2Vco39WRncNKHKxbk+/wZpZtQ0bSpvf+F4 -MBqCLldYIqsoyenombVCb8X62IUu0ENF1wR22owvyKcCAwEAATANBgkqhkiG9w0B -AQQFAAOBgQB2yUqJ3gbQ8I6rcmaVJlcLDHfC5w1Jr1cUzcJevOPh3wygSZYYoUoe -yeYlzEag/DpPSHyRiJJVOKdiwU0yfmZPhfDNtDiBr47bz8qzIsYq5VeMmSeXrq/f -AA3iI4xE8YFzJHWtiBCqqyUok+j9pVad7iV7+UVIePHZLEkGGWIjDA== ------END CERTIFICATE----- diff --git a/bin/ssl/server.pkey b/bin/ssl/server.pkey deleted file mode 100644 index 1b1b7d63942..00000000000 --- a/bin/ssl/server.pkey +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXAIBAAKBgQDHMgOVTY+tzM+yBe3EKyRjG7Aw+A0I1IIF9axRn2cnOVl9EARc -SrgvFpM8iCTOQgXzZuYkuAXPr8LIIWJ3iaQEtAGPfQ6mnZVyjf1ZGdw0ocrFuT7/ -Bmlm1DRtKm9/4XgwGoIuV1giqyjJ6eiZtUJvxfrYhS7QQ0XXBHbajC/IpwIDAQAB -AoGAVwAxMHS/3FkoHckZICT3r5HYUosEpmaqo4+5w6yrkSYrP8RPI0A/UdG6XSXZ -bXzIvJakzkTRxPQvTtnF+A/V4rF9hxwB8cGXSywv5eDGmZ91qIsxY7Sv99VqSKNH -dNr9aZHloTvI51e/oramIJ/O3A+TbAS5i+u1DJC2IIFJcAECQQD8iRPTlPIqzjYD -Lg7KYGvwW9TE4ONAhC86kJbzV5o3amlV5duJgnkl/mNlfN1ihA7f3Gx9dfCjfRKp -V1rcjtCBAkEAye2aMw2v1m+MEqcPxyTUzVf5Y8BIXWbk15T43czXec9YclZSOBCX -Dgv4a3Fk+yxQUE0cZUH0U4FJq6mTgpuFJwJASFqZ9KATNlJ4xTZ4BGHV6zrUXkg0 -tDJrObNdnID37XKulW7TFLXuMgWNwvEgmO5POLJ13whglubp5tzhapn8gQJAJz9Z -U0b7wFAaB54VAP31ppvMy0iaSB0xqX05CdNAplpYtJB2lpMS6RYGiMuXdwJb8d+q -/ztcg8aDTSw+kYoszQJBAPBrt694VkGT1k9Be6e5wyVDrE05bkHhFxPk/HMeWMDX -sZqHPs9vVaLBqu/uU84FdwRMOV71RG90g6eUEl7HWsg= ------END RSA PRIVATE KEY----- diff --git a/bin/tools/__init__.py b/bin/tools/__init__.py index b84026572a7..54c13704936 100644 --- a/bin/tools/__init__.py +++ b/bin/tools/__init__.py @@ -27,6 +27,7 @@ from graph import graph from amount_to_text import * from amount_to_text_en import * from pdf_utils import * +from sql import * # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/bin/tools/config.py b/bin/tools/config.py index e93bf7aec37..3717f0b6a5e 100644 --- a/bin/tools/config.py +++ b/bin/tools/config.py @@ -28,11 +28,19 @@ import netsvc import logging import release +def check_ssl(): + try: + from OpenSSL import SSL + import socket + + return hasattr(socket, 'ssl') + except: + return False + class configmanager(object): def __init__(self, fname=None): self.options = { 'email_from':False, - 'verbose': False, 'interface': '', # this will bind the server to all interfaces 'port': '8069', 'netinterface': '', @@ -58,28 +66,29 @@ class configmanager(object): 'import_partial': "", 'pidfile': None, 'logfile': None, - 'secure': False, 'smtp_server': 'localhost', 'smtp_user': False, 'smtp_port':25, 'smtp_password': False, 'stop_after_init': False, # this will stop the server after initialization 'price_accuracy': 2, - + 'secure' : False, + 'syslog' : False, 'log_level': logging.INFO, 'assert_exit_level': logging.WARNING, # level above which a failed assert will be raise } - - loglevels = dict([(getattr(netsvc, 'LOG_%s' % x), getattr(logging, x)) for x in ('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG', 'DEBUG_RPC')]) + + hasSSL = check_ssl() + + loglevels = dict([(getattr(netsvc, 'LOG_%s' % x), getattr(logging, x)) + for x in ('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG', 'DEBUG_RPC', 'NOTSET')]) version = "%s %s" % (release.description, release.version) parser = optparse.OptionParser(version=version) parser.add_option("-c", "--config", dest="config", help="specify alternate config file") parser.add_option("-s", "--save", action="store_true", dest="save", default=False, help="save configuration to ~/.openerp_serverrc") - parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="enable debugging") parser.add_option("--pidfile", dest="pidfile", help="file where the server pid will be stored") - parser.add_option("--logfile", dest="logfile", help="file where the server log will be stored") parser.add_option("-n", "--interface", dest="interface", help="specify the TCP IP address") parser.add_option("-p", "--port", dest="port", help="specify the TCP port") @@ -94,17 +103,38 @@ class configmanager(object): # stops the server from launching after initialization parser.add_option("--stop-after-init", action="store_true", dest="stop_after_init", default=False, help="stop the server after it initializes") parser.add_option('--debug', dest='debug_mode', action='store_true', default=False, help='enable debug mode') - parser.add_option('--log-level', dest='log_level', type='choice', choices=loglevels.keys(), help='specify the level of the logging. Accepted values: ' + str(loglevels.keys())) parser.add_option("--assert-exit-level", dest='assert_exit_level', type="choice", choices=loglevels.keys(), help="specify the level at which a failed assertion will stop the server. Accepted values: " + str(loglevels.keys())) - parser.add_option("-S", "--secure", dest="secure", action="store_true", help="launch server over https instead of http", default=False) + if hasSSL: + group = optparse.OptionGroup(parser, "SSL Configuration") + group.add_option("-S", "--secure", dest="secure", action="store_true", help="launch server over https instead of http", default=False) + group.add_option("--cert-file", dest="secure_cert_file", + default="server.cert", + help="specify the certificate file for the SSL connection") + group.add_option("--pkey-file", dest="secure_pkey_file", + default="server.pkey", + help="specify the private key file for the SSL connection") + parser.add_option_group(group) - parser.add_option('--email-from', dest='email_from', default='', help='specify the SMTP email address for sending email') - parser.add_option('--smtp', dest='smtp_server', default='', help='specify the SMTP server for sending email') - parser.add_option('--smtp-port', dest='smtp_port', default='25', help='specify the SMTP port') - parser.add_option('--smtp-ssl', dest='smtp_ssl', default='', help='specify the SMTP server support SSL or not') - parser.add_option('--smtp-user', dest='smtp_user', default='', help='specify the SMTP username for sending email') - parser.add_option('--smtp-password', dest='smtp_password', default='', help='specify the SMTP password for sending email') - parser.add_option('--price_accuracy', dest='price_accuracy', default='2', help='specify the price accuracy') + # Logging Group + group = optparse.OptionGroup(parser, "Logging Configuration") + group.add_option("--logfile", dest="logfile", help="file where the server log will be stored") + group.add_option("--syslog", action="store_true", dest="syslog", + default=False, help="Send the log to the syslog server") + group.add_option('--log-level', dest='log_level', type='choice', choices=loglevels.keys(), + help='specify the level of the logging. Accepted values: ' + str(loglevels.keys())) + parser.add_option_group(group) + + # SMTP Group + group = optparse.OptionGroup(parser, "SMTP Configuration") + group.add_option('--email-from', dest='email_from', default='', help='specify the SMTP email address for sending email') + group.add_option('--smtp', dest='smtp_server', default='', help='specify the SMTP server for sending email') + group.add_option('--smtp-port', dest='smtp_port', default='25', help='specify the SMTP port') + if hasSSL: + group.add_option('--smtp-ssl', dest='smtp_ssl', default='', help='specify the SMTP server support SSL or not') + group.add_option('--smtp-user', dest='smtp_user', default='', help='specify the SMTP username for sending email') + group.add_option('--smtp-password', dest='smtp_password', default='', help='specify the SMTP password for sending email') + group.add_option('--price_accuracy', dest='price_accuracy', default='2', help='specify the price accuracy') + parser.add_option_group(group) group = optparse.OptionGroup(parser, "Modules related options") group.add_option("-g", "--upgrade", action="store_true", dest="upgrade", default=False, help="Upgrade/install/uninstall modules") @@ -157,19 +187,31 @@ class configmanager(object): # the same for the pidfile if self.options['pidfile'] in ('None', 'False'): self.options['pidfile'] = False - - for arg in ('interface', 'port', 'db_name', 'db_user', 'db_password', 'db_host', - 'db_port', 'logfile', 'pidfile', 'secure', 'smtp_ssl', 'smtp_port', 'email_from', 'smtp_server', 'smtp_user', 'smtp_password', 'price_accuracy', 'netinterface', 'netport', 'db_maxconn', 'import_partial', 'addons_path'): + + keys = ['interface', 'port', 'db_name', 'db_user', 'db_password', 'db_host', + 'db_port', 'logfile', 'pidfile', 'smtp_port', + 'email_from', 'smtp_server', 'smtp_user', 'smtp_password', 'price_accuracy', + 'netinterface', 'netport', 'db_maxconn', 'import_partial', 'addons_path'] + + if hasSSL: + keys.extend(['smtp_ssl', 'secure_cert_file', 'secure_pkey_file']) + + for arg in keys: if getattr(opt, arg): self.options[arg] = getattr(opt, arg) - for arg in ('language', 'translate_out', 'translate_in', - 'upgrade', 'verbose', 'debug_mode', - 'stop_after_init', 'without_demo', 'netrpc', 'xmlrpc'): + keys = ['language', 'translate_out', 'translate_in', 'upgrade', 'debug_mode', + 'stop_after_init', 'without_demo', 'netrpc', 'xmlrpc', 'syslog'] + + if hasSSL: + keys.append('secure') + + for arg in keys: self.options[arg] = getattr(opt, arg) - + if opt.assert_exit_level: self.options['assert_exit_level'] = loglevels[opt.assert_exit_level] + if opt.log_level: self.options['log_level'] = loglevels[opt.log_level] diff --git a/bin/tools/convert.py b/bin/tools/convert.py index c855b566ad0..453a34b07d2 100644 --- a/bin/tools/convert.py +++ b/bin/tools/convert.py @@ -669,10 +669,7 @@ form: module.record_id""" % (xml_id,) rec_id = rec.getAttribute("id").encode('ascii') self._test_xml_id(rec_id) -# if not rec_id and not self.isnoupdate(data_node): -# print "Warning", rec_model - - if self.isnoupdate(data_node) and not self.mode in ('init','update'): + if self.isnoupdate(data_node) and self.mode != 'init': # check if the xml record has an id string if rec_id: id = self.pool.get('ir.model.data')._update_dummy(cr, self.uid, rec_model, self.module, rec_id) @@ -737,7 +734,7 @@ form: module.record_id""" % (xml_id,) id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode ) if rec_id: self.idref[rec_id] = int(id) - if config.get('i mport_partial', False): + if config.get('import_partial', False): cr.commit() return rec_model, id diff --git a/bin/tools/misc.py b/bin/tools/misc.py index ebf0606601d..93b2d832430 100644 --- a/bin/tools/misc.py +++ b/bin/tools/misc.py @@ -542,11 +542,20 @@ class cache(object): self.timeout = timeout self.skiparg = skiparg self.multi = multi + self.lasttime = time.time() self.cache = {} def __call__(self, fn): arg_names = inspect.getargspec(fn)[0][self.skiparg:] + def cached_result(self2, cr=None, *args, **kwargs): + if time.time()-self.timeout > self.lasttime: + self.lasttime = time.time() + t = time.time()-self.timeout + for key in self.cache: + if self.cache[key][1] param.count('('): param = param[:param.rfind(')')] - netsvc.Logger().notifyChannel(st[3], netsvc.LOG_DEBUG, "%s = %s" % (param, pformat(what))) + what = pformat(what) + if param != what: + what = "%s = %s" % (param, what) + netsvc.Logger().notifyChannel(st[3], netsvc.LOG_DEBUG, what) icons = map(lambda x: (x,x), ['STOCK_ABOUT', 'STOCK_ADD', 'STOCK_APPLY', 'STOCK_BOLD', diff --git a/bin/tools/parse_version.py b/bin/tools/parse_version.py index e6a86a0cd46..3253ebd5e83 100644 --- a/bin/tools/parse_version.py +++ b/bin/tools/parse_version.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -26,7 +26,7 @@ import re component_re = re.compile(r'(\d+ | [a-z]+ | \.| -)', re.VERBOSE) -replace = {'pre':'c', 'preview':'c','-':'final-','rc':'c','dev':'@'}.get +replace = {'pre':'c', 'preview':'c','-':'final-','_':'final-','rc':'c','dev':'@'}.get def _parse_version_parts(s): for part in component_re.split(s): @@ -82,15 +82,16 @@ def parse_version(s): return tuple(parts) if __name__ == '__main__': - pvs = [] - for v in ('0', '4.2', '4.2.3.4', '5.0.0-alpha', '5.0.0-rc1', '5.0.0-rc1.1', '5.0.0'): - pv = parse_version(v) - print v, pv - pvs.append(pv) + pvs = [] + for v in ('0', '4.2', '4.2.3.4', '5.0.0-alpha', '5.0.0-rc1', '5.0.0-rc1.1', '5.0.0_rc2', '5.0.0'): + pv = parse_version(v) + print v, pv + pvs.append(pv) - def cmp(a, b): - assert(a < b) - return b + def cmp(a, b): + print a, b + assert(a < b) + return b - reduce(cmp, pvs) - + reduce(cmp, pvs) + diff --git a/bin/ssl/__init__.py b/bin/tools/sql.py similarity index 82% rename from bin/ssl/__init__.py rename to bin/tools/sql.py index 613a9cff196..b186c649ef1 100644 --- a/bin/ssl/__init__.py +++ b/bin/tools/sql.py @@ -20,8 +20,10 @@ # ############################################################################## - -import SecureXMLRPCServer +def drop_view_if_exists(cr, viewname): + cr.execute("select count(1) from pg_class where relkind=%s and relname=%s", ('v', viewname,)) + if cr.fetchone()[0]: + cr.execute("DROP view %s" % (viewname,)) + cr.commit() # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/bin/tools/translate.py b/bin/tools/translate.py index a58872d3b47..21add6df4ef 100644 --- a/bin/tools/translate.py +++ b/bin/tools/translate.py @@ -386,10 +386,10 @@ def trans_generate(lang, modules, dbname=None): if result['type'] != 'form': continue name = "%s,%s" % (encode(obj.wiz_name), state_name) - + def_params = { 'string': ('wizard_field', lambda s: [encode(s)]), - 'selection': ('selection', lambda s: [encode(e[1]) for e in s]), + 'selection': ('selection', lambda s: [encode(e[1]) for e in (callable(s) and s(None, cr, uid, {}) or s)]), 'help': ('help', lambda s: [encode(s)]), } @@ -468,9 +468,9 @@ def trans_generate(lang, modules, dbname=None): d = xml.dom.minidom.parseString(xmlstr) for t in parse_func(d.documentElement): push_translation(module, report_type, name, 0, t) - except IOError: + except IOError, xml.dom.expatbuilder.expat.ExpatError: if fname: - logger.notifyChannel("init", netsvc.LOG_WARNING, "couldn't export translation for report %s %s %s" % (name, report_type, fname)) + logger.notifyChannel("init", netsvc.LOG_ERROR, "couldn't export translation for report %s %s %s" % (name, report_type, fname)) for constraint in pool.get(model)._constraints: msg = constraint[1] diff --git a/bin/workflow/wkf_logs.py b/bin/workflow/wkf_logs.py index 72299da8099..0f34ebd9140 100644 --- a/bin/workflow/wkf_logs.py +++ b/bin/workflow/wkf_logs.py @@ -26,14 +26,16 @@ import netsvc def log(cr,ident,act_id,info=''): - msg = """ -res_type: %r -res_id: %d -uid: %d -act_id: %d -info: %s -""" % (ident[1], ident[2], ident[0], act_id, info) - netsvc.Logger().notifyChannel('wkf_log', netsvc.LOG_DEBUG, msg) + return + # msg = """ + #res_type: %r + #res_id: %d + #uid: %d + #act_id: %d + #info: %s + #""" % (ident[1], ident[2], ident[0], act_id, info) + + #netsvc.Logger().notifyChannel('wkf_log', netsvc.LOG_DEBUG, msg) #cr.execute('insert into wkf_logs (res_type, res_id, uid, act_id, time, info) values (%s,%s,%s,%s,current_time,%s)', (ident[1],int(ident[2]),int(ident[0]),int(act_id),info)) diff --git a/doc/openerp-server.conf b/doc/openerp-server.conf index 1c9bdcb77ca..668b4aaf7cb 100644 --- a/doc/openerp-server.conf +++ b/doc/openerp-server.conf @@ -17,8 +17,8 @@ db_user = tinyerp db_password = False ; Uncomment these for xml-rpc over SSL ; secure = True -; sslcert = /etc/openerp/server.cert -; sslkey = /etc/openerp/server.key +; secure_cert_file = /etc/openerp/server.cert +; secure_pkey_file = /etc/openerp/server.key root_path = None soap = False translate_modules = ['all'] diff --git a/openerp-server-installer.nsi b/setup.nsi similarity index 71% rename from openerp-server-installer.nsi rename to setup.nsi index 1d6034b5e22..89d308723e9 100644 --- a/openerp-server-installer.nsi +++ b/setup.nsi @@ -27,9 +27,6 @@ !error "Do not forget to specify the version of OpenERP - /DVERSION=" !endif -;-------------------------------- -;Include Modern UI - !include "MUI.nsh" ;-------------------------------- @@ -45,7 +42,7 @@ SetCompress auto InstallDir "$PROGRAMFILES\OpenERP Server" ;Get installation folder from registry if available -InstallDirRegKey HKCU "Software\OpenERP Server" "" +InstallDirRegKey HKLM "Software\OpenERP Server" "" BrandingText "OpenERP Server ${VERSION}" @@ -63,6 +60,12 @@ Var STARTMENU_FOLDER !define MUI_ABORTWARNING +!define REGKEY "SOFTWARE\$(^Name)" +!define MUI_LANGDLL_REGISTRY_ROOT HKLM +!define MUI_LANGDLL_REGISTRY_KEY ${REGKEY} +!define MUI_LANGDLL_REGISTRY_VALUENAME InstallerLanguage + +!insertmacro MUI_RESERVEFILE_LANGDLL ;-------------------------------- ;Pages @@ -73,14 +76,15 @@ Var STARTMENU_FOLDER !define MUI_HEADERIMAGE_BITMAP_NOSTRETCH !define MUI_HEADER_TRANSPARENT_TEXT "" !define MUI_HEADERIMAGE_BITMAP ".\pixmaps\openerp-slogan.bmp" -!define MUI_LICENSEPAGE_TEXT_BOTTOM "Usually, a proprietary license provides with the software: limited number of users, limited in time usage, etc. This Open Source license is the opposite: it garantees you the right to use, copy, study, distribute and modify Open ERP for free." +!define MUI_LICENSEPAGE_TEXT_BOTTOM "$(LicenseText)" +!define MUI_LICENSEPAGE_BUTTON "$(LicenseNext)" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_LICENSE "doc\License.rtf" !insertmacro MUI_PAGE_DIRECTORY ;Start Menu Folder Page Configuration -!define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKCU" +!define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM" !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\OpenERP Server" !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "OpenERP Server" @@ -91,7 +95,7 @@ Var STARTMENU_FOLDER !define MUI_FINISHPAGE_NOAUTOCLOSE !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_CHECKED -!define MUI_FINISHPAGE_RUN_TEXT "Start OpenERP Server" +!define MUI_FINISHPAGE_RUN_TEXT "$(FinishPageText)" !define MUI_FINISHPAGE_RUN_FUNCTION "LaunchLink" !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED !define MUI_FINISHPAGE_SHOWREADME $INSTDIR\README.txt @@ -106,6 +110,7 @@ Var STARTMENU_FOLDER ;Languages !insertmacro MUI_LANGUAGE "English" +!insertmacro MUI_LANGUAGE "French" !macro CreateInternetShortcut FILENAME URL WriteINIStr "${FILENAME}.url" "InternetShortcut" "URL" "${URL}" @@ -114,10 +119,26 @@ Var STARTMENU_FOLDER ;-------------------------------- ;Installer Sections Function .onInit +!ifndef ALLINONE + ;Language selection dialog + Push "" + Push ${LANG_ENGLISH} + Push English + Push ${LANG_FRENCH} + Push French + Push A ; A means auto count languages + ; for the auto count to work the first empty push (Push "") must remain + LangDLL::LangDialog "Installer Language" "Please select the language of the installer" + + Pop $LANGUAGE + StrCmp $LANGUAGE "cancel" 0 +2 + Abort +!endif + ClearErrors - ReadRegStr $0 HKCU "Software\OpenERP Server" "" + ReadRegStr $0 HKLM "Software\OpenERP Server" "" IfErrors DoInstall 0 - MessageBox MB_OK "Can not install the Open ERP Server because a previous installation already exists on this system. Please uninstall your current installation and relaunch this setup wizard." + MessageBox MB_OK "$(CannotInstallServerText)" Quit DoInstall: FunctionEnd @@ -137,11 +158,15 @@ Section "OpenERP Server" SecOpenERPServer File "win32\stop.bat" ;Store installation folder - WriteRegStr HKCU "Software\OpenERP Server" "" $INSTDIR + WriteRegStr HKLM "Software\OpenERP Server" "" $INSTDIR +!ifndef ALLINONE ;Create uninstaller WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenERP Server" "DisplayName" "OpenERP Server ${VERSION}" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenERP Server" "UninstallString" "$INSTDIR\Uninstall.exe" +!else + WriteRegStr HKLM "Software\OpenERP AllInOne" "UninstallServer" "$INSTDIR\Uninstall.exe" +!endif WriteUninstaller "$INSTDIR\Uninstall.exe" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application @@ -152,7 +177,9 @@ Section "OpenERP Server" SecOpenERPServer CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Stop service.lnk" "$INSTDIR\service\stop.bat" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Edit config.lnk" "notepad.exe" "$INSTDIR\openerp-server.conf" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\View log.lnk" "notepad.exe" "$INSTDIR\openerp-server.log" +!ifndef ALLINONE CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\uninstall.exe" +!endif !insertmacro CreateInternetShortcut "$SMPROGRAMS\$STARTMENU_FOLDER\Forum" "http://www.openerp.com/forum" !insertmacro CreateInternetShortcut "$SMPROGRAMS\$STARTMENU_FOLDER\Translation" "https://translations.launchpad.net/openobject" !insertmacro MUI_STARTMENU_WRITE_END @@ -164,13 +191,6 @@ SectionEnd ;Descriptions -;Language strings -LangString DESC_SecOpenERPServer ${LANG_ENGLISH} "OpenERP Server." - -;Assign language strings to sections -!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN - !insertmacro MUI_DESCRIPTION_TEXT ${SecOpenERPServer} $(DESC_SecOpenERPServer) -!insertmacro MUI_FUNCTION_DESCRIPTION_END ;-------------------------------- ;Uninstaller Section @@ -186,7 +206,9 @@ Section "Uninstall" Delete "$SMPROGRAMS\$MUI_TEMP\Forum.url" Delete "$SMPROGRAMS\$MUI_TEMP\Translation.url" +!ifndef ALLINONE Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk" +!endif Delete "$SMPROGRAMS\$MUI_TEMP\OpenERP Server.lnk" Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk" Delete "$SMPROGRAMS\$MUI_TEMP\Start service.lnk" @@ -208,8 +230,12 @@ Section "Uninstall" startMenuDeleteLoopDone: +!ifndef ALLINONE DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenERP Server" - DeleteRegKey /ifempty HKCU "Software\OpenERP Server" +!else + DeleteRegKey HKLM "Software\OpenERP AllInOne\UninstallServer" +!endif + DeleteRegKey /ifempty HKLM "Software\OpenERP Server" SectionEnd @@ -217,3 +243,24 @@ Function LaunchLink nsExec::Exec "net start openerp-service" FunctionEnd +LangString LicenseText ${LANG_ENGLISH} "Usually, a proprietary license is provided with the software: limited number of users, limited in time usage, etc. This Open Source license is the opposite: it garantees you the right to use, copy, study, distribute and modify Open ERP for free." +LangString LicenseText ${LANG_FRENCH} "Normalement, une licence propritaire est fournie avec le logiciel: limitation du nombre d'utilisateurs, limitation dans le temps, etc. Cette licence Open Source est l'oppos: Elle vous garantie le droit d'utiliser, de copier, d'tudier, de distribuer et de modifier Open ERP librement." + +LangString LicenseNext ${LANG_ENGLISH} "Next >" +LangString LicenseNext ${LANG_FRENCH} "Suivant >" + +LangString FinishPageText ${LANG_ENGLISH} "Start OpenERP Server" +LangString FinishPageText ${LANG_FRENCH} "Lancer le serveur OpenERP" + +;Language strings +LangString DESC_SecOpenERPServer ${LANG_ENGLISH} "OpenERP Server." +LangString DESC_SecOpenERPServer ${LANG_FRENCH} "Serveur OpenERP." + +LangString CannotInstallServerText ${LANG_ENGLISH} "Can not install the Open ERP Server because a previous installation already exists on this system. Please uninstall your current installation and relaunch this setup wizard." +LangString CannotInstallServerText ${LANG_FRENCH} "Ne peut pas installer le serveur Open ERP parce qu'une installation existe dj sur ce systme. S'il vous plait, dsinstallez votre installation actuelle et relancer l'installeur." + + +;Assign language strings to sections +!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN + !insertmacro MUI_DESCRIPTION_TEXT ${SecOpenERPServer} $(DESC_SecOpenERPServer) +!insertmacro MUI_FUNCTION_DESCRIPTION_END diff --git a/setup.py b/setup.py index 647fc8b41dc..525a3b2b25a 100755 --- a/setup.py +++ b/setup.py @@ -85,6 +85,9 @@ def data_files(): os.chdir('..') for (dp,dn,names) in os.walk('doc'): files.append((dp, map(lambda x: opj(dp, x), names))) + files.append(('.', [opj('bin', 'import_xml.rng'), + opj('bin', 'server.pkey'), + opj('bin', 'server.cert')])) else: man_directory = opj('share', 'man') files.append((opj(man_directory, 'man1'), ['man/openerp-server.1'])) @@ -97,6 +100,10 @@ def data_files(): openerp_site_packages = opj('lib', 'python%s' % py_short_version, 'site-packages', 'openerp-server') + files.append((openerp_site_packages, [opj('bin', 'import_xml.rng'), + opj('bin', 'server.pkey'), + opj('bin', 'server.cert')])) + for addon in find_addons(): add_path = addon.replace('.', os.path.sep).replace('openerp-server', 'bin', 1) addon_path = opj('lib', 'python%s' % py_short_version, 'site-packages', add_path.replace('bin', 'openerp-server', 1)) @@ -132,7 +139,8 @@ options = { "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree", "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath", "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing", - "pydot","asyncore","asynchat", "reportlab", "vobject", "HTMLParser"], + "pydot","asyncore","asynchat", "reportlab", "vobject", + "HTMLParser", "OpenSSL", "select"], "excludes" : ["Tkconstants","Tkinter","tcl"], } } @@ -155,7 +163,6 @@ setup(name = name, 'openerp-server.addons', 'openerp-server.ir', 'openerp-server.osv', - 'openerp-server.ssl', 'openerp-server.service', 'openerp-server.tools', 'openerp-server.report',